Remove clusterctl install script

The clusterctl install script was recently removed from airshipctl [0]
since airshipctl now has the capability to drive clusterctl operations.
This change removes a script that invokes the missing airshipctl script,
causing Treasuremap jobs to fail.

[0] https://review.opendev.org/757888

Change-Id: Ia3a0a31f34b2e0a6186857400024e43500b6e1c8
Signed-off-by: Drew Walters <andrew.walters@att.com>
This commit is contained in:
Drew Walters 2020-10-23 20:37:25 +00:00
parent e1a9137650
commit e6b28d3493
2 changed files with 0 additions and 21 deletions

View File

@ -1,20 +0,0 @@
#!/usr/bin/env bash
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
: ${AIRSHIPCTL_PROJECT:="../airshipctl"}
cd ${AIRSHIPCTL_PROJECT}
./tools/deployment/02_install_clusterctl.sh

View File

@ -64,7 +64,6 @@
site_name: test-site
gate_scripts:
- ./tools/deployment/01_install_kubectl.sh
- ./tools/deployment/02_install_clusterctl.sh
- ./tools/deployment/22_test_configs.sh
- ./tools/deployment/24_build_ephemeral_iso.sh
- ./tools/deployment/25_deploy_ephemeral_node.sh