From 3bf86418a4fdbd9f4aaacf74bbbbb7ee3e3d5df4 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 9 Mar 2023 13:37:37 +1100 Subject: [PATCH] dns: remove old openstack.org nameservers from iptables list Change-Id: I8d5a27783fd9681993cd7dd4ca4932d3ec4d1c3a --- inventory/service/group_vars/adns.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/inventory/service/group_vars/adns.yaml b/inventory/service/group_vars/adns.yaml index be098ff02a..4b749cfb54 100644 --- a/inventory/service/group_vars/adns.yaml +++ b/inventory/service/group_vars/adns.yaml @@ -5,9 +5,3 @@ iptables_extra_allowed_hosts: - protocol: tcp port: 53 hostname: ns2.opendev.org - - protocol: tcp - port: 53 - hostname: ns1.openstack.org - - protocol: tcp - port: 53 - hostname: ns2.openstack.org