From 740656835dc66c5cd807e9ef82345d73ac6a40c5 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 25 Oct 2022 10:27:18 +1100 Subject: [PATCH] Add bridge01.opendev.org to inventory This just adds the host to the inventory and cacti/graphite; it is not used yet. Depends-On: https://review.opendev.org/c/opendev/zone-opendev.org/+/862543 Change-Id: Ied7208b300da4488c4ffb5e5c4003842cc22121d --- hiera/common.yaml | 1 + inventory/base/hosts.yaml | 7 +++++++ inventory/service/group_vars/graphite.yaml | 3 +++ 3 files changed, 11 insertions(+) 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