Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2051472

Summary: [update] New validation libs is missing the "--plan/--stack" option.
Product: Red Hat OpenStack Reporter: Sofer Athlan-Guyot <sathlang>
Component: python-validations-libsAssignee: mathieu bultel <mbultel>
Status: CLOSED WONTFIX QA Contact: Khomesh Thakre <kthakre>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 16.2 (Train)CC: jgrosso, mbultel
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-04-14 09:21:07 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:
Bug Depends On:    
Bug Blocks: 2037281    

Description Sofer Athlan-Guyot 2022-02-07 10:51:16 UTC
Description of problem:

following https://review.opendev.org/c/openstack/validations-libs/+/782574/36/validations_libs/cli/run.py there is a regression where the "--{plan/stack}" option is no longer available[1] leading to:

2022-02-06 03:11:35 | usage: openstack tripleo validator run [-h] [--config CONFIG]
2022-02-06 03:11:35 | [--limit <host1>[,<host2>,<host3>,...]]
2022-02-06 03:11:35 | [--ssh-user SSH_USER]
2022-02-06 03:11:35 | [--validation-dir VALIDATION_DIR]
2022-02-06 03:11:35 | [--ansible-base-dir ANSIBLE_BASE_DIR]
2022-02-06 03:11:35 | [--validation-log-dir VALIDATION_LOG_DIR]
2022-02-06 03:11:35 | [--inventory INVENTORY]
2022-02-06 03:11:35 | [--output-log OUTPUT_LOG]
2022-02-06 03:11:35 | [--junitxml JUNITXML]
2022-02-06 03:11:35 | [--python-interpreter --python-interpreter <PYTHON_INTERPRETER_PATH>]
2022-02-06 03:11:35 | [--extra-env-vars key1=<val1> [--extra-env-vars key2=<val2>]]
2022-02-06 03:11:35 | [--skiplist SKIP_LIST]
2022-02-06 03:11:35 | [--extra-vars key1=<val1> [--extra-vars key2=<val2>]
2022-02-06 03:11:35 | | --extra-vars-file
2022-02-06 03:11:35 | /tmp/my_vars_file.[json|yaml]]
2022-02-06 03:11:35 | (--validation <validation_id>[,<validation_id>,...] | --group <group_id>[,<group_id>,...] | --category <category_id>[,<category_id>,...] | --product <product_id>[,<product_id>,...])
2022-02-06 03:11:35 | openstack tripleo validator run: error: unrecognized arguments: --stack qe-Cloud-0

[1] it was there https://review.opendev.org/c/openstack/python-tripleoclient/+/783610/17/tripleoclient/v1/tripleo_validator.py#b237


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: