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
This commit is contained in:
Vladimir Khlyunev 2017-03-22 11:23:42 +04:00
parent 0e307b2693
commit 22d5c26b3b
1 changed files with 3 additions and 1 deletions

View File

@ -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