network_deployment_actions is not a list

Bug #1933228 reported by Oliver Walsh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
High
Unassigned

Bug Description

The network_deployment_actions ansible var, which is derived from NetworkDeploymentActions is being set to a list of lists

network_deployment_actions:
- - CREATE
  - UPDATE

This is breaking the logic in tripleo-network-config that checks if "UPDATE" is in the vars.

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

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

Fix proposed to branch: stable/wallaby
Review: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/797455

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

Fix proposed to branch: stable/victoria
Review: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/797456

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-heat-templates (stable/ussuri)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-heat-templates (stable/train)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/797441
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/a6118661f7e95ba8954f9a967e92811e4e098942
Submitter: "Zuul (22348)"
Branch: master

commit a6118661f7e95ba8954f9a967e92811e4e098942
Author: Oliver Walsh <email address hidden>
Date: Tue Jun 22 13:21:47 2021 +0100

    Fix NetworkDeploymentActionValue format

    This should be a list, not a list of lists.

    Closes-bug: #1933228
    Change-Id: Ide14902e85aaaa8a6017326aaf789857c7a3dae5

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/797455
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/e38ea651e792ac6f85b0a0091996a76f57ba9ad0
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit e38ea651e792ac6f85b0a0091996a76f57ba9ad0
Author: Oliver Walsh <email address hidden>
Date: Tue Jun 22 13:21:47 2021 +0100

    Fix NetworkDeploymentActionValue format

    This should be a list, not a list of lists.

    Closes-bug: #1933228
    Change-Id: Ide14902e85aaaa8a6017326aaf789857c7a3dae5
    (cherry picked from commit a6118661f7e95ba8954f9a967e92811e4e098942)

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/797458
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/590cbe1c9895c0f1c43062680897a36b2e3ede01
Submitter: "Zuul (22348)"
Branch: stable/train

commit 590cbe1c9895c0f1c43062680897a36b2e3ede01
Author: Oliver Walsh <email address hidden>
Date: Tue Jun 22 13:21:47 2021 +0100

    Fix NetworkDeploymentActionValue format

    This should be a list, not a list of lists.

    Closes-bug: #1933228
    Change-Id: Ide14902e85aaaa8a6017326aaf789857c7a3dae5
    (cherry picked from commit a6118661f7e95ba8954f9a967e92811e4e098942)

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/797456
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/3a919de4effa20267a03cb753720978256b3b855
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 3a919de4effa20267a03cb753720978256b3b855
Author: Oliver Walsh <email address hidden>
Date: Tue Jun 22 13:21:47 2021 +0100

    Fix NetworkDeploymentActionValue format

    This should be a list, not a list of lists.

    Closes-bug: #1933228
    Change-Id: Ide14902e85aaaa8a6017326aaf789857c7a3dae5
    (cherry picked from commit a6118661f7e95ba8954f9a967e92811e4e098942)

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/797457
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/d63e665670c60b8eb73de6ece346a17e7d19ed83
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit d63e665670c60b8eb73de6ece346a17e7d19ed83
Author: Oliver Walsh <email address hidden>
Date: Tue Jun 22 13:21:47 2021 +0100

    Fix NetworkDeploymentActionValue format

    This should be a list, not a list of lists.

    Closes-bug: #1933228
    Change-Id: Ide14902e85aaaa8a6017326aaf789857c7a3dae5
    (cherry picked from commit a6118661f7e95ba8954f9a967e92811e4e098942)

Rabi Mishra (rabi)
Changed in tripleo:
importance: Undecided → High
milestone: none → xena-2
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 14.2.0

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 13.4.0

This issue was fixed in the openstack/tripleo-heat-templates 13.4.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 12.4.5

This issue was fixed in the openstack/tripleo-heat-templates 12.4.5 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates 15.1.0

This issue was fixed in the openstack/tripleo-heat-templates 15.1.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-heat-templates train-eol

This issue was fixed in the openstack/tripleo-heat-templates train-eol 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.