From f119cc5aabcc9c8249b421335f4835341d5dffd5 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 28 Aug 2018 19:01:19 +0000 Subject: [PATCH] Correct inventory pattern for planet.openstack.org The planet.openstack.org service is currently provided by the planet01.openstack.org server, so correct the inventory pattern for the webservers group accordingly. This was spotted as the firewall rules for planet ceased allowing HTTP/HTTPS connections. Change-Id: I4e3353e8f1a73db13c54dfe93a6a26fc618d2aa4 --- inventory/groups.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/groups.yaml b/inventory/groups.yaml index 79fb048fcc..3e3677356d 100644 --- a/inventory/groups.yaml +++ b/inventory/groups.yaml @@ -44,7 +44,7 @@ groups: survey: inventory_hostname.startswith('survey') translate-dev: inventory_hostname is match('translate-dev\d+\.openstack\.org') translate: inventory_hostname is match('translate\d+\.openstack\.org') - webservers: inventory_hostname is match('(grafana\d*|health\d*|graphite\d*|groups\d*|groups-dev\d*|eavesdrop\d*|paste\d*|ethercalc\d+|etherpad\d*|etherpad-dev\d*|files\d*|refstack\d*|static\d*|status\d*|survey\d+|nodepool|nl\d+|nb\d+|zm\d+|ask|ask-staging|translate.*|codesearch\d*|cacti\d+|wiki.*|storyboard.*|openstackid-dev|planet)\.openstack\.org|openstackid.org') + webservers: inventory_hostname is match('(grafana\d*|health\d*|graphite\d*|groups\d*|groups-dev\d*|eavesdrop\d*|paste\d*|ethercalc\d+|etherpad\d*|etherpad-dev\d*|files\d*|refstack\d*|static\d*|status\d*|survey\d+|nodepool|nl\d+|nb\d+|zm\d+|ask|ask-staging|translate.*|codesearch\d*|cacti\d+|wiki.*|storyboard.*|openstackid-dev|planet\d*)\.openstack\.org|openstackid.org') wiki-dev: inventory_hostname is match('wiki-dev\d+\.openstack\.org') wiki: inventory_hostname is match('wiki\d+\.openstack\.org') zookeeper: inventory_hostname.startswith('zk')