From 7dd3f0365a35eaad78c9583bf1cb4dc9e68aa9e9 Mon Sep 17 00:00:00 2001 From: Raoul Scarazzini Date: Mon, 6 Nov 2017 09:29:48 -0500 Subject: [PATCH] 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 --- playbooks/baremetal-undercloud.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playbooks/baremetal-undercloud.yml b/playbooks/baremetal-undercloud.yml index deaf4dddd..5dc936169 100644 --- a/playbooks/baremetal-undercloud.yml +++ b/playbooks/baremetal-undercloud.yml @@ -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