Aligned CAPI script with airshipctl

* Aligned the CAPI deployment script with recent changes of
  airshipctl

Change-Id: I2568a7d1a71f3778bb1a8bb02ce8e1b8c758aece
This commit is contained in:
Sirajudeen 2021-02-02 20:22:42 +00:00
parent 45c946e83a
commit 610fb1cd1f
2 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,4 @@ set -xe
: ${AIRSHIPCTL_PROJECT:="../airshipctl"}
cd ${AIRSHIPCTL_PROJECT}
./tools/deployment/26_deploy_metal3_capi_ephemeral_node.sh
./tools/deployment/26_deploy_capi_ephemeral_node.sh

View File

@ -72,7 +72,7 @@
- ./tools/deployment/23_pull_documents.sh
- ./tools/deployment/24_build_images.sh
- ./tools/deployment/25_deploy_ephemeral_node.sh
- ./tools/deployment/26_deploy_metal3_capi_ephemeral_node.sh
- ./tools/deployment/26_deploy_capi_ephemeral_node.sh
- ./tools/deployment/30_deploy_controlplane.sh
- ./tools/deployment/31_deploy_initinfra_target_node.sh
- ./tools/deployment/32_cluster_init_target_node.sh