From 0b21d2f61ad5b1f30d4b11b093ee43d81da15b03 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 1 Jun 2018 17:09:48 +1000 Subject: [PATCH] Allow mirror-update.o.o to produce stats Open the firewall port for mirror-update so we can start logging some stats about AFS partition and volume usage, initially for a grafana dashboard. Change-Id: I361e7213ed4b4ed4d3fcc8fdbee06e2fe677934a --- manifests/site.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/site.pp b/manifests/site.pp index 07c0c468fb..d71b9adf29 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -240,6 +240,7 @@ node /^graphite\d*\.openstack\.org$/ { iptables_allowed_hosts => [ {protocol => 'udp', port => '8125', hostname => 'git.openstack.org'}, {protocol => 'udp', port => '8125', hostname => 'firehose01.openstack.org'}, + {protocol => 'udp', port => '8125', hostname => 'mirror-update01.openstack.org'}, {protocol => 'udp', port => '8125', hostname => 'logstash.openstack.org'}, {protocol => 'udp', port => '8125', hostname => 'nodepool.openstack.org'}, {protocol => 'udp', port => '8125', hostname => 'nl01.openstack.org'},