Add vnc firewall rule for redhat

This commit is contained in:
Dan Bode
2012-11-07 23:11:01 -08:00
parent 954e2af21e
commit a5080332f6

View File

@@ -257,6 +257,11 @@ node /compute/ {
notify => Service["nova-compute"],
}
}
firewall { '001 vnc listen incomming':
proto => 'tcp',
dport => ['6080'],
action => 'accept',
}
firewall { '001 volume incomming':
proto => 'tcp',
dport => ['3260'],