diff options
author | Ritu Sood <ritu.sood@intel.com> | 2021-10-22 17:08:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-22 17:08:02 +0000 |
commit | a6729589f63719580a404513db4846b98c16b455 (patch) | |
tree | a1628db2396f7d7d7601a65232e3cfe7c0150672 /kud/tests/plugin_fw_v2.sh | |
parent | b02ac53a7b6a4b750c542f8d07639751a2eb61ba (diff) | |
parent | 988ebcf24c7d854a4053437b69cfb120acb8039c (diff) |
Merge "Allow KuD installer to specify Kubespray 2.14.1 or 2.16.0"
Diffstat (limited to 'kud/tests/plugin_fw_v2.sh')
-rwxr-xr-x | kud/tests/plugin_fw_v2.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kud/tests/plugin_fw_v2.sh b/kud/tests/plugin_fw_v2.sh index f19e0f90..6c8d8424 100755 --- a/kud/tests/plugin_fw_v2.sh +++ b/kud/tests/plugin_fw_v2.sh @@ -56,8 +56,7 @@ while [[ $# -gt 0 ]]; do case $arg in "--external" ) - service_host=$(kubectl cluster-info | grep "Kubernetes master" | \ - awk -F ":" '{print $2}' | awk -F "//" '{print $2}') + service_host=$(control_plane_ip) shift ;; * ) |