Close imap ports on firehose

The imap server on firehose.openstack.org doesn't actually need
external connectivity since the lpmqtt daemon is running on the same
host. This commit removes the imap ports from the firehose port list.

Change-Id: I5a9aaafe566dbd3e4e2e2f5790aec812db99f0ee
This commit is contained in:
Matthew Treinish
2016-09-19 10:38:26 -04:00
parent 2bc5dd7ca4
commit b6021d96de

View File

@@ -498,7 +498,7 @@ node /^elasticsearch0[1-7]\.openstack\.org$/ {
# Node-OS: xenial
node /^firehose\d+\.openstack\.org$/ {
class { 'openstack_project::server':
iptables_public_tcp_ports => [22, 25, 80, 143, 993, 1883, 8080, 8883],
iptables_public_tcp_ports => [22, 25, 80, 1883, 8080, 8883],
sysadmins => hiera('sysadmins', []),
manage_exim => false,
}