Cold migration fails on multi-cell environment

Bug #1929427 reported by David Vallee Delisle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Undecided
Unassigned

Bug Description

missing neutron class in base nova base conductor class of puppet-tripleo breaks cold migration because the cell conductor doesn't configure the neutron section.

Adding nova::network::neutron to tripleo::profile::base::nova::conductor solves the issue

Related: https://bugzilla.redhat.com/show_bug.cgi?id=1959627

Changed in tripleo:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-tripleo (stable/wallaby)

Fix proposed to branch: stable/wallaby
Review: https://review.opendev.org/c/openstack/puppet-tripleo/+/793177

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-tripleo (stable/victoria)

Fix proposed to branch: stable/victoria
Review: https://review.opendev.org/c/openstack/puppet-tripleo/+/793178

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-tripleo (stable/ussuri)

Fix proposed to branch: stable/ussuri
Review: https://review.opendev.org/c/openstack/puppet-tripleo/+/793179

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-tripleo (stable/train)

Fix proposed to branch: stable/train
Review: https://review.opendev.org/c/openstack/puppet-tripleo/+/793180

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-tripleo/+/792635
Committed: https://opendev.org/openstack/puppet-tripleo/commit/6392cc6620413daefb0bcba3838f303663a4eb58
Submitter: "Zuul (22348)"
Branch: master

commit 6392cc6620413daefb0bcba3838f303663a4eb58
Author: David Vallee Delisle <email address hidden>
Date: Fri May 21 10:09:41 2021 -0400

    Adding nova::network::neutron to nova-conductor

    When deploying multiple compute cells, conductor module needs to source
    the nova::network::neutron module otherwise the neutron settings are not
    configured on the cell conductor node.

    Closes-Bug: #1929427
    Change-Id: I236ab69175877f8ec5d3b1bef732486ae2b15b9d

Changed in tripleo:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/puppet-tripleo/+/793177
Committed: https://opendev.org/openstack/puppet-tripleo/commit/871743dd726973c2ee3c731083d7d83e75f8f4d7
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 871743dd726973c2ee3c731083d7d83e75f8f4d7
Author: David Vallee Delisle <email address hidden>
Date: Fri May 21 10:09:41 2021 -0400

    Adding nova::network::neutron to nova-conductor

    When deploying multiple compute cells, conductor module needs to source
    the nova::network::neutron module otherwise the neutron settings are not
    configured on the cell conductor node.

    Closes-Bug: #1929427
    Change-Id: I236ab69175877f8ec5d3b1bef732486ae2b15b9d
    (cherry picked from commit 6392cc6620413daefb0bcba3838f303663a4eb58)

tags: added: in-stable-wallaby
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/puppet-tripleo/+/793178
Committed: https://opendev.org/openstack/puppet-tripleo/commit/6810790017e8bb4362d7f65b611b91c650c90064
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 6810790017e8bb4362d7f65b611b91c650c90064
Author: David Vallee Delisle <email address hidden>
Date: Fri May 21 10:09:41 2021 -0400

    Adding nova::network::neutron to nova-conductor

    When deploying multiple compute cells, conductor module needs to source
    the nova::network::neutron module otherwise the neutron settings are not
    configured on the cell conductor node.

    Closes-Bug: #1929427
    Change-Id: I236ab69175877f8ec5d3b1bef732486ae2b15b9d
    (cherry picked from commit 6392cc6620413daefb0bcba3838f303663a4eb58)
    (cherry picked from commit 871743dd726973c2ee3c731083d7d83e75f8f4d7)

tags: added: in-stable-victoria
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/puppet-tripleo/+/793179
Committed: https://opendev.org/openstack/puppet-tripleo/commit/33bfb4a08da94bf685c540828699414cfe09ce1c
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 33bfb4a08da94bf685c540828699414cfe09ce1c
Author: David Vallee Delisle <email address hidden>
Date: Fri May 21 10:09:41 2021 -0400

    Adding nova::network::neutron to nova-conductor

    When deploying multiple compute cells, conductor module needs to source
    the nova::network::neutron module otherwise the neutron settings are not
    configured on the cell conductor node.

    Closes-Bug: #1929427
    Change-Id: I236ab69175877f8ec5d3b1bef732486ae2b15b9d
    (cherry picked from commit 6392cc6620413daefb0bcba3838f303663a4eb58)
    (cherry picked from commit 871743dd726973c2ee3c731083d7d83e75f8f4d7)
    (cherry picked from commit 6810790017e8bb4362d7f65b611b91c650c90064)

tags: added: in-stable-ussuri
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (stable/train)

Reviewed: https://review.opendev.org/c/openstack/puppet-tripleo/+/793180
Committed: https://opendev.org/openstack/puppet-tripleo/commit/0e38a628ffa69d461848d5d1e442257d7b0b37d6
Submitter: "Zuul (22348)"
Branch: stable/train

commit 0e38a628ffa69d461848d5d1e442257d7b0b37d6
Author: David Vallee Delisle <email address hidden>
Date: Fri May 21 10:09:41 2021 -0400

    Adding nova::network::neutron to nova-conductor

    When deploying multiple compute cells, conductor module needs to source
    the nova::network::neutron module otherwise the neutron settings are not
    configured on the cell conductor node.

    Conflict:
      manifests/profile/base/nova/conductor.pp

    NOTE(dvd): 1523a4b Convert all class usage to relative names

    Closes-Bug: #1929427
    Change-Id: I236ab69175877f8ec5d3b1bef732486ae2b15b9d
    (cherry picked from commit 6392cc6620413daefb0bcba3838f303663a4eb58)
    (cherry picked from commit 871743dd726973c2ee3c731083d7d83e75f8f4d7)
    (cherry picked from commit 6810790017e8bb4362d7f65b611b91c650c90064)
    (cherry picked from commit 33bfb4a08da94bf685c540828699414cfe09ce1c)

tags: added: in-stable-train
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-tripleo 13.6.2

This issue was fixed in the openstack/puppet-tripleo 13.6.2 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-tripleo 11.7.0

This issue was fixed in the openstack/puppet-tripleo 11.7.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-tripleo 12.6.1

This issue was fixed in the openstack/puppet-tripleo 12.6.1 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-tripleo 15.0.0

This issue was fixed in the openstack/puppet-tripleo 15.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-tripleo 14.2.0

This issue was fixed in the openstack/puppet-tripleo 14.2.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-tripleo 16.0.0

This issue was fixed in the openstack/puppet-tripleo 16.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.