From f78f871afef2ea9ee2b086684d7a066e1d595ef5 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 16 Aug 2018 15:11:20 -0500 Subject: [PATCH] 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 --- .../firehose.openstack.org.yaml => group_vars/firehose.yaml} | 0 playbooks/roles/install-ansible/files/groups.yaml | 1 + 2 files changed, 1 insertion(+) rename playbooks/{host_vars/firehose.openstack.org.yaml => group_vars/firehose.yaml} (100%) diff --git a/playbooks/host_vars/firehose.openstack.org.yaml b/playbooks/group_vars/firehose.yaml similarity index 100% rename from playbooks/host_vars/firehose.openstack.org.yaml rename to playbooks/group_vars/firehose.yaml diff --git a/playbooks/roles/install-ansible/files/groups.yaml b/playbooks/roles/install-ansible/files/groups.yaml index 6937900117..2deedb9956 100644 --- a/playbooks/roles/install-ansible/files/groups.yaml +++ b/playbooks/roles/install-ansible/files/groups.yaml @@ -11,6 +11,7 @@ groups: elasticsearch: inventory_hostname is match('elasticsearch0[1-7]\.openstack\.org') ethercalc: inventory_hostname.startswith('ethercalc') 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') git-loadbalancer: inventory_hostname is match('git(-fe\d+)?\.openstack\.org') git-server: inventory_hostname is match('git\d+\.openstack\.org')