Bug 1651159
| Summary: | The GUI doesn't pass the user-supplied environment files in the end | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Udi Kalifon <ukalifon> |
| Component: | openstack-tripleo-common | Assignee: | Jiri Tomasek <jtomasek> |
| Status: | CLOSED ERRATA | QA Contact: | Udi Kalifon <ukalifon> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 14.0 (Rocky) | CC: | augol, beth.white, jjoyce, jschluet, jtomasek, mbarnett, mburns, pgrist, slinaber, tvignaud |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 14.0 (Rocky) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-common-9.4.1-0.20181012010885.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-11 11:54:47 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: | 1512800 | ||
|
Description
Udi Kalifon
2018-11-19 10:35:00 UTC
You can also see the problem when you run the network configuration validator, on a plan with custom-supplied nic-configs. The validator fails and points to different nic-configs than the ones you supplied. The problem is as stated in the title - environments sorting algorithm does not apply the environments which are not included in capabilities-map.yaml at the end of the sorted list, it just skips them. The environments not included in capabilities-map.yaml should be appended to the list of sorted environments. Code reference of the problem: https://github.com/openstack/tripleo-common/blob/master/tripleo_common/utils/plan.py#L197 Upstream master tripleo-common patch https://review.openstack.org/621122 [tripleo-common, downstream backport] https://code.engineering.redhat.com/gerrit/158536 Verified: openstack-tripleo-common-9.4.1-0.20181012010886.el7ost.noarch Unfortunately there is still randomness in the order of the environment files, and dependent files don't always come after their prerequisite files (for example docker-ha.yaml appeared before docker.yaml). A separate bug will be opened. 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, 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/RHEA-2019:0045 |