From 10f87492391c7d6c63bf3bca6694fb11a98dfc5e Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 4 Nov 2022 08:32:05 +1100 Subject: [PATCH] Remove bridge.openstack.org This host is no longer in use, remove references Change-Id: I13bf4b7947ffcf61f8064976c54831bf1b3261eb --- hiera/common.yaml | 1 - inventory/base/hosts.yaml | 7 ------- inventory/service/group_vars/graphite.yaml | 3 --- 3 files changed, 11 deletions(-) diff --git a/hiera/common.yaml b/hiera/common.yaml index 6bde5009d9..1a8dca759e 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -11,7 +11,6 @@ cacti_hosts: - apps.openstack.org - backup01.ord.rax.opendev.org - backup02.ca-ymq-1.vexxhost.opendev.org -- bridge.openstack.org - bridge01.opendev.org - cacti.openstack.org - eavesdrop01.opendev.org diff --git a/inventory/base/hosts.yaml b/inventory/base/hosts.yaml index d1aea648f8..8d48396336 100644 --- a/inventory/base/hosts.yaml +++ b/inventory/base/hosts.yaml @@ -63,13 +63,6 @@ all: region_name: ORD public_v4: 23.253.160.180 public_v6: 2001:4801:7825:103:be76:4eff:fe10:1b1 - bridge.openstack.org: - ansible_host: 23.253.234.219 - location: - cloud: openstackci-rax - 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: diff --git a/inventory/service/group_vars/graphite.yaml b/inventory/service/group_vars/graphite.yaml index 813a38a8d6..78acf9e6af 100644 --- a/inventory/service/group_vars/graphite.yaml +++ b/inventory/service/group_vars/graphite.yaml @@ -1,7 +1,4 @@ iptables_extra_allowed_hosts: - - hostname: bridge.openstack.org - port: 8125 - protocol: udp - hostname: bridge01.opendev.org port: 8125 protocol: udp