Remove iptables rule for port 80 in baremtal
We don't serve any HTTP content on the baremetal nodes, no need to enable it. Change-Id: I757dcee5d96cb140d5469d5c8c633d27b392c6a1
This commit is contained in:
parent
a3620649c2
commit
30d1118e2f
@ -1212,7 +1212,6 @@ node /^compute\d{3}\.hpuswest\.ic\.openstack\.org$/ {
|
||||
node /^baremetal\d{2}\.hpuswest\.ic\.openstack\.org$/ {
|
||||
$group = 'infracloud'
|
||||
class { '::openstack_project::server':
|
||||
iptables_public_tcp_ports => [80],
|
||||
iptables_public_udp_ports => [67,69],
|
||||
sysadmins => hiera('sysadmins', []),
|
||||
enable_unbound => false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user