From 27031d6f704d9fab0f7f644d7449cad465f77200 Mon Sep 17 00:00:00 2001 From: Ratnopam Chakrabarti Date: Tue, 12 Jan 2021 17:22:30 -0500 Subject: [PATCH] Update CAPG provider phase Update phase for calico deployment in the target-cluster Relates-To: #446 Change-Id: Icead39c6bd95c903bc7a912b7a2d161bf09a0401 --- manifests/site/gcp-test-site/phases/plan.yaml | 2 +- .../{initinfra => initinfra-networking}/kustomization.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename manifests/site/gcp-test-site/target/{initinfra => initinfra-networking}/kustomization.yaml (100%) diff --git a/manifests/site/gcp-test-site/phases/plan.yaml b/manifests/site/gcp-test-site/phases/plan.yaml index df6ac45c5..1bd8c40d7 100644 --- a/manifests/site/gcp-test-site/phases/plan.yaml +++ b/manifests/site/gcp-test-site/phases/plan.yaml @@ -7,7 +7,7 @@ phaseGroups: phases: - name: clusterctl-init-ephemeral - name: controlplane-ephemeral - - name: initinfra-target + - name: initinfra-networking-target - name: clusterctl-init-target - name: clusterctl-move - name: workers-target diff --git a/manifests/site/gcp-test-site/target/initinfra/kustomization.yaml b/manifests/site/gcp-test-site/target/initinfra-networking/kustomization.yaml similarity index 100% rename from manifests/site/gcp-test-site/target/initinfra/kustomization.yaml rename to manifests/site/gcp-test-site/target/initinfra-networking/kustomization.yaml