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:
Ronelle Landy 2016-12-21 11:17:37 -05:00
parent cffed80ccc
commit 3d50f20ad5
3 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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