6e0960a743
So originally this commit was for ceph compatible gather but I was never super confident that my solution was good on the other hand I made a useful refactor while working on that which I want to keep and commit. This breaks the previously monolithic CI playbook into smaller playbooks that can be composed more easily. Hopefully useful as we move to seperating integration and performance testing. Change-Id: I9fe48a65861caacaf8092d52d837801eec246fb0
37 lines
814 B
YAML
37 lines
814 B
YAML
---
|
|
- hosts: compute
|
|
remote_user: "heat_admin"
|
|
become: true
|
|
roles:
|
|
- browbeat-metadata/common
|
|
- browbeat-metadata/compute
|
|
|
|
- hosts: controller
|
|
remote_user: "heat_admin"
|
|
become: true
|
|
roles:
|
|
- browbeat-metadata/common
|
|
- browbeat-metadata/nova
|
|
- browbeat-metadata/neutron
|
|
- browbeat-metadata/keystone
|
|
- browbeat-metadata/ceilometer
|
|
- browbeat-metadata/gnocchi
|
|
- browbeat-metadata/cinder
|
|
- browbeat-metadata/heat
|
|
- browbeat-metadata/mysql
|
|
- browbeat-metadata/rabbitmq
|
|
- browbeat-metadata/glance
|
|
|
|
- hosts: undercloud
|
|
remote_user: "stack"
|
|
become: true
|
|
roles:
|
|
- browbeat-metadata/common
|
|
- browbeat-metadata/undercloud
|
|
|
|
- name: Dump metadata to files
|
|
hosts: undercloud
|
|
roles:
|
|
- browbeat-metadata/dump-facts
|
|
- browbeat/oooq-metadata
|