461b016f13
Change-Id: I54d6eba518910e6651758bc7d46624bafacaef6c
80 lines
1.6 KiB
YAML
80 lines
1.6 KiB
YAML
---
|
|
- import_playbook: baremetal-prep-virthost.yml
|
|
|
|
|
|
- name: Validate IPMI and instackenv.json
|
|
hosts: Undercloud
|
|
gather_facts: yes
|
|
roles:
|
|
- validate-ipmi
|
|
|
|
- name: Deploy the undercloud
|
|
hosts: Undercloud
|
|
gather_facts: no
|
|
roles:
|
|
- undercloud-deploy
|
|
|
|
- import_playbook: undercloud-metrics.yml
|
|
|
|
- name: copy over config files
|
|
hosts: Undercloud
|
|
gather_facts: no
|
|
roles:
|
|
- overcloud-prep-config
|
|
|
|
- name: Perpare the baremetal overcloud
|
|
hosts: Undercloud
|
|
gather_facts: yes
|
|
roles:
|
|
- baremetal-prep-overcloud
|
|
|
|
- name: Prepare overcloud containers
|
|
hosts: Undercloud
|
|
gather_facts: no
|
|
roles:
|
|
- { role: overcloud-prep-containers, when: containerized_overcloud|bool }
|
|
|
|
- name: Prepare the overcloud images for deployment
|
|
hosts: Undercloud
|
|
gather_facts: no
|
|
roles:
|
|
- overcloud-prep-images
|
|
|
|
- name: Prepare overcloud flavors
|
|
hosts: Undercloud
|
|
gather_facts: no
|
|
roles:
|
|
- overcloud-prep-flavors
|
|
|
|
- name: Prepare the undercloud networks for the overcloud deployment
|
|
hosts: Undercloud
|
|
gather_facts: no
|
|
roles:
|
|
- overcloud-prep-network
|
|
|
|
- name: Prepare the SSL Configuration for the overcloud deployment
|
|
hosts: Undercloud
|
|
gather_facts: no
|
|
roles:
|
|
- { role: overcloud-ssl, when: ssl_overcloud|bool }
|
|
|
|
- name: Configure Browbeat
|
|
hosts: Undercloud
|
|
roles:
|
|
- browbeat/pre-install-setup
|
|
- browbeat/oooq-metadata
|
|
|
|
- name: Install Browbeat
|
|
hosts: Undercloud
|
|
vars:
|
|
- results_in_httpd: false
|
|
roles:
|
|
- browbeat/common
|
|
- browbeat/browbeat
|
|
- browbeat/template-configs
|
|
|
|
- name: Run Browbeat
|
|
hosts: Undercloud
|
|
roles:
|
|
- browbeat/browbeat-run
|