Bug 2074210 - asia-south2, australia-southeast2, and southamerica-west1Missing from GCP regions
Summary: asia-south2, australia-southeast2, and southamerica-west1Missing from GCP reg...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 4.11
Hardware: All
OS: All
medium
medium
Target Milestone: ---
: 4.11.0
Assignee: Brent Barbachem
QA Contact: Jianli Wei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-04-11 19:09 UTC by Brent Barbachem
Modified: 2022-08-10 11:06 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-10 11:05:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift installer pull 5811 0 None open Bug 2074210:Add new Regions to the GCP Installer configuration list 2022-05-03 20:14:28 UTC
Red Hat Product Errata RHSA-2022:5069 0 None None None 2022-08-10 11:06:44 UTC

Description Brent Barbachem 2022-04-11 19:09:44 UTC
Thanks for opening a bug report!
Before hitting the button, please fill in as much of the template below as you can.
If you leave out information, it's harder to help you.
Be ready for follow-up questions, and please respond in a timely manner.
If we can't reproduce a bug we might close your issue.
If we're wrong, PLEASE feel free to reopen it and explain why.

Version:

$ openshift-install version
<your output here>

Platform:

#Please specify the platform type: aws, libvirt, openstack or baremetal etc.
gcp

Please specify:
* IPI (automated install with `openshift-install`. If you don't know, then it's IPI)
* UPI (semi-manual installation on customized infrastructure)

What happened?
The following regions are not available through the installer, but they are valid gcp regions: 

asia-south2
australia-southeast2 
southamerica-west1

#See the troubleshooting documentation (https://github.com/openshift/installer/blob/master/docs/user/troubleshooting.md) for ideas about what information to collect.

#For example, 

# If the installer fails to create resources (https://github.com/openshift/installer/blob/master/docs/user/troubleshooting.md#installer-fails-to-create-resources), attach the relevant portions of your `.openshift_install.log.`
# If the installer fails to bootstrap the cluster (https://github.com/openshift/installer/blob/master/docs/user/troubleshootingbootstrap.md), attach the bootstrap log bundle.
# If the installer fails to complete installation after bootstrapping completes (https://github.com/openshift/installer/blob/master/docs/user/troubleshooting.md#installer-fails-to-initialize-the-cluster), attach the must-gather log bundle using `oc adm must-gather`

# Always at least include the `.openshift_install.log`

What did you expect to happen?

#Enter text here.

How to reproduce it (as minimally and precisely as possible)?

$ your-commands-here

Anything else we need to know?

#Enter text here.

Comment 1 Brent Barbachem 2022-04-20 17:19:59 UTC
Noticed that Europe West 8 was also just added in the last few days. Added this, as the bz is still in need of review.

Comment 4 Brent Barbachem 2022-04-20 17:26:10 UTC
@padillon Does this seem reasonable in /comment1 ?

Comment 5 Patrick Dillon 2022-04-20 17:30:36 UTC
Yep! We can add all the missing regions as part of this BZ.

Comment 6 Jianli Wei 2022-04-27 10:08:14 UTC
Tested with cluster-bot build https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-origin-installer-launch-gcp-modern/1519196478675881984, installations passed with the 4 new regions. 

https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/ocp-common/job/Flexy-install/97743/ (SUCCESS)
https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/ocp-common/job/Flexy-destroy/88625/ (SUCCESS)
LAUNCHER_VARS
installer_payload_image: registry.build01.ci.openshift.org/ci-ln-jlm924k/release:latest
region: asia-south2
num_workers: 2

