2a581e28b4
So this detects if a deployment was containerized and then stores that in the metadata. This also disables results in httpd since that seems to cause problems for Pike deployments at the moment The final change is some sort of permissions problem with running ping during the browbeat install. I'd like to find a better solution than just slapping sudo on the front though. Change-Id: I57c0006bc9abe861782ebdfb918b4151bba67eae
64 lines
1.4 KiB
YAML
64 lines
1.4 KiB
YAML
---
|
|
- include: baremetal-prep-virthost.yml
|
|
|
|
- name: Configure Browbeat
|
|
hosts: undercloud
|
|
roles:
|
|
- browbeat/pre-install-setup
|
|
|
|
- name: Setup Undercloud CollectD
|
|
hosts: undercloud
|
|
vars:
|
|
config_type: "{{group_names[0]}}"
|
|
roles:
|
|
- browbeat/common
|
|
- browbeat/epel
|
|
- browbeat/collectd-openstack
|
|
|
|
- include: baremetal-quickstart-extras.yml
|
|
|
|
- name: Install Browbeat
|
|
hosts: undercloud
|
|
vars:
|
|
results_in_httpd: false
|
|
statsd_host: "{{ graphite_host }}"
|
|
roles:
|
|
- browbeat/common
|
|
- browbeat/browbeat
|
|
- browbeat/firewall
|
|
- browbeat/perfkitbenchmarker
|
|
- browbeat/rally
|
|
- browbeat/shaker
|
|
- browbeat/yoda
|
|
- browbeat/flavors
|
|
- browbeat/images
|
|
- browbeat/browbeat-network
|
|
- browbeat/template-configs
|
|
- browbeat/statsd-ironic
|
|
- browbeat/oooq-metadata
|
|
|
|
- name: Disable sshd dns
|
|
hosts: overcloud
|
|
vars:
|
|
disable_ssh_dns: true
|
|
roles:
|
|
- browbeat/no-sshd-dns
|
|
|
|
- name: Setup Overcloud CollectD
|
|
hosts: overcloud
|
|
vars:
|
|
config_type: "{{group_names[0]}}"
|
|
graphite_host: "{{graphite_host_template}}"
|
|
graphite_password: "{{graphite_password_template}}"
|
|
graphite_prefix: "{{graphite_prefix_template}}"
|
|
roles:
|
|
- browbeat/common
|
|
- browbeat/epel
|
|
- browbeat/collectd-openstack
|
|
|
|
- name: Run Browbeat
|
|
hosts: undercloud
|
|
roles:
|
|
- browbeat/browbeat-run
|
|
- browbeat/browbeat-classify
|