From a4adb6e9f013b1d42d788b353cb4723bbed9641f Mon Sep 17 00:00:00 2001 From: patrickdillon Date: Thu, 16 Apr 2020 16:07:28 -0400 Subject: [PATCH] e2e-vsphere: remove DNS VIPs Updates vSphere steps job for the removal of self-hosted DNS. --- .../dns/ipi-conf-vsphere-dns-commands.sh | 17 ----------------- .../conf/vsphere/ipi-conf-vsphere-commands.sh | 1 - .../vips/ipi-conf-vsphere-vips-commands.sh | 3 +-- .../ipi-deprovision-vsphere-vips-commands.sh | 2 +- 4 files changed, 2 insertions(+), 21 deletions(-) diff --git a/ci-operator/step-registry/ipi/conf/vsphere/dns/ipi-conf-vsphere-dns-commands.sh b/ci-operator/step-registry/ipi/conf/vsphere/dns/ipi-conf-vsphere-dns-commands.sh index 08512de8d469d..44569b9a7a5ed 100644 --- a/ci-operator/step-registry/ipi/conf/vsphere/dns/ipi-conf-vsphere-dns-commands.sh +++ b/ci-operator/step-registry/ipi/conf/vsphere/dns/ipi-conf-vsphere-dns-commands.sh @@ -16,7 +16,6 @@ export AWS_SHARED_CREDENTIALS_FILE=${cluster_profile}/.awscred # Load array created in setup-vips: # 0: API # 1: Ingress -# 2: DNS declare -a vips mapfile -t vips < "${SHARED_DIR}"/vips.txt @@ -46,14 +45,6 @@ cat > "${SHARED_DIR}"/dns-create.json < "${SHARED_DIR}"/dns-delete.json <