Fix puppet error on template hosts.

Need to pass iptables info in.

Change-Id: I4f130ab03b64c95ddfab07fde4c7633864694f8e
This commit is contained in:
Monty Taylor 2012-03-28 10:31:51 -07:00
parent 7e772f6ee8
commit 7e0de586e7

View File

@ -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.