From 2a42dd823f48eb1e56a69f5aaf306f370a493762 Mon Sep 17 00:00:00 2001 From: Paul Bastide Date: Fri, 12 Apr 2024 16:29:57 -0400 Subject: [PATCH] OCTOPUS-583: migrate readme and scripts Signed-off-by: Paul Bastide --- README.md | 2 +- scripts/import-centos.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f150ca..16b78a9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/import-centos.sh b/scripts/import-centos.sh index 6dde1eb..4c0835b 100644 --- a/scripts/import-centos.sh +++ b/scripts/import-centos.sh @@ -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" \ No newline at end of file +${IBMCLOUD} pi image-create CentOS-Stream-9 +echo "Finished importing CentOS-Stream-9" \ No newline at end of file