cddac5f1e9
So currently if some optional openstack service is not installed metadata will fail when it tires to work on its config file. This commit adds in a check for the existance of each service config before running the gathering tasks. What might be a useful addition to this commit would be some logic for determining which services should never be missing and alerting the user. Change-Id: Ie360f062646cb5431de9ed21bd0dd193b84ddcda
37 lines
723 B
YAML
37 lines
723 B
YAML
---
|
|
- include: baremetal-prep-virthost.yml
|
|
|
|
- name: Configure Browbeat
|
|
hosts: undercloud
|
|
roles:
|
|
- browbeat/pre-install-setup
|
|
- browbeat/oooq-metadata
|
|
- browbeat/collectd-undercloud
|
|
|
|
- include: baremetal-quickstart-extras.yml
|
|
|
|
- name: Install Browbeat
|
|
hosts: undercloud
|
|
vars:
|
|
results_in_httpd: false
|
|
roles:
|
|
- browbeat/common
|
|
- browbeat/browbeat
|
|
- browbeat/browbeat-network
|
|
|
|
- name: Disable sshd dns
|
|
hosts: overcloud
|
|
vars:
|
|
disable_ssh_dns: true
|
|
roles:
|
|
- browbeat/no-sshd-dns
|
|
|
|
- name: Run Browbeat
|
|
hosts: undercloud
|
|
roles:
|
|
- browbeat/collectd
|
|
- browbeat/gather-metadata
|
|
- browbeat/bug-check
|
|
- browbeat/grafana-dashboard-setup
|
|
- browbeat/browbeat-run
|