Disable overcloud image validation
To speed up CI and development process it would be better to disable this script. CI will fail anyway even without this validation. Users will be able to enable it if/when they decides to use tripleo-upgrade for production upgrade. Closes-bug: #1844567 Change-Id: Ia5a767491c2f297b396c5cc937c1495e4267a4e3
This commit is contained in:
parent
4749631d43
commit
72dd2c49e3
@ -66,6 +66,10 @@ Run overcloud update::
|
||||
|
||||
overcloud_deploy_script: "~/overcloud_deploy.sh"
|
||||
|
||||
Validate overcloud after update::
|
||||
|
||||
overcloud_images_validate: false
|
||||
|
||||
Location of the initial overcloud deploy script::
|
||||
|
||||
undercloud_upgrade_script: "~/undercloud_upgrade.sh"
|
||||
|
@ -21,6 +21,7 @@ containerized_undercloud_upgrade: true
|
||||
overcloud_upgrade: false
|
||||
undercloud_update: false
|
||||
overcloud_update: false
|
||||
overcloud_images_validate: false
|
||||
|
||||
# enable ffu upgrade
|
||||
ffu_undercloud_upgrade: false
|
||||
|
@ -143,9 +143,9 @@
|
||||
source {{ undercloud_rc }}
|
||||
bash {{ overcloud_validate_images_script }} 2>&1 {{ timestamper_cmd }} > \
|
||||
{{ working_dir }}/validate_oc_images_containers.log
|
||||
when: overcloud_images_validate|bool
|
||||
tags:
|
||||
- overcloud_update
|
||||
- overcloud_images_validate
|
||||
|
||||
- name: import nova_actions_check tasks
|
||||
import_tasks: ../common/nova_actions_check.yml
|
||||
|
Loading…
Reference in New Issue
Block a user