Use overcloud-deploy tag on overcloud-deploy role

This way one can '--skip-tags overcloud-deploy,overcloud-validate' and
have OOOQ deploy an undercloud with seeded data (ctlplane network,
Ironic nodes) but not attempt to deploy overcloud yet.

Change-Id: I989765fd0297b752cddfa128e298945822040568
This commit is contained in:
Jiri Stransky 2017-02-20 17:15:51 +01:00
parent 4d79c0194c
commit 0d8ba34074
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@
- name: Deploy the overcloud
hosts: undercloud
gather_facts: yes
tags:
- overcloud-deploy
roles:
- overcloud-deploy