From f49fc87f957a66d34e41aafd6951cc2cb43e572c Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 10 Dec 2019 13:11:14 +1100 Subject: [PATCH] afs-client: move reduced cache to group variable For gate testing we need the smaller AFS cache size applied to everything that might install openafs, not just the mirror nodes. Move the definition to the afs-client group. Change-Id: Id27efd2f12f5ac3f351f65fa1ae513624a53df90 --- playbooks/zuul/run-base.yaml | 2 +- .../group_vars/{mirror_opendev.yaml.j2 => afs-client.yaml.j2} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename playbooks/zuul/templates/group_vars/{mirror_opendev.yaml.j2 => afs-client.yaml.j2} (100%) diff --git a/playbooks/zuul/run-base.yaml b/playbooks/zuul/run-base.yaml index 54158067a9..3a8d553619 100644 --- a/playbooks/zuul/run-base.yaml +++ b/playbooks/zuul/run-base.yaml @@ -83,7 +83,7 @@ - group_vars/review.yaml - group_vars/review-dev.yaml - group_vars/control-plane-clouds.yaml - - group_vars/mirror_opendev.yaml + - group_vars/afs-client.yaml - host_vars/bridge.openstack.org.yaml - host_vars/letsencrypt01.opendev.org.yaml - host_vars/letsencrypt02.opendev.org.yaml diff --git a/playbooks/zuul/templates/group_vars/mirror_opendev.yaml.j2 b/playbooks/zuul/templates/group_vars/afs-client.yaml.j2 similarity index 100% rename from playbooks/zuul/templates/group_vars/mirror_opendev.yaml.j2 rename to playbooks/zuul/templates/group_vars/afs-client.yaml.j2