Skip to content

Commit bad7647

Browse files
committed
Debugging - something is wrong here
1 parent 1aca6d4 commit bad7647

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci-operator/step-registry/ipi/conf/nutanix/context/ipi-conf-nutanix-context-commands.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ data="{
4343

4444
clusters_json=$(curl -ks -u "${un}":"${pw}" -X POST ${api_ep} -H "Content-Type: application/json" -d @-<<<"${data}")
4545
# For QE nutanix with multi zone, we need to select PE by host IP
46+
47+
echo "pc_url:"
48+
echo "$pc_url"
49+
echo ""
50+
echo "clusters_json"
51+
echo "$clusters_json"
52+
4653
if [[ $LEASED_RESOURCE =~ "nutanix-qe" ]]; then
4754
pe_uuid=$(echo "${clusters_json}" | jq ".entities[] | select (.spec.resources.network.external_ip == \"${prism_element_host}\") | .metadata.uuid" | head -n 1)
4855
pe_name=$(echo "${clusters_json}" | jq ".entities[] | select (.spec.resources.network.external_ip == \"${prism_element_host}\") | .spec.name" | head -n 1)

0 commit comments

Comments
 (0)