Merge "Migrate logstash-worker to ubuntu-trusty"

This commit is contained in:
Jenkins 2016-05-25 16:18:36 +00:00 committed by Gerrit Code Review
commit cce6b7f1dd
1 changed files with 1 additions and 0 deletions

View File

@ -455,6 +455,7 @@ node 'logstash.openstack.org' {
}
# Node-OS: precise
# Node-OS: trusty
node /^logstash-worker\d+\.openstack\.org$/ {
$logstash_worker_iptables_rule = regsubst(flatten([$elasticsearch_nodes, $elasticsearch_clients]),
'^(.*)$', '-m state --state NEW -m tcp -p tcp --dport 9200:9400 -s \1 -j ACCEPT')