diff --git a/manifests/type/airship-core/phases/kustomization.yaml b/manifests/type/airship-core/phases/kustomization.yaml index 8e942fb39..29fc2387c 100644 --- a/manifests/type/airship-core/phases/kustomization.yaml +++ b/manifests/type/airship-core/phases/kustomization.yaml @@ -5,6 +5,7 @@ resources: - ../../../function/phase-helper/ - executors.yaml - phases.yaml - - plan.yaml transformers: - ../../../../../airshipctl/manifests/function/validator +patchesStrategicMerge: + - plan-patch.yaml diff --git a/manifests/type/airship-core/phases/plan.yaml b/manifests/type/airship-core/phases/plan-patch.yaml similarity index 99% rename from manifests/type/airship-core/phases/plan.yaml rename to manifests/type/airship-core/phases/plan-patch.yaml index b657d51b0..26d716acd 100644 --- a/manifests/type/airship-core/phases/plan.yaml +++ b/manifests/type/airship-core/phases/plan-patch.yaml @@ -1,7 +1,7 @@ apiVersion: airshipit.org/v1alpha1 kind: PhasePlan metadata: - name: deploy-aiship-core-gating + name: deploy-gating description: "Phase plan for airship-core deployment on gating" phases: # Deploy ephemeral node using redfish with iso diff --git a/tools/deployment/airship-core/25_deploy_gating.sh b/tools/deployment/airship-core/25_deploy_gating.sh index 7880e4ba2..9484d7367 100755 --- a/tools/deployment/airship-core/25_deploy_gating.sh +++ b/tools/deployment/airship-core/25_deploy_gating.sh @@ -14,4 +14,4 @@ set -xe -airshipctl plan run deploy-aiship-core-gating --debug +airshipctl plan run deploy-gating --debug