$ oc get clusterversion
NAME      VERSION                                                   AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.11.0-0.ci.test-2022-04-27-071058-ci-ln-jlm924k-latest   True        False         7m53s   Cluster version is 4.11.0-0.ci.tes
t-2022-04-27-071058-ci-ln-jlm924k-latest
$ oc get nodes
NAME                                                         STATUS   ROLES    AGE   VERSION
jiwei-0427-11-crrft-master-0.c.openshift-qe.internal         Ready    master   29m   v1.23.3+2a2851c
jiwei-0427-11-crrft-master-1.c.openshift-qe.internal         Ready    master   28m   v1.23.3+2a2851c
jiwei-0427-11-crrft-master-2.c.openshift-qe.internal         Ready    master   29m   v1.23.3+2a2851c
jiwei-0427-11-crrft-worker-a-8ksfk.c.openshift-qe.internal   Ready    worker   16m   v1.23.3+2a2851c
jiwei-0427-11-crrft-worker-b-nf7hx.c.openshift-qe.internal   Ready    worker   16m   v1.23.3+2a2851c
$ gcloud compute instances list --filter="name~jiwei-0427-11-crrft"
NAME                                ZONE           MACHINE_TYPE   PREEMPTIBLE  INTERNAL_IP  EXTERNAL_IP  STATUS
jiwei-0427-11-crrft-master-0        asia-south2-a  n1-standard-4               10.0.0.4                  RUNNING
jiwei-0427-11-crrft-worker-a-8ksfk  asia-south2-a  n1-standard-4               10.0.128.2                RUNNING
jiwei-0427-11-crrft-master-2        asia-south2-c  n1-standard-4               10.0.0.5                  RUNNING
jiwei-0427-11-crrft-master-1        asia-south2-b  n1-standard-4               10.0.0.3                  RUNNING
jiwei-0427-11-crrft-worker-b-nf7hx  asia-south2-b  n1-standard-4               10.0.128.3                RUNNING
$ 


https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/ocp-common/job/Flexy-install/97752/ (SUCCESS)
https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/ocp-common/job/Flexy-destroy/88630/ (SUCCESS)
LAUNCHER_VARS
installer_payload_image: registry.build01.ci.openshift.org/ci-ln-jlm924k/release:latest
region: australia-southeast2
num_workers: 2

$ oc get clusterversion
NAME      VERSION                                                   AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.11.0-0.ci.test-2022-04-27-071058-ci-ln-jlm924k-latest   True        False         9m51s   Cluster version is 4.11.0-0.ci.test-2022-04-27-071058-ci-ln-jlm924k-latest
$ oc get nodes
NAME                                                         STATUS   ROLES    AGE   VERSION
jiwei-0427-12-954lc-master-0.c.openshift-qe.internal         Ready    master   31m   v1.23.3+2a2851c
jiwei-0427-12-954lc-master-1.c.openshift-qe.internal         Ready    master   32m   v1.23.3+2a2851c
jiwei-0427-12-954lc-master-2.c.openshift-qe.internal         Ready    master   30m   v1.23.3+2a2851c
jiwei-0427-12-954lc-worker-a-rzs2d.c.openshift-qe.internal   Ready    worker   21m   v1.23.3+2a2851c
jiwei-0427-12-954lc-worker-b-zm9hl.c.openshift-qe.internal   Ready    worker   21m   v1.23.3+2a2851c
$ gcloud compute instances list --filter="name~jiwei-0427-12-954lc"
NAME                                ZONE                    MACHINE_TYPE   PREEMPTIBLE  INTERNAL_IP  EXTERNAL_IP  STATUS
jiwei-0427-12-954lc-master-0        australia-southeast2-a  n1-standard-4               10.0.0.3                  RUNNING
jiwei-0427-12-954lc-worker-a-rzs2d  australia-southeast2-a  n1-standard-4               10.0.128.2                RUNNING
jiwei-0427-12-954lc-master-2        australia-southeast2-c  n1-standard-4               10.0.0.5                  RUNNING
jiwei-0427-12-954lc-master-1        australia-southeast2-b  n1-standard-4               10.0.0.4                  RUNNING
jiwei-0427-12-954lc-worker-b-zm9hl  australia-southeast2-b  n1-standard-4               10.0.128.3                RUNNING
$ 


https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/ocp-common/job/Flexy-install/97754/ (SUCCESS)
https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/ocp-common/job/Flexy-destroy/88632/ (SUCCESS)
LAUNCHER_VARS
installer_payload_image: registry.build01.ci.openshift.org/ci-ln-jlm924k/release:latest
region: southamerica-west1
num_workers: 2
vm_type_masters: 'e2-standard-4'
vm_type_workers: 'e2-standard-2'

