[FFU 13-16.1][Validation] pre-upgrade validation for "check-latest-packages-version" is failing for "python2-tripleoclient" on OC nodes

Bug #1915111 reported by Gael Chamoulaud
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
High
Gael Chamoulaud

Bug Description

Description of problem:

Pre-upgrade validation[1] is failing after running the command[2] at check-latest-packages-version due to unavailability of package "python2-tripleoclient" in Overcloud nodes.

~~~
(undercloud) [stack@director-name ~]$ cat log_ffu_openstack_tripleo_validator_run_02_02_2021-15_54_39.txt |grep -i f047fc46
| f047fc46-27d8-4821-8c10-279870aa4cd4 | check-latest-packages-version | FAILED | all | <overcloud-node-names>, undercloud | | 0:00:06.863 |
~~~

~~~
openstack tripleo validator show run f047fc46-27d8-4821-8c10-279870aa4cd4" (output attached).

        {
            "task": {
                "hosts": {
                    "overcloud_node_name": {
                        "action": "check_package_update",
                        "changed": false,
                        "failed": true,
                        "msg": "All items completed",
                        "results": [
                            {
                                "_ansible_item_label": "python2-tripleoclient",
                                "_ansible_no_log": false,
                                "ansible_loop_var": "item",
                                "changed": false,
                                "failed": true,
                                "invocation": {
                                    "module_args": {
                                        "package": "python2-tripleoclient",
                                        "pkg_mgr": "yum"
                                    }
                                },
                                "item": "python2-tripleoclient",
                                "msg": "\"python2-tripleoclient\" is not an installed package."
                            }
                        ]
                    }
                },
                "name": "Get available updates for packages",
                "status": "FAILED"
            }
        }
~~~

Tags: validations
Revision history for this message
Gael Chamoulaud (gael-chamoulaud) wrote :
Changed in tripleo:
status: New → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/validations-common 1.2.0

This issue was fixed in the openstack/validations-common 1.2.0 release.

Jiri Podivin (jpodivin)
Changed in tripleo:
status: Fix Committed → Fix Released
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.