From 5cccc7a902ad23d9f79fdff4857591b099e32a3a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 20 Aug 2018 08:59:51 -0500 Subject: [PATCH] Add non-working hosts to disabled list These hosts are not currently working with ansible from bridge. Let's explicitly disable them so that it doesn't look like issues are happening. Change-Id: Iaad69df2d8666285f12f201e2c9913e84bde9a26 --- inventory/groups.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/groups.yaml b/inventory/groups.yaml index 238556e10c..84b7459409 100644 --- a/inventory/groups.yaml +++ b/inventory/groups.yaml @@ -7,7 +7,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') + 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'] eavesdrop: inventory_hostname.startswith('eavesdrop') elasticsearch: inventory_hostname is match('elasticsearch0[1-7]\.openstack\.org') ethercalc: inventory_hostname.startswith('ethercalc')