Add cacti02.o.o to all snmp iptables rules

As we upgrade cacti02.o.o to xenial, we need to allow it access to all
servers to collect stats.  We can delete old firewall rules in a
follow patch.

Change-Id: I0bbd3e82fdf8644159dfe82b1dfc5478ef5095bb
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-12-14 18:09:34 -05:00
parent 7f9adeb572
commit 3bdbe3b7f3
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 4 additions and 0 deletions

View File

@ -207,13 +207,17 @@ class openstack_project::server (
include snmpd
# TODO(pabelanger): Clean out old firewall rules
$snmp_v4hosts = [
'104.239.135.208',
'104.130.253.206',
'172.99.116.215',
]
# TODO(pabelanger): Clean out old firewall rules
$snmp_v6hosts = [
'2001:4800:7819:104:be76:4eff:fe05:1d6a',
'2001:4800:7818:103:be76:4eff:fe04:7ed0',
'2001:4800:7821:105:be76:4eff:fe04:b9a5',
]
class { 'iptables':
public_tcp_ports => $iptables_public_tcp_ports,