From 6d0c4b0b3b259a0e98c6be5829aca4c133fd24fe Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 12 Feb 2021 04:27:21 +0000 Subject: [PATCH] Update AFS group vars filenames Ifa5f251fdfb8de737ad2ed96491d45294ce23a0c renamed the afs and afsdb groups to afs-file-server and afs-db-server, but didn't update the group files. Previously the firewall rules were duplicated in the afs/afsdb group; but now all afs servers are in the afs-server-common group. Rename afs.yaml->afs-server-common.yaml and remove the now unnecessary afsdb.yaml. Remove one of the old group vars files and rename the other to afs-server-common so we can restore the udp ports they open in our firewall rules. Change-Id: I17dd0596660addf061ade31b4450bf040c01ffe8 --- .../service/group_vars/{afs.yaml => afs-server-common.yaml} | 0 inventory/service/group_vars/afsdb.yaml | 1 - 2 files changed, 1 deletion(-) rename inventory/service/group_vars/{afs.yaml => afs-server-common.yaml} (100%) delete mode 100644 inventory/service/group_vars/afsdb.yaml diff --git a/inventory/service/group_vars/afs.yaml b/inventory/service/group_vars/afs-server-common.yaml similarity index 100% rename from inventory/service/group_vars/afs.yaml rename to inventory/service/group_vars/afs-server-common.yaml diff --git a/inventory/service/group_vars/afsdb.yaml b/inventory/service/group_vars/afsdb.yaml deleted file mode 100644 index 2314190b2e..0000000000 --- a/inventory/service/group_vars/afsdb.yaml +++ /dev/null @@ -1 +0,0 @@ -iptables_extra_public_udp_ports: [7000,7001,7002,7003,7004,7005,7006,7007]