Add eavesdrop into groups.txt
Now that we are using a numeric group, we need to add it to groups.txt and update our private hieradata to use groups too. Change-Id: I732d3698b3dfb591c2d6fa71f53e7a27f6143950 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
60e81a7011
commit
64d71b1f23
@ -329,6 +329,7 @@ node /planet\d*\.openstack\.org$/ {
|
||||
# Node-OS: trusty
|
||||
# Node-OS: xenial
|
||||
node /^eavesdrop\d*\.openstack\.org$/ {
|
||||
$group = "eavesdrop"
|
||||
class { 'openstack_project::server':
|
||||
iptables_public_tcp_ports => [80],
|
||||
sysadmins => hiera('sysadmins', []),
|
||||
|
@ -4,6 +4,7 @@ afsdb afsdb*.openstack.org
|
||||
cacti ~cacti\d+\.openstack\.org
|
||||
ci-backup backup\d+.*\ci\.openstack\.org
|
||||
disabled backup\d+.*\ci\.openstack\.org:wiki.openstack.org
|
||||
eavesdrop ~eavesdrop\d*\.openstack\.org
|
||||
elasticsearch ~elasticsearch0[1-7]\.openstack\.org
|
||||
ethercalc ~ethercalc\d+\.openstack\.org
|
||||
files ~files\d+\.openstack\.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user