Turn on the future parser for review and review01

We already turned it on for review-dev so let's flip the switch in
production.

Change-Id: I01427329ff38f512b3b2fbecbe17c44703283e46
This commit is contained in:
Colleen Murphy 2018-08-13 22:33:43 +02:00
parent 35dac205e2
commit 38c09f00ec

@ -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*|planet\d*|ethercalc\d*|etherpad\d*|etherpad-dev\d*|logstash-worker\d+|firehose\d+|ask-staging\d*|codesearch\d*)\.openstack\.org')
futureparser: inventory_hostname is match('(review\d*|review-dev\d*|groups\d*|groups-dev\d*|graphite\d*|paste\d*|planet\d*|ethercalc\d*|etherpad\d*|etherpad-dev\d*|logstash-worker\d+|firehose\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')