Modify baremetal playbooks to use undercloud-deploy role
This commit keeps the baremetal playbooks in sync with the standard playbooks in tripleo-quickstart. Change-Id: I2791fccb53e4e65940092c8af8a8197eb8640ea2
This commit is contained in:
parent
cffed80ccc
commit
3d50f20ad5
@ -5,11 +5,11 @@
|
||||
roles:
|
||||
- validate-ipmi
|
||||
|
||||
- name: Install the undercloud
|
||||
- name: Deploy the undercloud
|
||||
hosts: undercloud
|
||||
gather_facts: no
|
||||
roles:
|
||||
- tripleo/undercloud
|
||||
- undercloud-deploy
|
||||
|
||||
- name: copy over config files
|
||||
hosts: undercloud
|
||||
|
@ -17,13 +17,13 @@
|
||||
- undercloud-inventory
|
||||
|
||||
# Deploy the undercloud
|
||||
- name: Install undercloud
|
||||
- name: Deploy undercloud
|
||||
hosts: undercloud
|
||||
gather_facts: no
|
||||
roles:
|
||||
- tripleo/undercloud
|
||||
- undercloud-deploy
|
||||
tags:
|
||||
- undercloud-install
|
||||
- undercloud-deploy
|
||||
|
||||
# Baremetal preparation (with workarounds)
|
||||
- name: Prepare baremetal for the overcloud deployment
|
||||
|
@ -17,13 +17,13 @@
|
||||
- undercloud-inventory
|
||||
|
||||
# Deploy the undercloud
|
||||
- name: Install undercloud
|
||||
- name: Deploy the undercloud
|
||||
hosts: undercloud
|
||||
gather_facts: no
|
||||
roles:
|
||||
- tripleo/undercloud
|
||||
- undercloud-deploy
|
||||
tags:
|
||||
- undercloud-install
|
||||
- undercloud-deploy
|
||||
|
||||
# Baremetal preparation (with workarounds)
|
||||
- name: Prepare baremetal for the overcloud deployment
|
||||
|
Loading…
Reference in New Issue
Block a user