From d1fa8c64825fac62e54ec63e400c87eb39e9a57d Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 17 Feb 2020 17:12:43 +1100 Subject: [PATCH] Allow mirror-update.opendev.org to send stats I forgot this in some of the prior changes that moved afsmon and afs-release.py to this host, and those jobs send stats. Change-Id: Ifacf69e7fef5b54a03d43272e9cc01b6fbe8e845 --- playbooks/group_vars/graphite.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/group_vars/graphite.yaml b/playbooks/group_vars/graphite.yaml index 005a6ea59b..4095441a83 100644 --- a/playbooks/group_vars/graphite.yaml +++ b/playbooks/group_vars/graphite.yaml @@ -11,6 +11,9 @@ iptables_extra_allowed_hosts: - hostname: mirror-update01.openstack.org port: 8125 protocol: udp + - hostname: mirror-update01.opendev.org + port: 8125 + protocol: udp - hostname: logstash.openstack.org port: 8125 protocol: udp