Add a multi-rhel update job

Re-use the multi-rhel deployment (fs 66) and add the update variables
to the new job.

Use the run_test_role_vars to pass the variable to the role.

Change-Id: Ica24513c6542376695d6c2f5d71e57166b0aca3f
This commit is contained in:
Sofer Athlan-Guyot 2022-11-28 14:49:57 +01:00
parent 0caf72a59b
commit 5c586b8740
2 changed files with 19 additions and 0 deletions

View File

@ -152,6 +152,7 @@
- multinode-undercloud-mixed-os.yml
- multinode-overcloud-prep.yml
- multinode-overcloud-mixed-os-deploy.yml
- multinode-overcloud-update.yml
- multinode-validate.yml
tags: *multinode_tags

View File

@ -367,3 +367,21 @@
vars:
featureset: '066'
nodes: 1ctlr_1comp_mixed_os
- job:
name: tripleo-ci-centos-8-9-multinode-mixed-os-update
parent: tripleo-ci-base-required-projects-multinode-mixed-os-upstream
branches: stable/wallaby
voting: false
vars:
run_test_role_vars:
overcloud_deploy_script: "{{ ansible_user_dir }}/overcloud-deploy.sh"
overcloud_update: true
overcloud_ssh_user: "zuul"
tripleo_upgrade_validations_non_fatal: true
tripleo_upgrade_debug: false
tripleo_ci: true
featureset: '066'
nodes: 1ctlr_1comp_mixed_os
extra_tags:
- overcloud-update