Skip to content

Commit

Permalink
OCTOPUS-583: migrate readme and scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Apr 12, 2024
1 parent 41d1f3e commit 2a42dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The [`ocp4-upi-compute-powervs` project](https://github.com/ibm/ocp4-upi-compute
1. Requires Terraform v1.5.0 to v1.5.5. You may use the alternative [OpenTofu](https://opentofu.org/docs/intro/install/).
2. A PowerVS Workspace on IBM Cloud that supports [Power Edge Router](https://cloud.ibm.com/docs/power-iaas?topic=power-iaas-per). If your workspace supports s922,s1022,e980,e1080, you'll have to update the var.tfvars to the supported `system_type`.
3. An RHCOS Image loaded to the PowerVS Service
4. Optional: An Centos Image loaded to the PowerVS Service
4. Optional: An CentOS Stream 9 Image loaded to the PowerVS Service
5. An Existing OpenShift Container Platform Cluster installed on IBMCloud VPC with Intel architecture.

## Commands
Expand Down
4 changes: 2 additions & 2 deletions scripts/import-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ fi
POWERVS_CRN=$(${IBMCLOUD} pi sl 2>&1 | grep "${SERVICE_INSTANCE_ID}" | awk '{print $1}')
${IBMCLOUD} pi st "${POWERVS_CRN}"

${IBMCLOUD} pi image-create CentOS-Stream-8
echo "Finished importing CentOS-Stream-8"
${IBMCLOUD} pi image-create CentOS-Stream-9
echo "Finished importing CentOS-Stream-9"

0 comments on commit 2a42dd8

Please sign in to comment.