Bug 1720078
| Summary: | Infrared tripleo-ovn-migration plugin does not support OSP15 version | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eran Kuris <ekuris> |
| Component: | python-networking-ovn | Assignee: | Assaf Muller <amuller> |
| Status: | CLOSED ERRATA | QA Contact: | Eran Kuris <ekuris> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 15.0 (Stein) | CC: | amuller, apevec, jlibosva, lhh, majopela, scohen |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | 15.0 (Stein) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-networking-ovn-6.0.1-0.20190807030430.efb91b0.el8ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-09-21 11:23:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
the specific issue fixed. The job still failing on another issue. 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/RHEA-2019:2811 |
Description of problem: When I provided to the plugin --version 15 the job of ml2ovs-to-ovn-migration failed with error: usage: infrared tripleo-ovn-migration [-h] [--registry-prefix REGISTRY-PREFIX] [--registry-mirror REGISTRY-MIRROR] [--registry-namespace REGISTRY-NAMESPACE] [--registry-tag REGISTRY-TAG] [--create_resources CREATE_RESOURCES] [--version VERSION] [--install_from_package INSTALL_FROM_PACKAGE] [--external_network EXTERNAL_NETWORK] [--image_name IMAGE_NAME] [--dvr DVR] [-v] [--ansible-args ANSIBLE-ARGS] [--inventory INVENTORY] [-o OUTPUT] [-e EXTRA-VARS] [--dry-run] [--from-file FROM-FILE] [--generate-answers-file GENERATE-ANSWERS-FILE] infrared tripleo-ovn-migration: error: argument --version: invalid choice: '15' (choose from '7', '8', '9', '10', '11', '12', '13', '14', 'kilo', 'liberty', 'mitaka', 'newton', 'ocata', 'pike', 'queens', 'rocky') we need to add support of osp15 to the tripleo-ovn-migration plugin. Version-Release number of selected component (if applicable): OSP15 core_puddle: RHOS_TRUNK-15.0-RHEL-8-20190607.n.1 How reproducible: 100% Steps to Reproduce: 1. run migration job 2. 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/4/ 3. Actual results: Expected results: Additional info: the fix should be in this path as far as I understand: vi plugins/tripleo-ovn-migration/plugin.spec The bug opens to networking-OVN because it is responsible for the maintenance of the plugin.