Open port 443 on files01.openstack.org

Also, remove port 22 from the list of public tcp ports that need
opening -- that's implied and not necessary.

Change-Id: Ief17a2eab3330b2c4b85bc252b8af55cdd99980f
This commit is contained in:
James E. Blair 2017-01-26 11:48:22 -08:00
parent 2be925f8e9
commit 12aa4163cc

View File

@ -669,7 +669,7 @@ node 'design-summit-prep.openstack.org' {
node 'files01.openstack.org' {
$group = "files"
class { 'openstack_project::server':
iptables_public_tcp_ports => [22, 80],
iptables_public_tcp_ports => [80, 443],
sysadmins => hiera('sysadmins', []),
afs => true,
afs_cache_size => 10000000, # 10GB