Bug 1533669
| Summary: | cloud_name parameter is not created for custom networks | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Bob Fournier <bfournie> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Bob Fournier <bfournie> |
| Status: | CLOSED ERRATA | QA Contact: | mlammon |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 13.0 (Queens) | CC: | mburns, rhel-osp-director-maint |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | 13.0 (Queens) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-8.0.0-0.20180227121938.e0f59ee.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-06-27 13:42:10 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
Bob Fournier
2018-01-11 23:18:33 UTC
Verify using puddle : 2018-04-10.2
Env:
(undercloud) [stack@host01 ~]$ rpm -q openstack-tripleo-heat-templates
openstack-tripleo-heat-templates-8.0.2-0.20180327213846.el7ost.noarch
There is a composable role defined in network_data.yaml
(undercloud) [stack@host01 ~]$ tail -9 network_data.yaml
- name: OcProvisioning
name_lower: oc_provisioning
vip: true
vlan: 205
ip_subnet: '172.21.2.0/24'
allocation_pools: [{'start': '172.21.2.10', 'end': '172.21.2.200'}]
ipv6_subnet: 'fd00:fd00:fd00:7000::/64'
ipv6_allocation_pools: [{'start': 'fd00:fd00:fd00:7000::10', 'end': 'fd00:fd00:fd00:7000:ffff:ffff:ffff:fffe'}]
[root@overcloud-controller-0 ~]# sudo grep -r cloud_name /var/lib/./config-data/haproxy/etc/puppet/hieradata
/var/lib/./config-data/haproxy/etc/puppet/hieradata/service_configs.json: "neutron::agents::metadata::metadata_host": "%{hiera('cloud_name_internal_api')}",
/var/lib/./config-data/haproxy/etc/puppet/hieradata/vip_data.json: "cloud_name_ctlplane": "overcloud.ctlplane.localdomain",
/var/lib/./config-data/haproxy/etc/puppet/hieradata/vip_data.json: "cloud_name_external": "overcloud.localdomain",
/var/lib/./config-data/haproxy/etc/puppet/hieradata/vip_data.json: "cloud_name_internal_api": "overcloud.internalapi.localdomain",
/var/lib/./config-data/haproxy/etc/puppet/hieradata/vip_data.json: "cloud_name_oc_provisioning": "overcloud.ocprovisioning.localdomain",
/var/lib/./config-data/haproxy/etc/puppet/hieradata/vip_data.json: "cloud_name_storage": "overcloud.storage.localdomain",
/var/lib/./config-data/haproxy/etc/puppet/hieradata/vip_data.json: "cloud_name_storage_mgmt": "overcloud.storagemgmt.localdomain",
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-2018:2086 |