Description of problem:
OVN migration job is failing with error:
TASK [Install python virtualenv] ***********************************************
task path: /home/rhos-ci/jenkins/workspace/DFG-network-networking-ovn-15_director-rhel-virthost-3cont_2comp-ipv4-vxlan-ml2ovs-to-ovn-migration/infrared/plugins/tripleo-ovn-migration/migration/infrared/tripleo-ovn-migration/main.yml:6
Saturday 15 June 2019 21:50:24 +0000 (0:00:03.216) 0:00:03.420 *********
fatal: [undercloud-0]: FAILED! => {
"changed": false,
"failures": [
"No package python-virtualenv available."
],
"rc": 1,
"results": []
}
MSG:
Failed to install some of the specified packages
to retry, use: --limit @/home/rhos-ci/jenkins/workspace/DFG-network-networking-ovn-15_director-rhel-virthost-3cont_2comp-ipv4-vxlan-ml2ovs-to-ovn-migration/infrared/plugins/tripleo-ovn-migration/migration/infrared/tripleo-ovn-migration/main.retry
PLAY RECAP *********************************************************************
undercloud-0 : ok=1 changed=0 unreachable=0 failed=1
looks like packages issue
Version-Release number of selected component (if applicable):
https://rhos-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/DFG/view/network/view/networking-ovn/job/DFG-network-networking-ovn-15_director-rhel-virthost-3cont_2comp-ipv4-vxlan-ml2ovs-to-ovn-migration/12/console
OSP15 core_puddle: RHOS_TRUNK-15.0-RHEL-8-20190614.n.1
How reproducible:
Steps to Reproduce:
1. run migration job
2.
3.
Actual results:
Expected results:
Additional info:
Comment 3Bernard Cafarelli
2019-07-11 13:40:25 UTC
From a quick look, is the virtualenv needed? The migration tool comes from package
In all cases, python-networking-ovn-migration-tool will likely need an update to get the python3-* variant (infrared already has some examples with conditions on os version)
Same for virtualenv if it is needed
I also saw a few *docker* occurrences, some are just in task names or paths, but some variables will need a conditional, like DockerOvnControllerImage->ContainerOvnControllerImage
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, 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/RHBA-2020:0709
Description of problem: OVN migration job is failing with error: TASK [Install python virtualenv] *********************************************** task path: /home/rhos-ci/jenkins/workspace/DFG-network-networking-ovn-15_director-rhel-virthost-3cont_2comp-ipv4-vxlan-ml2ovs-to-ovn-migration/infrared/plugins/tripleo-ovn-migration/migration/infrared/tripleo-ovn-migration/main.yml:6 Saturday 15 June 2019 21:50:24 +0000 (0:00:03.216) 0:00:03.420 ********* fatal: [undercloud-0]: FAILED! => { "changed": false, "failures": [ "No package python-virtualenv available." ], "rc": 1, "results": [] } MSG: Failed to install some of the specified packages to retry, use: --limit @/home/rhos-ci/jenkins/workspace/DFG-network-networking-ovn-15_director-rhel-virthost-3cont_2comp-ipv4-vxlan-ml2ovs-to-ovn-migration/infrared/plugins/tripleo-ovn-migration/migration/infrared/tripleo-ovn-migration/main.retry PLAY RECAP ********************************************************************* undercloud-0 : ok=1 changed=0 unreachable=0 failed=1 looks like packages issue Version-Release number of selected component (if applicable): https://rhos-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/DFG/view/network/view/networking-ovn/job/DFG-network-networking-ovn-15_director-rhel-virthost-3cont_2comp-ipv4-vxlan-ml2ovs-to-ovn-migration/12/console OSP15 core_puddle: RHOS_TRUNK-15.0-RHEL-8-20190614.n.1 How reproducible: Steps to Reproduce: 1. run migration job 2. 3. Actual results: Expected results: Additional info: