[queens][ci][tripleo-upgrade] Network data not included in ceph-update.

Bug #1881119 reported by Sofer Athlan-Guyot
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Incomplete
Critical
Sofer Athlan-Guyot

Bug Description

Hi,

IPv6 in infrared switch to using network data recently.

We had a patch to support network-data in the required script templates[1], but for queens we missed the ceph-upgrade command which still use heat as its main driver (later version use an external-task) when doing the backport.

This leads to that error:

2020-05-27 21:56:18 | 2020-05-28 01:56:12Z [qe-Cloud-0-Networks-44solt73ismh-StorageNetwork-yf6riv4gdtww.StorageSubnet]: UPDATE_FAILED NotSupported: resources.StorageSubnet: Update to properties cidr, ip_version, ipv6_address_mode, ipv6_ra_mode of StorageSubnet (OS::Neutron::Subnet) is not supported.
2020-05-27 21:56:18 | 2020-05-28 01:56:12Z [qe-Cloud-0-Networks-44solt73ismh-StorageNetwork-yf6riv4gdtww]: UPDATE_FAILED Resource UPDATE failed: NotSupported: resources.StorageSubnet: Update to properties cidr, ip_version, ipv6_address_mode, ipv6_ra_mode of StorageSubnet (OS::Neutron::Subnet) is not supported.
2020-05-27 21:56:18 | 2020-05-28 01:56:12Z [qe-Cloud-0-Networks-44solt73ismh-ExternalNetwork-niyhfxxn3db7]: UPDATE_IN_PROGRESS Stack UPDATE started
2020-05-27 21:56:18 | 2020-05-28 01:56:12Z [qe-Cloud-0-Networks-44solt73ismh.StorageNetwork]: UPDATE_FAILED NotSupported: resources.StorageNetwork.resources.StorageSubnet: Update to properties cidr, ip_version, ipv6_address_mode, ipv6_ra_mode of StorageSubnet (OS: : Neutron: : Subnet) is not supported.
2020-05-27 21:56:18 | 2020-05-28 01:56:12Z [qe-Cloud-0-Networks-44solt73ismh]: UPDATE_FAILED Resource UPDATE failed: NotSupported: resources.StorageNetwork.resources.StorageSubnet: Update to properties cidr, ip_version, ipv6_address_mode, ipv6_ra_mode of StorageSubnet (OS: : Neutron: : Subnet) is not supported.
2020-05-27 21:56:18 | 2020-05-28 01:56:12Z [qe-Cloud-0-Networks-44solt73ismh-ExternalNetwork-niyhfxxn3db7.ExternalSubnet]: UPDATE_IN_PROGRESS state changed
2020-05-27 21:56:18 | 2020-05-28 01:56:13Z [Networks]: UPDATE_FAILED NotSupported: resources.Networks.resources.StorageNetwork.resources.StorageSubnet: Update to properties cidr, ip_version, ipv6_address_mode, ipv6_ra_mode of StorageSubnet (OS: : Neutron: : Subnet) is not supported.
2020-05-27 21:56:18 | 2020-05-28 01:56:13Z [qe-Cloud-0]: UPDATE_FAILED Resource UPDATE failed: NotSupported: resources.Networks.resources.StorageNetwork.resources.StorageSubnet: Update to properties cidr, ip_version, ipv6_address_mode, ipv6_ra_mode of StorageSubnet (OS: : Neutron: : Subnet) is not supported.
2020-05-27 21:56:18 |
2020-05-27 21:56:18 | Stack qe-Cloud-0 UPDATE_FAILED
2020-05-27 21:56:18 |
2020-05-27 21:56:18 | qe-Cloud-0.NHeat Stack update failed.
2020-05-27 21:56:18 | Heat Stack update failed.
2020-05-27 21:56:18 | etworks.StorageNetwork.StorageSubnet:
2020-05-27 21:56:18 | resource_type: OS::Neutron::Subnet
2020-05-27 21:56:18 | physical_resource_id: 3642a730-bbbd-42c9-8c2a-ead69a5a54b8
2020-05-27 21:56:18 | status: UPDATE_FAILED
2020-05-27 21:56:18 | status_reason: |
2020-05-27 21:56:18 | NotSupported: resources.StorageSubnet: Update to properties cidr, ip_version, ipv6_address_mode, ipv6_ra_mode of StorageSubnet (OS::Neutron::Subnet) is not supported.
2020-05-27 21:56:18 | qe-Cloud-0.Networks.ExternalNetwork.ExternalSubnet:
2020-05-27 21:56:18 | resource_type: OS::Neutron::Subnet
2020-05-27 21:56:18 | physical_resource_id: ff11781a-d66f-44ff-9b19-fbc8c900f71d
2020-05-27 21:56:18 | status: UPDATE_FAILED
2020-05-27 21:56:18 | status_reason: |
2020-05-27 21:56:18 | NotSupported: resources.ExternalSubnet: Update to properties cidr, ip_version, ipv6_address_mode, ipv6_ra_mode of ExternalSubnet (OS::Neutron::Subnet) is not supported.

Originally reported there https://bugzilla.redhat.com/show_bug.cgi?id=1839703

[1] https://review.opendev.org/#/c/662741/

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

Fix proposed to branch: stable/queens
Review: https://review.opendev.org/731528

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-upgrade (stable/queens)

Reviewed: https://review.opendev.org/731528
Committed: https://git.openstack.org/cgit/openstack/tripleo-upgrade/commit/?id=985dd99b62ceed5d0a9338656ff5e2d49ce8e482
Submitter: Zuul
Branch: stable/queens

commit 985dd99b62ceed5d0a9338656ff5e2d49ce8e482
Author: Sofer Athlan-Guyot <email address hidden>
Date: Thu May 28 14:45:22 2020 +0200

    [QUEENS ONLY] Get network data for ceph-update-run.

    When doing the backport of that feature we missed the
    ceph-upgrade-run.sh.j2 file as that command is not using heat in later
    version.

    Queen Only because, as said, later version use an external task for
    ceph update.

    Change-Id: I75f9748b5e0c75c3bed218dc2c001d0b38d8b61b
    Closes-Bug: #1881119

tags: added: in-stable-queens
Changed in tripleo:
milestone: victoria-1 → victoria-3
Changed in tripleo:
milestone: victoria-3 → wallaby-1
Changed in tripleo:
milestone: wallaby-1 → wallaby-2
Changed in tripleo:
milestone: wallaby-2 → wallaby-3
Changed in tripleo:
milestone: wallaby-3 → wallaby-rc1
Changed in tripleo:
milestone: wallaby-rc1 → xena-1
Changed in tripleo:
milestone: xena-1 → xena-2
Revision history for this message
Marios Andreou (marios-b) wrote :

This is an automated action. Bug status has been set to 'Incomplete' and target milestone has been removed due to inactivity. If you disagree please re-set these values and reach out to us on freenode #tripleo

Changed in tripleo:
milestone: xena-2 → none
status: Triaged → Incomplete
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.