Add subunit2sql workers
This commit adds the subunit2sql workers to site.pp Change-Id: I0bf526611602c15b062ffca920a740dda7515200
This commit is contained in:
parent
d0dba0d729
commit
fc266f8e18
@ -331,6 +331,14 @@ node /^logstash-worker\d+\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Node-OS: trusty
|
||||||
|
node /^subunit-worker\d+\.openstack\.org$/ {
|
||||||
|
class { 'openstack_project::subunit_worker':
|
||||||
|
sysadmins => hiera('sysadmins', []),
|
||||||
|
subunit2sql_db_uri => hiera('subunit2sql_db_uri', ''),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# Node-OS: precise
|
# Node-OS: precise
|
||||||
node /^elasticsearch0[1-7]\.openstack\.org$/ {
|
node /^elasticsearch0[1-7]\.openstack\.org$/ {
|
||||||
class { 'openstack_project::elasticsearch_node':
|
class { 'openstack_project::elasticsearch_node':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user