File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ci-operator/step-registry/ipi/conf/powervs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 269269#
270270# Find out the largest system pool type
271271#
272- curl --output /tmp/PowerVS-get-largest-system-pool-linux-amd64.tar.gz --location https://github.com/hamzy/PowerVS-get-largest-system-pool/releases/download/v0.1.7 /PowerVS-get-largest-system-pool-v0.1.7 -linux-amd64.tar.gz
272+ curl --output /tmp/PowerVS-get-largest-system-pool-linux-amd64.tar.gz --location https://github.com/hamzy/PowerVS-get-largest-system-pool/releases/download/v0.2.1 /PowerVS-get-largest-system-pool-v0.2.1 -linux-amd64.tar.gz
273273tar -C /tmp -xzf /tmp/PowerVS-get-largest-system-pool-linux-amd64.tar.gz
274274chmod u+x /tmp/PowerVS-get-largest-system-pool
275- POOL_TYPE=$( /tmp/PowerVS-get-largest-system-pool -apiKey " $( cat " /var/run/powervs-ipi-cicd-secrets/powervs-creds/IBMCLOUD_API_KEY" ) " -serviceGUID ${POWERVS_SERVICE_INSTANCE_ID} )
275+ POOL_TYPE=$( /tmp/PowerVS-get-largest-system-pool -apiKey " $( cat /var/run/powervs-ipi-cicd-secrets/powervs-creds/IBMCLOUD_API_KEY) " -serviceGUID " ${POWERVS_SERVICE_INSTANCE_ID} " -limitTypes " release- ${BRANCH} " -zone " ${POWERVS_REGION} " )
276276echo " POOL_TYPE=${POOL_TYPE} "
277277PLATFORM_ARGS_COMPUTE+=( " sysType" " ${POOL_TYPE} " )
278278PLATFORM_ARGS_WORKER+=( " sysType" " ${POOL_TYPE} " )
You can’t perform that action at this time.
0 commit comments