Description of problem: Cold or static migration should have option to choose dedicated migration network. Currently this is only possible with live migration in this bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1453178 The nova.conf config parmeter for live migration dedicated network is: live_migration_inbound_addr Reference: http://post-office.corp.redhat.com/archives/rhos-tech/2017-May/msg00150.html
Currently only possible with live migration when TLS is used. When SSH is used (the default) we cannot use the new config option (https://bugs.launchpad.net/nova/+bug/1671288).
I don't think we can currently make this configurable, however AFAICT it uses the value of my_ip. I believe we should be setting this the the internal_api network. However it's currently not set, in fact it's not even exposed in puppet-nova. In this case it is autodetected based on the default route, which happens to be the ctrl_plane network (the undercloud network).
(In reply to Ollie Walsh from comment #2) > I don't think we can currently make this configurable, however AFAICT it > uses the value of my_ip. I believe we should be setting this the the > internal_api network. > > However it's currently not set, in fact it's not even exposed in > puppet-nova. In this case it is autodetected based on the default route, > which happens to be the ctrl_plane network (the undercloud network). Seems like Ollie has the two patches to expose 'my_ip' parameter: [tripleo-heat-templates] https://review.openstack.org/499387 -- WIP: set nova my_ip [puppet-nova] https://review.openstack.org/#/c/499386/ -- WIP: expose my_ip
*** Bug 1495149 has been marked as a duplicate of this bug. ***
*** Bug 1477294 has been marked as a duplicate of this bug. ***
*** Bug 1528858 has been marked as a duplicate of this bug. ***
*** Bug 1376724 has been marked as a duplicate of this bug. ***
According to our records, this should be resolved by puppet-nova-9.6.0-2.el7ost. This build is available now.
According to our records, this should be resolved by openstack-tripleo-heat-templates-5.3.3-1.el7ost. This build is available now.
Validated by verifying that: 1. my_ip is set to a value in the internal_api network after deployment 2. cold migrations still work
Hello, I noticed there is a clone of this for 9,10,11. IS it possible to get this in osp8 ? Thanks
*** Bug 1602775 has been marked as a duplicate of this bug. ***