File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ checkout_account(){
42
42
echo " export BOSKOS_RESOURCE_NAME=$( echo ${output} | jq -r ' .name' ) "
43
43
echo " export BOSKOS_RESOURCE_ID=$( echo ${output} | jq -r ' .userdata["service-instance-id"]' ) "
44
44
echo " export IBMCLOUD_API_KEY=$( echo ${output} | jq -r ' .userdata["api-key"]' ) "
45
- echo " export RESOURCE_GROUP=$( echo ${output} | jq -r ' .userdata["resource-group"]' ) "
46
45
else
47
46
echo " Got invalid response- ${status_code} "
48
47
exit 1
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ ARTIFACTS="${ARTIFACTS:-${PWD}/_artifacts}"
34
34
mkdir -p " ${ARTIFACTS} /logs/"
35
35
36
36
ARCH=$( uname -m)
37
- PVSADM_VERSION=${PVSADM_VERSION:- " v0.1.4-alpha.3 " }
37
+ PVSADM_VERSION=${PVSADM_VERSION:- " v0.1.7 " }
38
38
E2E_FLAVOR=${E2E_FLAVOR:- }
39
39
REGION=${REGION:- " us-south" }
40
40
@@ -58,7 +58,7 @@ create_powervs_network_instance(){
58
58
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
59
59
60
60
# Login to IBM Cloud using the API Key
61
- ibmcloud login -a cloud.ibm.com -r ${REGION} -g ${RESOURCE_GROUP}
61
+ ibmcloud login -a cloud.ibm.com -r ${REGION}
62
62
63
63
# Install power-iaas command-line plug-in and target the required service instance
64
64
ibmcloud plugin install power-iaas
You can’t perform that action at this time.
0 commit comments