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:
parent
609bb4ee05
commit
c43b6a71a1
@ -94,6 +94,14 @@
|
|||||||
tags:
|
tags:
|
||||||
- overcloud-prep-network
|
- overcloud-prep-network
|
||||||
|
|
||||||
|
- name: Prepare SSL for the overcloud
|
||||||
|
hosts: undercloud
|
||||||
|
gather_facts: yes
|
||||||
|
roles:
|
||||||
|
- overcloud-ssl
|
||||||
|
tags:
|
||||||
|
- overcloud-ssl
|
||||||
|
|
||||||
- name: Deploy the overcloud
|
- name: Deploy the overcloud
|
||||||
hosts: undercloud
|
hosts: undercloud
|
||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user