Summary: | validateMachinesSubnet doesn't verify if subnet exists | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Emilien Macchi <emacchi> |
Component: | Installer | Assignee: | Emilien Macchi <emacchi> |
Installer sub component: | OpenShift on OpenStack | QA Contact: | Udi Shkalim <ushkalim> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | low | ||
Priority: | medium | CC: | juriarte, ushkalim |
Version: | 4.7 | Keywords: | Reopened, Triaged |
Target Milestone: | --- | ||
Target Release: | 4.7.z | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-02-03 05:18:57 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: | |
Bug Depends On: | 1957809 | ||
Bug Blocks: |
Description
Emilien Macchi
2021-02-15 13:57:28 UTC
I tried to reproduce again from scratch and I got: DEBUG OpenShift Installer 4.6.15 DEBUG Built from commit 26aab99447a65a1a3d46342318486bd1dd11b1e2 DEBUG Fetching Metadata... DEBUG Loading Metadata... DEBUG Loading Cluster ID... DEBUG Loading Install Config... DEBUG Loading SSH Key... DEBUG Loading Base Domain... DEBUG Loading Platform... DEBUG Loading Cluster Name... DEBUG Loading Base Domain... DEBUG Loading Platform... DEBUG Loading Pull Secret... DEBUG Loading Platform... FATAL failed to fetch Metadata: failed to load asset "Install Config": failed to generate OpenStack cloud info: failed to fetch machine subnet info: Resource not found I think my initial error was before the subnet was working before and not anymore so it was somewhere in cache or in a config file in the config directory. So the current UX is fine enough to me. I confirm the bug is present in 4.7: https://paste.opendev.org/show/bDOxRiX2cZN0wvvv8xEU/ Thanks Udi for your inputs. I'll look at the backports. Removing the Triaged keyword because: * the priority assessment is missing * the QE automation assessment (flag qe_test_coverage) is missing Verified: [stack@undercloud-0 ~]$ openshift-install create cluster --dir ostest/ FATAL failed to fetch Metadata: failed to load asset "Install Config": platform.openstack.machinesSubnet: Not found: "14fcd285-494d-4bbf-ba9f-3980363fd616" [stack@undercloud-0 ~]$ openshift-install version openshift-install 4.7.0-0.nightly-2022-01-18-181356 built from commit b406013d9ee4ae679ca4a3ea39a494a54e39fd77 release image registry.ci.openshift.org/ocp/release@sha256:86dab1338560c116321e98228e4e0b8be71a58aa55d6d28f809a8acde46ecaa8 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.42 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:0283 |