Allow statsd hosts to connect to graphite via IPv6
* modules/openstack_project/manifests/graphite.pp: New zuul wants to connect to graphite's statsd service using IPv6, so let it. Change-Id: I80ea47e5bee754edbc79bdd4b04a5bae58decf09
This commit is contained in:
parent
0c8845494d
commit
81150c837e
@ -14,6 +14,7 @@ class openstack_project::graphite (
|
|||||||
|
|
||||||
class { 'openstack_project::server':
|
class { 'openstack_project::server':
|
||||||
iptables_public_tcp_ports => [80, 443],
|
iptables_public_tcp_ports => [80, 443],
|
||||||
|
iptables_rules6 => $rules,
|
||||||
iptables_rules4 => $rules,
|
iptables_rules4 => $rules,
|
||||||
sysadmins => $sysadmins,
|
sysadmins => $sysadmins,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user