Bug 1599910
Summary: | [Docs] Routed spine/leaf may require addl hiera overrides for remote compute nodes | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Dan Sneddon <dsneddon> |
Component: | documentation | Assignee: | RHOS Documentation Team <rhos-docs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | RHOS Documentation Team <rhos-docs> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 13.0 (Queens) | CC: | bfournie, dmacpher, dsneddon, dsorrent, harsh.kotak, hjensas, ipilcher, mburns, mschuppe, owalsh, racedoro, sasha, sputhenp, srevivo |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-03-06 06:21:43 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
Dan Sneddon
2018-07-10 22:32:50 UTC
*** Bug 1620235 has been marked as a duplicate of this bug. *** Successfully deployed with: Compute0HostnameResolveNetwork: internal_api0 Compute0ExtraConfig: neutron::agents::ml2::ovs::local_ip: "%{hiera('tenant0')}" nova::my_ip: "%{hiera('internal_api0')}" cold_migration_ssh_inbound_addr: "%{hiera('internal_api0')}" live_migration_ssh_inbound_addr: "%{hiera('internal_api0')}" nova::compute::libvirt::vncserver_listen: "%{hiera('internal_api0')}" nova::compute::vncserver_proxyclient_address: "%{hiera('internal_api0')}" nova::migration::libvirt::live_migration_inbound_addr: "%{hiera('internal_api0')}" tripleo::profile::base::database::mysql::client::mysql_client_bind_address: "%{hiera('internal_api0')}" (In reply to Alexander Chuzhoy from comment #14) > Successfully deployed with: > Compute0HostnameResolveNetwork: internal_api0 > Compute0ExtraConfig: > neutron::agents::ml2::ovs::local_ip: "%{hiera('tenant0')}" > nova::my_ip: "%{hiera('internal_api0')}" > cold_migration_ssh_inbound_addr: "%{hiera('internal_api0')}" > live_migration_ssh_inbound_addr: "%{hiera('internal_api0')}" > nova::compute::libvirt::vncserver_listen: "%{hiera('internal_api0')}" > nova::compute::vncserver_proxyclient_address: > "%{hiera('internal_api0')}" > nova::migration::libvirt::live_migration_inbound_addr: > "%{hiera('internal_api0')}" > > tripleo::profile::base::database::mysql::client::mysql_client_bind_address: > "%{hiera('internal_api0')}" The above HostnameResolveNetwork override need's to go into "ServiceNetMap". ServiceNetMap: Compute0HostnameResolveNetwork: internal_api0 Compute0ExtraConfig: neutron::agents::ml2::ovs::local_ip: "%{hiera('tenant0')}" nova::my_ip: "%{hiera('internal_api0')}" cold_migration_ssh_inbound_addr: "%{hiera('internal_api0')}" live_migration_ssh_inbound_addr: "%{hiera('internal_api0')}" nova::compute::libvirt::vncserver_listen: "%{hiera('internal_api0')}" nova::compute::vncserver_proxyclient_address: "%{hiera('internal_api0')}" nova::migration::libvirt::live_migration_inbound_addr: "%{hiera('internal_api0')}" tripleo::profile::base::database::mysql::client::mysql_client_bind_address: "%{hiera('internal_api0')}" Sorry for the lack of response on this one. I think I might have updated this already: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/14/html/spine_leaf_networking/configuring-the-overcloud#assigning-routes-for-roles I'm pretty sure the overrides are correct and have added the HostnameResolveNetworks for both Compute and CephStorage. Dan and Harald, any chance you can confirm this? (In reply to Dan Macpherson from comment #16) > Sorry for the lack of response on this one. I think I might have updated > this already: > > https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/14/ > html/spine_leaf_networking/configuring-the-overcloud#assigning-routes-for- > roles > > I'm pretty sure the overrides are correct and have added the > HostnameResolveNetworks for both Compute and CephStorage. > > Dan and Harald, any chance you can confirm this? The documentation looks good, but we also need these instructions for OSP 13. Has that documentation been updated as well? If so, I think we can close this ticket as the instructions have been tested by QE. Yep, the change was backported to OSP13: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/spine_leaf_networking/configuring-the-overcloud#assigning-routes-for-roles If there's nothing else, I'll close this BZ. If there's something missing please feel free to reopen it. |