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
This commit is contained in:
parent
c5c32ed8f4
commit
f119cc5aab
@ -44,7 +44,7 @@ groups:
|
|||||||
survey: inventory_hostname.startswith('survey')
|
survey: inventory_hostname.startswith('survey')
|
||||||
translate-dev: inventory_hostname is match('translate-dev\d+\.openstack\.org')
|
translate-dev: inventory_hostname is match('translate-dev\d+\.openstack\.org')
|
||||||
translate: inventory_hostname is match('translate\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-dev: inventory_hostname is match('wiki-dev\d+\.openstack\.org')
|
||||||
wiki: inventory_hostname is match('wiki\d+\.openstack\.org')
|
wiki: inventory_hostname is match('wiki\d+\.openstack\.org')
|
||||||
zookeeper: inventory_hostname.startswith('zk')
|
zookeeper: inventory_hostname.startswith('zk')
|
||||||
|
Loading…
Reference in New Issue
Block a user