Fix puppet error on template hosts.
Need to pass iptables info in. Change-Id: I4f130ab03b64c95ddfab07fde4c7633864694f8e
This commit is contained in:
parent
7e772f6ee8
commit
7e0de586e7
@ -266,7 +266,9 @@ node "planet.openstack.org" {
|
||||
|
||||
# A bare machine, but with a jenkins user
|
||||
node /^.*\.template\.openstack\.org$/ {
|
||||
include openstack_template
|
||||
class { 'openstack_template':
|
||||
iptables_public_tcp_ports => []
|
||||
}
|
||||
# This sets up a user with jenkins ssh key and adds it to the sudo group.
|
||||
# Don't do that on regular jenkins slaves, only on lowest-privilege test
|
||||
# hosts, such as the devstack hosts.
|
||||
|
Loading…
Reference in New Issue
Block a user