Bug 2061845
| Summary: | [RHOS 16.1] Fix InternalApi subnet for ControllerNovaStandalone role | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Archit Modi <amodi> |
| Component: | openstack-tripleo-heat-templates | Assignee: | OSP Team <rhos-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Joe H. Rahme <jhakimra> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 16.1 (Train) | CC: | alifshit, mburns, smooney |
| Target Milestone: | z9 | Keywords: | Patch, Triaged |
| Target Release: | 16.1 (Train on RHEL 8.2) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-11.3.2-1.20220601143346.29a02c1.el8ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-12-07 20:29:31 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: | |||
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: Red Hat OpenStack 16.1.9 (openstack-tripleo-heat-templates) 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:8796 |
Description of problem: Using ControllerNovaStandalone role, there is a typo which prevents overcloud being deployed successfully [1]. Fixing it to reflect the correct spelling 'internal_api_subnet' Version-Release number of selected component (if applicable): 16.1 How reproducible: always Steps to Reproduce: 1. Deploy ControllerNovaStandalone role in Rhos-16.1 2. Deployment fails at overcloud stage Actual results: Stack overcloud/9fe65f84-7978-43e6-a159-7c67b8abf9f9 CREATE_FAILED overcloud.ControllerNovaStandalone.0.InternalApiPort: resource_type: OS::TripleO::ControllerNovaStandalone::Ports::InternalApiPort physical_resource_id: status: CREATE_FAILED status_reason: | resources.InternalApiPort: Property error: resources.InternalApiPort.properties.fixed_ips[0].subnet: Error validating value 'interanl_api_subnet': Unable to find subnet with name or id 'interanl_api_subnet' Expected results: Overcloud deployed successfully Additional info: