From 568f4c7806cf921dc3ee5a0ec49fd86ac789f0fa Mon Sep 17 00:00:00 2001 From: Colleen Murphy <colleen@gazlene.net> Date: Thu, 9 Aug 2018 21:20:29 +0200 Subject: [PATCH] Turn on the future parser for planet.o.o Tests are passing on puppet-planet Change-Id: I89ebef8b92b07a3835f2695482fac0a64cc8796b --- inventory/groups.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/groups.yaml b/inventory/groups.yaml index 8707b564ef..597da8a02b 100644 --- a/inventory/groups.yaml +++ b/inventory/groups.yaml @@ -15,7 +15,7 @@ groups: etherpad: inventory_hostname.startswith('etherpad') 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*|paste\d*|ethercalc\d*|etherpad\d*|etherpad-dev\d*|ask-staging\d*|codesearch\d*)\.openstack\.org') + futureparser: inventory_hostname is match('(review-dev\d*|groups\d*|groups-dev\d*|graphite\d*|paste\d*|planet\d*|ethercalc\d*|etherpad\d*|etherpad-dev\d*|ask-staging\d*|codesearch\d*)\.openstack\.org') gerrit: inventory_hostname is match('review.*\.openstack\.org') git-loadbalancer: inventory_hostname is match('git(-fe\d+)?\.openstack\.org') git-server: inventory_hostname is match('git\d+\.openstack\.org')