![jkilpatr](/assets/img/avatar_default.png)
This commit splits the Browbeat CI out by workload by passing in different playbooks, mostly just makes a different playbook for yoda because why deploy an overcloud before testing yoda? makes no sense and adds another couple of hours to the test. We also add an integration test playbook but that doesn't seriously diverge from the normal testing playbook at the moment Change-Id: Ic83412cac668cbf7d2fb6d8d86c2c86eb354c9dd
25 lines
431 B
YAML
25 lines
431 B
YAML
---
|
|
# Browbeat integration test
|
|
|
|
- include: baremetal-prep-virthost.yml
|
|
|
|
- include: configure-browbeat.yml
|
|
|
|
- include: undercloud-collectd.yml
|
|
|
|
- include: baremetal-quickstart-extras.yml
|
|
|
|
- include: install-browbeat.yml
|
|
|
|
- include: disable-ssh-dns.yml
|
|
|
|
- include: overcloud-collectd.yml
|
|
|
|
- include: gather-metadata.yml
|
|
|
|
- name: Run Browbeat
|
|
hosts: undercloud
|
|
roles:
|
|
- browbeat/browbeat-run
|
|
- browbeat/browbeat-classify
|