a9f8e4f8b5
The browbeat-classify role is left over from before I reorganized the into seperate playbooks for the CI pipline and the Browbeat integration test. Running the classify role there isn't really appropriate because it's not Browbeat code and we don't do enough benchmarking during integration testing to draw any meaningful conclusions anyways. Change-Id: I2144c1c2fdc0c5b2c48b3a8bbea21dd1dba7c964
23 lines
395 B
YAML
23 lines
395 B
YAML
---
|
|
# Browbeat integration test
|
|
|
|
- include: baremetal-prep-virthost.yml
|
|
|
|
- include: configure-browbeat.yml
|
|
|
|
- include: baremetal-quickstart-extras.yml
|
|
|
|
- include: install-browbeat.yml
|
|
|
|
- include: disable-ssh-dns.yml
|
|
|
|
- include: undercloud-metrics.yml
|
|
- include: overcloud-metrics.yml
|
|
|
|
- include: gather-metadata.yml
|
|
|
|
- name: Run Browbeat
|
|
hosts: undercloud
|
|
roles:
|
|
- browbeat/browbeat-run
|