
In Tobiko project we want to run job based on TripleO. To achieve that we need to use some Tobiko specific playbooks which are added by this patch. This role will be used in Tobiko's TripleO based job which is proposed in https://review.opendev.org/#/c/651828/ Change-Id: Ieffc859a92c8ef99dbc6d2c725d3c4bed8012b7a
14 lines
247 B
YAML
14 lines
247 B
YAML
---
|
|
- name: Prepare and run Tobiko
|
|
hosts: undercloud
|
|
vars:
|
|
debug: true
|
|
tobiko_config: true
|
|
tobiko_run: true
|
|
tempest_cloud_name: overcloud
|
|
tags:
|
|
- overcloud-validate
|
|
- standalone
|
|
roles:
|
|
- {role: validate-tobiko}
|