File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ mkdir -p "${ARTIFACTS}/logs/"
40
40
ARCH=$( uname -m)
41
41
OS=$( uname -s)
42
42
IBMCLOUD_CLI_VERSION=${IBMCLOUD_CLI_VERSION:- " 2.22.1" }
43
+ POWER_PLUGIN_VERSION=${POWER_PLUGIN_VERSION:- " 1.0.0" }
43
44
E2E_FLAVOR=${E2E_FLAVOR:- }
44
45
capibmadm=$( pwd) /bin/capibmadm
45
46
@@ -90,7 +91,7 @@ create_powervs_network_instance(){
90
91
retry " ibmcloud login -a cloud.ibm.com --no-region"
91
92
92
93
# Install power-iaas command-line plug-in and target the required service instance
93
- ibmcloud plugin install power-iaas -f
94
+ ibmcloud plugin install power-iaas -f -v ${POWER_PLUGIN_VERSION}
94
95
CRN=$( ibmcloud resource service-instance ${IBMPOWERVS_SERVICE_INSTANCE_ID} --output json | jq -r ' .[].crn' )
95
96
ibmcloud pi workspace target ${CRN}
96
97
You can’t perform that action at this time.
0 commit comments