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
|
hosts: undercloud
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
validation_command: "openstack tripleo validator"
|
validation_command: "validation"
|
||||||
|
inventory: "tripleo-ansible-inventory.yaml"
|
||||||
|
vf_log_dir: "/var/log/validations"
|
||||||
tags:
|
tags:
|
||||||
- standalone
|
- standalone
|
||||||
tasks:
|
tasks:
|
||||||
- include_role:
|
- include_role:
|
||||||
name: tripleo_validations
|
name: validations
|
||||||
when:
|
when:
|
||||||
- job.enable_validation|default(false)|bool
|
- job.enable_validation|default(false)|bool
|
||||||
- release not in ['queens', 'stein']
|
- release not in ['queens', 'stein']
|
||||||
|
@@ -2,12 +2,15 @@
|
|||||||
- name: Execute pre undercloud validations
|
- name: Execute pre undercloud validations
|
||||||
hosts: undercloud
|
hosts: undercloud
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
vars:
|
||||||
|
inventory: "tripleo-ansible-inventory.yaml"
|
||||||
|
vf_log_dir: "/var/log/validations"
|
||||||
tags:
|
tags:
|
||||||
- component-validations
|
- component-validations
|
||||||
- tripleo-validations
|
- tripleo-validations
|
||||||
tasks:
|
tasks:
|
||||||
- include_role:
|
- include_role:
|
||||||
name: tripleo_validations
|
name: validations
|
||||||
when:
|
when:
|
||||||
- job.enable_validation|default(false)|bool
|
- job.enable_validation|default(false)|bool
|
||||||
- release not in ['queens', 'stein']
|
- release not in ['queens', 'stein']
|
||||||
|
Reference in New Issue
Block a user