[update] Fix validation command line option for infrared.

The spec file did not setup the right option "path".

Change-Id: Ib783b4a86b53d7967db3df424495b9810f4757a1
Closes-Bug: 1921924
This commit is contained in:
Sofer Athlan-Guyot 2021-03-30 17:31:36 +02:00
parent 354de7d480
commit 6f451e66dd
2 changed files with 7 additions and 7 deletions

View File

@ -227,7 +227,7 @@
enforce_rhel: true enforce_rhel: true
when: install.enforce.rhel when: install.enforce.rhel
- name: Eanble validations - name: Enable validations
set_fact: set_fact:
updates_validations: true updates_validations: true
when: install.updates.validations when: install.updates.validations

View File

@ -184,6 +184,12 @@ subparsers:
help: | help: |
Skip Rhel Enforcment, false by default, use only when registred. Skip Rhel Enforcment, false by default, use only when registred.
default: false default: false
updates-validations:
type: Bool
help: |
Turn validation execution on or off (default)
default: false
- title: TripleO Options - title: TripleO Options
options: options:
overcloud-stack: overcloud-stack:
@ -240,12 +246,6 @@ subparsers:
help: Rhsm environment location to be passed during upgrade/update prepare step ssh user name name help: Rhsm environment location to be passed during upgrade/update prepare step ssh user name name
default: '' default: ''
validations:
type: Bool
help: |
Turn validation execution on or off (default)
default: false
- title: TripleO Fast Forward Upgrade - title: TripleO Fast Forward Upgrade
options: options:
overcloud-ffu-upgrade: overcloud-ffu-upgrade: