File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
ci-operator/step-registry/ipi/conf/nutanix/context Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,13 @@ data="{
43
43
44
44
clusters_json=$( curl -ks -u " ${un} " :" ${pw} " -X POST ${api_ep} -H " Content-Type: application/json" -d @-<<< " ${data}" )
45
45
# 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
+
46
53
if [[ $LEASED_RESOURCE =~ " nutanix-qe" ]]; then
47
54
pe_uuid=$( echo " ${clusters_json} " | jq " .entities[] | select (.spec.resources.network.external_ip == \" ${prism_element_host} \" ) | .metadata.uuid" | head -n 1)
48
55
pe_name=$( echo " ${clusters_json} " | jq " .entities[] | select (.spec.resources.network.external_ip == \" ${prism_element_host} \" ) | .spec.name" | head -n 1)
You can’t perform that action at this time.
0 commit comments