Test logstash.o.o on trusty.

This is in prep for switching over to trusty for the logstash proxy
host.

Change-Id: I0360e1a5bbe7524697c7b9b62ec1292b3f944bad
This commit is contained in:
Clark Boylan 2016-05-25 14:44:34 -07:00
parent 586a99f718
commit 70c33a0126

View File

@ -426,6 +426,7 @@ node 'wiki.openstack.org' {
}
# Node-OS: precise
# Node-OS: trusty
node 'logstash.openstack.org' {
$iptables_es_rule = regsubst($elasticsearch_nodes,
'^(.*)$', '-m state --state NEW -m tcp -p tcp --dport 9200:9400 -s \1 -j ACCEPT')