Add overcloud-ssl conf to bm undercloud playbook

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

Change-Id: I61b008ecb0c98534c3b8a745a9c6ad45e8dc0b9a
This commit is contained in:
Raoul Scarazzini 2017-11-06 09:33:03 -05:00
parent 609bb4ee05
commit c43b6a71a1

View File

@ -94,6 +94,14 @@
tags:
- overcloud-prep-network
- name: Prepare SSL for the overcloud
hosts: undercloud
gather_facts: yes
roles:
- overcloud-ssl
tags:
- overcloud-ssl
- name: Deploy the overcloud
hosts: undercloud
gather_facts: yes