From 8abea4206a46a6baa41ba40a8cf24871f5cf787b Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 30 Aug 2016 23:21:17 +0000 Subject: [PATCH] Use regular expressions for wiki hostgroups The wiki and wiki-dev hostgroups can't conveniently both use globs, since one will also match a superset of the other. Instead use regular expressions for a more exact matching. Change-Id: Ic81b4440783758e5063c2408fe5c15e09977fc22 --- modules/openstack_project/files/puppetmaster/groups.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/puppetmaster/groups.txt b/modules/openstack_project/files/puppetmaster/groups.txt index 76b399efdd..a302aa3a26 100644 --- a/modules/openstack_project/files/puppetmaster/groups.txt +++ b/modules/openstack_project/files/puppetmaster/groups.txt @@ -10,6 +10,6 @@ afs afs*.*.openstack.org wheel-mirror *wheel-mirror-*.openstack.org afsadmin mirror-update.openstack.org:release.slave.openstack.org signing signing*.ci.openstack.org -wiki wiki*.openstack.org -wiki-dev wiki-dev*.openstack.org +wiki ~wiki\d+\.openstack\.org +wiki-dev ~wiki-dev\d+\.openstack\.org disabled ci-backup-rs-ord.openstack.org:ask-staging.openstack.org:db368fcd-e61a-4294-a5cb-851c16650f7a:wiki.openstack.org