Bug 1987845
Summary: | OpenStack IPI on provider network enforces unnecessary quotas | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Andrew Collins <ancollin> | ||||
Component: | Installer | Assignee: | Emilien Macchi <emacchi> | ||||
Installer sub component: | OpenShift on OpenStack | QA Contact: | Udi Shkalim <ushkalim> | ||||
Status: | CLOSED ERRATA | Docs Contact: | |||||
Severity: | high | ||||||
Priority: | high | CC: | emacchi, imatza, m.andre, pprinett, ushkalim | ||||
Version: | 4.8 | Keywords: | Triaged | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.9.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-10-18 17:43:21 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1987848, 1988464 | ||||||
Attachments: |
|
Description
Andrew Collins
2021-07-29 16:31:40 UTC
*** Bug 1989279 has been marked as a duplicate of this bug. *** Verified on openshift-install version:
openshift-install 4.9.0-0.nightly-2021-08-14-065522
built from commit c7d810f497d0c6c3ad22e5c14f873a70b0586231
release image registry.ci.openshift.org/ocp/release@sha256:7a464d200ac371e3a6b66474fe99aec72a10db26f46929b315431b34c69fd95b
>(shiftstack) [stack@undercloud-0 ~]$ grep type install-config.yaml
> type: "Kuryr"
>(shiftstack) [stack@undercloud-0 ~]$ cp install-config.yaml ostest/
>(shiftstack) [stack@undercloud-0 ~]$ openstack port list
>+--------------------------------------+------+-------------------+-----------------------------------------------------------------------------+--------+
>| ID | Name | MAC Address | Fixed IP Addresses | Status |
>+--------------------------------------+------+-------------------+-----------------------------------------------------------------------------+--------+
>| d987c298-e577-48e1-8b8c-fe43266f8d09 | | fa:16:3e:35:4b:6c | ip_address='10.46.43.160', subnet_id='d8ebee7b-5b7d-4bed-86e4-931114752f67' | DOWN |
>+--------------------------------------+------+-------------------+-----------------------------------------------------------------------------+--------+
>(shiftstack) [stack@undercloud-0 ~]$ openstack network list
>+--------------------------------------+-------------------+--------------------------------------+
>| ID | Name | Subnets |
>+--------------------------------------+-------------------+--------------------------------------+
>| d5a36010-f67c-4d7c-896f-d33c931381b6 | provider-net-flat | d8ebee7b-5b7d-4bed-86e4-931114752f67 |
>+--------------------------------------+-------------------+--------------------------------------+
>(shiftstack) [stack@undercloud-0 ~]$ openshift-install create cluster --dir ostest/
>INFO Credentials loaded from file "/home/stack/clouds.yaml"
>INFO Consuming Install Config from target directory
>INFO Obtaining RHCOS image file from 'https://releases-art-rhcos.svc.ci.openshift.org/art/storage/releases/rhcos-4.9/49.84.202107010027-0/x86_64/rhcos-49.84.202107010027-0-openstack.x86_64.qcow2.gz?>sha256=00cb56c8711686255744646394e22a8ca5f27e059016f6758f14388e5a0a14cb'
>INFO The file was found in cache: /home/stack/.cache/openshift-installer/image_cache/rhcos-49.84.202107010027-0-openstack.x86_64.qcow2. Reusing...
>WARNING Following quotas Network, SecurityGroup, SecurityGroupRule, RAM, Port, Subnet, Router are available but will be completely used pretty soon.
>INFO Creating infrastructure resources...
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 (Moderate: OpenShift Container Platform 4.9.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-2021:3759 |