Make a firehose group with firehose01 in it
We want to configure firehose logically as the firehose service, but the host that is in the group is called firehose01.openstack.org. Make a group and put the config variables for firehose into it. Change-Id: I17c8e8a72f41c5e2730af81f70cef81dd3ed7bca
This commit is contained in:
parent
3e139891be
commit
f78f871afe
@ -11,6 +11,7 @@ groups:
|
|||||||
elasticsearch: inventory_hostname is match('elasticsearch0[1-7]\.openstack\.org')
|
elasticsearch: inventory_hostname is match('elasticsearch0[1-7]\.openstack\.org')
|
||||||
ethercalc: inventory_hostname.startswith('ethercalc')
|
ethercalc: inventory_hostname.startswith('ethercalc')
|
||||||
files: inventory_hostname.startswith('files')
|
files: inventory_hostname.startswith('files')
|
||||||
|
firehose: inventory_hostname.startswith('firehose')
|
||||||
futureparser: inventory_hostname is match('(review-dev\d*|groups\d*|groups-dev\d*|graphite\d*|etherpad-dev\d*|ask-staging\d*|codesearch\d*)\.openstack\.org')
|
futureparser: inventory_hostname is match('(review-dev\d*|groups\d*|groups-dev\d*|graphite\d*|etherpad-dev\d*|ask-staging\d*|codesearch\d*)\.openstack\.org')
|
||||||
git-loadbalancer: inventory_hostname is match('git(-fe\d+)?\.openstack\.org')
|
git-loadbalancer: inventory_hostname is match('git(-fe\d+)?\.openstack\.org')
|
||||||
git-server: inventory_hostname is match('git\d+\.openstack\.org')
|
git-server: inventory_hostname is match('git\d+\.openstack\.org')
|
||||||
|
Loading…
Reference in New Issue
Block a user