Bug 1636607
| Summary: | Provide Openshift network_data in /usr/share/openstack-tripleo-heat-templates/network_data_openshift.yaml | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Marius Cornea <mcornea> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Martin André <m.andre> |
| Status: | CLOSED ERRATA | QA Contact: | Gurenko Alex <agurenko> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 14.0 (Rocky) | CC: | dbecker, jtrowbri, m.andre, mburns, morazi |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | 14.0 (Rocky) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-9.0.1-0.20181013060876.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-11 11:53:41 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: | |||
Submitted upstream change at https://review.openstack.org/#/c/613864/ 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 |
Description of problem: For Openshift deployments we're using custom networks file which contains only External, InternalApi and the Storage network. We should provide such file in /usr/share/openstack-tripleo-heat-templates/network_data_openshift.yaml to be immediately available for the user to consume, otherwise it needs to be built manually which is not user friendly. Example of such network data file: [stack@undercloud-0 ~]$ cat network_data.yaml - name: Storage vip: true vlan: 30 name_lower: storage ip_subnet: '172.17.3.0/24' allocation_pools: [{'start': '172.17.3.10', 'end': '172.17.3.149'}] - name: InternalApi name_lower: internal_api vip: true vlan: 20 ip_subnet: '172.17.1.0/24' allocation_pools: [{'start': '172.17.1.10', 'end': '172.17.1.149'}] - name: External vip: true name_lower: external ip_subnet: '10.0.0.0/24' allocation_pools: [{'start': '10.0.0.101', 'end': '10.0.0.149'}] gateway_ip: '10.0.0.1' Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-9.0.0-0.20180919080939.888743c.0rc1.el7ost.noarch How reproducible: 100%