Bug 1962208 - [OSP16.2] Validation overcloud-service-status shouldn't be triggered in pre-upgrade group
Summary: [OSP16.2] Validation overcloud-service-status shouldn't be triggered in pre-u...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-validations
Version: 16.2 (Train)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: beta
: 16.2 (Train on RHEL 8.4)
Assignee: David Vallee Delisle
QA Contact: nlevinki
URL:
Whiteboard:
Depends On: 1962205
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-05-19 13:59 UTC by David Vallee Delisle
Modified: 2022-08-18 16:37 UTC (History)
9 users (show)

Fixed In Version: openstack-tripleo-validations-11.5.1-2.20210521024806.c906f18.el8ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1962205
Environment:
Last Closed: 2021-09-15 07:15:04 UTC
Target Upstream Version: Train
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 792114 0 None MERGED [overcloud-service-status] Removing pre-upgrade 2021-05-31 05:49:13 UTC
Red Hat Issue Tracker OSP-3998 0 None None None 2022-08-18 16:37:30 UTC
Red Hat Product Errata RHEA-2021:3483 0 None None None 2021-09-15 07:15:29 UTC

Description David Vallee Delisle 2021-05-19 13:59:48 UTC
+++ This bug was initially created as a clone of Bug #1962205 +++

Description of problem:

When executing the pre-upgrade validation group the validation overcloud-service-status is triggered. However, the execution of this group takes currently place right before starting with the Overcloud Upgrade FFU 13 -> 16.1 : https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html-single/framework_for_upgrades_13_to_16.1/index#proc-validating-the-pre-upgrade-requirements_initial-steps

At this point, the Undercloud is upgraded to OSP16.1 while the Overcloud is still in OSP13, therefore the validation fails with:

{
    "hosts": {
        "undercloud": {
            "_ansible_no_log": false,
            "action": "fail",
            "changed": false,
            "failed": true,
            "msg": "At least one of the assertion failed.\n            nova-consoleauth should be removed on controller-2.redhat.local\n                      nova-consoleauth should be removed on controller-1.redhat.local\n                      nova-consoleauth should be removed on controller-0.redhat.local\n                  \n"              
        }
    },
    "name": "Asserted failure",
    "status": "FAILED"
}

But this situation is correct, as the nodes haven't been upgraded yet. For this reason, the pre-upgrade group should be removed from the validation: 

https://github.com/openstack/tripleo-validations/blob/stable/train/playbooks/overcloud-service-status.yaml#L11-L16

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 6 errata-xmlrpc 2021-09-15 07:15:04 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Red Hat OpenStack Platform (RHOSP) 16.2 enhancement advisory), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2021:3483


Note You need to log in before you can comment on or make changes to this bug.