Use validation-common roles for Tripleo CI
Depends-On: https://review.opendev.org/c/openstack/validations-common/+/788512 Change-Id: Ib56ad36d160a272ef0f10a938304f98334000cee
This commit is contained in:
@@ -58,12 +58,14 @@
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
vars:
|
||||
validation_command: "openstack tripleo validator"
|
||||
validation_command: "validation"
|
||||
inventory: "tripleo-ansible-inventory.yaml"
|
||||
vf_log_dir: "/var/log/validations"
|
||||
tags:
|
||||
- standalone
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
name: validations
|
||||
when:
|
||||
- job.enable_validation|default(false)|bool
|
||||
- release not in ['queens', 'stein']
|
||||
|
@@ -2,12 +2,15 @@
|
||||
- name: Execute pre undercloud validations
|
||||
hosts: undercloud
|
||||
gather_facts: true
|
||||
vars:
|
||||
inventory: "tripleo-ansible-inventory.yaml"
|
||||
vf_log_dir: "/var/log/validations"
|
||||
tags:
|
||||
- component-validations
|
||||
- tripleo-validations
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
name: validations
|
||||
when:
|
||||
- job.enable_validation|default(false)|bool
|
||||
- release not in ['queens', 'stein']
|
||||
|
Reference in New Issue
Block a user