diff --git a/hiera/common.yaml b/hiera/common.yaml index 84d5c4650f..202ac172f9 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -12,6 +12,7 @@ cacti_hosts: - backup01.ord.rax.opendev.org - backup02.ca-ymq-1.vexxhost.opendev.org - bridge.openstack.org +- bridge01.opendev.org - cacti.openstack.org - eavesdrop01.opendev.org - etherpad01.opendev.org diff --git a/inventory/base/hosts.yaml b/inventory/base/hosts.yaml index 600b01c8c3..8676fda694 100644 --- a/inventory/base/hosts.yaml +++ b/inventory/base/hosts.yaml @@ -70,6 +70,13 @@ all: region_name: DFW public_v4: 23.253.234.219 public_v6: 2001:4800:7817:103:be76:4eff:fe04:5a1d + bridge01.opendev.org: + ansible_host: 104.130.253.34 + location: + cloud: openstackci-rax + region_name: DFW + public_v4: 104.130.253.34 + public_v6: 2001:4800:7818:103:be76:4eff:fe04:48c1 cacti02.openstack.org: ansible_host: 172.99.116.215 location: diff --git a/inventory/service/group_vars/graphite.yaml b/inventory/service/group_vars/graphite.yaml index 25ff99962a..813a38a8d6 100644 --- a/inventory/service/group_vars/graphite.yaml +++ b/inventory/service/group_vars/graphite.yaml @@ -2,6 +2,9 @@ iptables_extra_allowed_hosts: - hostname: bridge.openstack.org port: 8125 protocol: udp + - hostname: bridge01.opendev.org + port: 8125 + protocol: udp - hostname: opendev.org port: 8125 protocol: udp