From ae39f7d698b276867ab005678ed307c835fc3a01 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Wed, 6 Dec 2023 13:41:15 +0100 Subject: [PATCH 1/3] Change node flavor --- scripts/ansible/Cluster/openshift-cluster/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible/Cluster/openshift-cluster/vars.yml b/scripts/ansible/Cluster/openshift-cluster/vars.yml index 29aa8412816..90099fc62d4 100644 --- a/scripts/ansible/Cluster/openshift-cluster/vars.yml +++ b/scripts/ansible/Cluster/openshift-cluster/vars.yml @@ -1,6 +1,6 @@ --- total_ipv4_address_count: 256 kube_version: 4.12.13_openshift # command to list all supported k8s/openshift `ibmcloud ks versions` -node_flavor: bx2.4x16 +node_flavor: b3c.4x16 workers: 3 nfs_image: ibm-ubuntu-20-04-2-minimal-amd64-1 \ No newline at end of file From ede8a3bde0a6faa65773166365e75823105b72a1 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Wed, 6 Dec 2023 13:41:43 +0100 Subject: [PATCH 2/3] Bump OCP version to 4.13 --- scripts/ansible/Cluster/openshift-cluster/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible/Cluster/openshift-cluster/vars.yml b/scripts/ansible/Cluster/openshift-cluster/vars.yml index 90099fc62d4..048e98d3626 100644 --- a/scripts/ansible/Cluster/openshift-cluster/vars.yml +++ b/scripts/ansible/Cluster/openshift-cluster/vars.yml @@ -1,6 +1,6 @@ --- total_ipv4_address_count: 256 -kube_version: 4.12.13_openshift # command to list all supported k8s/openshift `ibmcloud ks versions` +kube_version: 4.13_openshift # command to list all supported k8s/openshift `ibmcloud ks versions` node_flavor: b3c.4x16 workers: 3 nfs_image: ibm-ubuntu-20-04-2-minimal-amd64-1 \ No newline at end of file From 63d5ff954fccae3e99c4607915d71b8723e5d7d2 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Wed, 6 Dec 2023 13:52:08 +0100 Subject: [PATCH 3/3] Try different secret in infra-test.yaml --- .github/workflows/infra-test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/infra-test.yaml b/.github/workflows/infra-test.yaml index dfd20835ffc..b7dfe227532 100644 --- a/.github/workflows/infra-test.yaml +++ b/.github/workflows/infra-test.yaml @@ -22,7 +22,9 @@ jobs: - name: Create Stageing Cluster uses: dawidd6/action-ansible-playbook@v2 env: - IC_API_KEY: ${{ secrets.IC_API_KEY }} + #IC_API_KEY: ${{ secrets.IC_API_KEY }} + # TODO: Changed by rm3l - IC_API_KEY secret does not seem to exist in the repo + IC_API_KEY: ${{ secrets.IBM_CLOUD_API_KEY }} IC_REGION: 'eu-de' SSHKEY: './ssh_key' with: @@ -45,4 +47,4 @@ jobs: ibmcloud ks cluster config --cluster $ID --admin CLUSTER=`ibmcloud ks cluster get -c odo-test-kubernetes-cluster --output json ` ID=$(echo $CLUSTER | jq -r '.id') - ibmcloud ks cluster config --cluster $ID --admin \ No newline at end of file + ibmcloud ks cluster config --cluster $ID --admin