From 22d5c26b3b48fd051c553b0d2b55b9d28d96e0d1 Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Wed, 22 Mar 2017 11:23:42 +0400 Subject: [PATCH] Execute ssl-dns-setup task on all pre-defined tags As we have pre-defined tags inside fuel we should ensure that all of tags are able to be deployed properly. ssl-dns-setup task was skipped for all non-controller tags which leads to not configured dns server on these nodes (and as result - failed upload_cirros task). Change-Id: I045bb7e709d6e18e2beb934b42094cbb4bc61f00 Closes-bug: 1665353 --- deployment/puppet/osnailyfacter/modular/ssl/tasks.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment/puppet/osnailyfacter/modular/ssl/tasks.yaml b/deployment/puppet/osnailyfacter/modular/ssl/tasks.yaml index f72875ab56..3970cb8b21 100644 --- a/deployment/puppet/osnailyfacter/modular/ssl/tasks.yaml +++ b/deployment/puppet/osnailyfacter/modular/ssl/tasks.yaml @@ -40,7 +40,9 @@ - id: ssl-dns-setup type: puppet version: 2.1.0 - groups: [primary-controller, controller] + groups: [primary-controller, controller, compute, cinder, primary-mongo, mongo, ceph-osd, virt, + primary-rabbitmq, rabbitmq, primary-database, database, + primary-keystone, keystone, primary-neutron, neutron] requires: [firewall, ssl-add-trust-chain] condition: yaql_exp: *public_ssl_enabled