Bug 1486948
Summary: | Cold-migration should use the internal_api network | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Jeremy <jmelvin> | |
Component: | openstack-tripleo-heat-templates | Assignee: | Ollie Walsh <owalsh> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Joe H. Rahme <jhakimra> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 10.0 (Newton) | CC: | akaris, astupnik, berrange, cory.bannister, dasmith, dbecker, eglynn, hjensas, jjoyce, jmelvin, jraju, kchamart, kiyyappa, lyarwood, mbooth, mburns, morazi, owalsh, rhel-osp-director-maint, rkharwar, sbauza, sclewis, sferdjao, sgordon, srevivo, vromanso | |
Target Milestone: | z7 | Keywords: | TestOnly, Triaged, ZStream | |
Target Release: | 10.0 (Newton) | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | puppet-nova-9.6.0-2.el7ost openstack-tripleo-heat-templates-5.3.3-1.el7ost | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1501564 1501567 1552855 (view as bug list) | Environment: | ||
Last Closed: | 2018-03-07 13:50:37 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1501564, 1501567, 1552855, 1602775 |
Description
Jeremy
2017-08-30 21:11:48 UTC
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. *** |