$ oc get clusterversion
NAME      VERSION                                                   AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.11.0-0.ci.test-2022-04-27-071058-ci-ln-jlm924k-latest   True        False         6m41s   Cluster version is 4.11.0-0.ci.test-2022-04-27-071058-ci-ln-jlm924k-latest
$ oc get nodes
NAME                                                         STATUS   ROLES    AGE   VERSION
jiwei-0427-13-d4bkg-master-0.c.openshift-qe.internal         Ready    master   28m   v1.23.3+2a2851c
jiwei-0427-13-d4bkg-master-1.c.openshift-qe.internal         Ready    master   28m   v1.23.3+2a2851c
jiwei-0427-13-d4bkg-master-2.c.openshift-qe.internal         Ready    master   28m   v1.23.3+2a2851c
jiwei-0427-13-d4bkg-worker-a-v4ck8.c.openshift-qe.internal   Ready    worker   18m   v1.23.3+2a2851c
jiwei-0427-13-d4bkg-worker-b-zplhg.c.openshift-qe.internal   Ready    worker   18m   v1.23.3+2a2851c
$ gcloud compute instances list --filter="name~jiwei-0427-13-d4bkg"
NAME                                ZONE                  MACHINE_TYPE   PREEMPTIBLE  INTERNAL_IP  EXTERNAL_IP  STATUS
jiwei-0427-13-d4bkg-master-0        southamerica-west1-a  e2-standard-4               10.0.0.3                  RUNNING
jiwei-0427-13-d4bkg-worker-a-v4ck8  southamerica-west1-a  e2-standard-2               10.0.128.2                RUNNING
jiwei-0427-13-d4bkg-master-1        southamerica-west1-b  e2-standard-4               10.0.0.5                  RUNNING
jiwei-0427-13-d4bkg-worker-b-zplhg  southamerica-west1-b  e2-standard-2               10.0.128.3                RUNNING
jiwei-0427-13-d4bkg-master-2        southamerica-west1-c  e2-standard-4               10.0.0.4                  RUNNING
$ 


https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/ocp-common/job/Flexy-install/97755/ (SUCCESS)
https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/ocp-common/job/Flexy-destroy/88633/ (SUCCESS)
LAUNCHER_VARS
installer_payload_image: registry.build01.ci.openshift.org/ci-ln-jlm924k/release:latest
region: europe-west8
num_workers: 2
vm_type_masters: 'e2-standard-4'
vm_type_workers: 'e2-standard-2'

$ oc get clusterversion
NAME      VERSION                                                   AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.11.0-0.ci.test-2022-04-27-071058-ci-ln-jlm924k-latest   True        False         11m     Cluster version is 4.11.0-0.ci.test-2022-04-27-071058-ci-ln-jlm924k-latest
$ oc get nodes
NAME                                                         STATUS   ROLES    AGE   VERSION
jiwei-0427-14-mv69r-master-0.c.openshift-qe.internal         Ready    master   31m   v1.23.3+2a2851c
jiwei-0427-14-mv69r-master-1.c.openshift-qe.internal         Ready    master   31m   v1.23.3+2a2851c
jiwei-0427-14-mv69r-master-2.c.openshift-qe.internal         Ready    master   31m   v1.23.3+2a2851c
jiwei-0427-14-mv69r-worker-a-qkhx5.c.openshift-qe.internal   Ready    worker   21m   v1.23.3+2a2851c
jiwei-0427-14-mv69r-worker-b-pbcdf.c.openshift-qe.internal   Ready    worker   20m   v1.23.3+2a2851c
$ gcloud compute instances list --filter="name~jiwei-0427-14-mv69r"
NAME                                ZONE            MACHINE_TYPE   PREEMPTIBLE  INTERNAL_IP  EXTERNAL_IP  STATUS
jiwei-0427-14-mv69r-master-0        europe-west8-a  e2-standard-4               10.0.0.3                  RUNNING
jiwei-0427-14-mv69r-worker-a-qkhx5  europe-west8-a  e2-standard-2               10.0.128.3                RUNNING
jiwei-0427-14-mv69r-master-1        europe-west8-b  e2-standard-4               10.0.0.5                  RUNNING
jiwei-0427-14-mv69r-worker-b-pbcdf  europe-west8-b  e2-standard-2               10.0.128.2                RUNNING
jiwei-0427-14-mv69r-master-2        europe-west8-c  e2-standard-4               10.0.0.4                  RUNNING
$

Comment 12 errata-xmlrpc 2022-08-10 11:05:57 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2022:5069


Note You need to log in before you can comment on or make changes to this bug.