Untitled diff

Created Diff never expires
4 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
33 lines
14 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
44 lines
---
---
- include: provision.yml
- include: provision.yml
tags:
tags:
- provision
- provision


- name: Install libvirt packages and configure networks
- name: Install libvirt packages and configure networks
hosts: virthost
hosts: virthost
tags:
tags:
- environment
- environment
roles:
roles:
- environment/setup
- environment/setup


- name: Setup undercloud and baremetal vms and networks in libvirt
- name: Setup undercloud and baremetal vms and networks in libvirt
hosts: virthost
hosts: virthost
gather_facts: yes
gather_facts: yes
roles:
roles:
- libvirt/teardown
- libvirt/teardown
- libvirt/setup
- libvirt/setup


# This adds the undercloud node to the generated
# Add the undercloud node to the generated
# inventory.
# inventory.
- name: Rebuild inventory
- name: Inventory the undercloud
hosts: localhost
hosts: localhost
gather_facts: yes
vars:
inventory: undercloud
roles:
roles:
- rebuild-inventory
- tripleo-inventory


- name: Install undercloud and deploy overcloud
- name: Install undercloud and deploy overcloud
hosts: undercloud
hosts: undercloud
gather_facts: no
gather_facts: no
roles:
roles:
- tripleo/undercloud
- tripleo/undercloud
- tripleo/overcloud
- tripleo/overcloud


- name: Inventory the overcloud
hosts: undercloud
gather_facts: yes
vars:
inventory: all
roles:
- tripleo-inventory