From 24c67ecb0e434622984308eacb2173c78827fdd0 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 3 Sep 2018 09:03:40 -0700 Subject: [PATCH] Run puppet on mirror02 in packethost We have made some mirror config changes that are not being deployed here because we have disabled puppet on this node. I do not think we need to disable puppet here so go ahead and reenable it. Change-Id: If7da76d24ea64db3c038bc60f64fa39a4f5f6f72 --- inventory/groups.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/groups.yaml b/inventory/groups.yaml index 3856654e4e..fe4ca1d1c6 100644 --- a/inventory/groups.yaml +++ b/inventory/groups.yaml @@ -8,7 +8,7 @@ groups: ask: inventory_hostname.startswith('ask') cacti: inventory_hostname is match('cacti\d+\.openstack\.org') ci-backup: inventory_hostname is match('backup\d+.*\ci\.openstack\.org') - disabled: inventory_hostname.startswith('backup') or inventory_hostname.startswith('wiki') or inventory_hostname.startswith('puppetmaster') or inventory_hostname in ['ask-staging01.openstack.org', 'mirror01.sto2.citycloud.openstack.org', 'mirror02.us-west-1.packethost.openstack.org', 'ask-staging.openstack.org', 'review.openstack.org'] + disabled: inventory_hostname.startswith('backup') or inventory_hostname.startswith('wiki') or inventory_hostname.startswith('puppetmaster') or inventory_hostname in ['ask-staging01.openstack.org', 'mirror01.sto2.citycloud.openstack.org', 'ask-staging.openstack.org', 'review.openstack.org'] eavesdrop: inventory_hostname.startswith('eavesdrop') elasticsearch: inventory_hostname is match('elasticsearch0[1-7]\.openstack\.org') ethercalc: inventory_hostname.startswith('ethercalc')