Bug 1906459
| Summary: | openstack: Quota Validation fails if unlimited quotas are given to a project | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Emilien Macchi <emacchi> |
| Component: | Installer | Assignee: | Emilien Macchi <emacchi> |
| Installer sub component: | OpenShift on OpenStack | QA Contact: | weiwei jiang <wjiang> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | unspecified | CC: | mbooth |
| Version: | 4.7 | Keywords: | Regression |
| Target Milestone: | --- | ||
| Target Release: | 4.7.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-02-24 15:41:51 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: | |||
|
Description
Emilien Macchi
2020-12-10 15:01:45 UTC
(overcloud) [stack@undercloud-0 osp13_ssc]$ openstack quota list --compute +----------------------------------+-------+-----------+----------------+-----------------------------+--------------------------+-----------+-----------+----------------+-----+---------------+----------------------+ | Project ID | Cores | Fixed IPs | Injected Files | Injected File Content Bytes | Injected File Path Bytes | Instances | Key Pairs | Metadata Items | Ram | Server Groups | Server Group Members | +----------------------------------+-------+-----------+----------------+-----------------------------+--------------------------+-----------+-----------+----------------+-----+---------------+----------------------+ | 00855d56ea2f43f99bb563f2dde01dfa | -1 | -1 | 5 | 10240 | 255 | -1 | 100 | 128 | -1 | 10 | 10 | | 8669733d329842049f4da0b3c2ca0ae0 | -1 | -1 | 5 | 10240 | 255 | -1 | 100 | 128 | -1 | 10 | 10 | +----------------------------------+-------+-----------+----------------+-----------------------------+--------------------------+-----------+-----------+----------------+-----+---------------+----------------------+ $ ./openshift-install-4.7 create cluster --dir . --log-level debug DEBUG OpenShift Installer 4.7.0-0.nightly-2020-12-17-201522 DEBUG Built from commit e235783fe671864e0628771d0e5d13904e4d062a ...... DEBUG Generating Platform Provisioning Check... DEBUG Fetching Platform Quota Check... DEBUG Fetching Install Config... DEBUG Reusing previously-fetched Install Config DEBUG Fetching Master Machines... DEBUG Reusing previously-fetched Master Machines DEBUG Fetching Worker Machines... DEBUG Reusing previously-fetched Worker Machines DEBUG Generating Platform Quota Check... DEBUG Fetching Terraform Variables... DEBUG Reusing previously-fetched Terraform Variables DEBUG Fetching Kubeadmin Password... DEBUG Reusing previously-fetched Kubeadmin Password DEBUG Generating Cluster... 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.7.0 security, bug fix, and enhancement 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-2020:5633 |