Add overcloud-ssl task to bm undercloud playbook

This commit adds the overcloud-ssl task to the baremetal undercloud
playbook, this will make playbook suitable for testing also SSL on the
overcloud which was not available before.

Change-Id: Ia4b15c7d2d6c4cd28469fa2d9912d0ef41d97e7b
This commit is contained in:
Raoul Scarazzini 2017-11-06 09:29:48 -05:00
parent 4c97fdb0fb
commit 7dd3f0365a

@ -116,6 +116,14 @@
tags:
- overcloud-prep-network
- name: Prepare SSL for the overcloud
hosts: undercloud
gather_facts: no
roles:
- overcloud-ssl
tags:
- overcloud-ssl
- name: Run tripleo-validations pre-deployment tests
hosts: undercloud
gather_facts: no