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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user