Add necessary tags in Controller role for multinode job

It was missing tags which were necessary for the role to get the
appropriate certificate [1]. So, without these tags, the certificate
wasn't persisted in the node, and the job would fail if TLS would be
enabled. This was discovered as part of the "Public TLS by default"
work.

[1] https://github.com/openstack/tripleo-heat-templates/blob/master/puppet/role.role.j2.yaml#L565

Change-Id: I46ee2ef837da51be4db30a8c059b82cb1a8c3606
This commit is contained in:
Juan Antonio Osorio Robles 2018-04-30 08:33:27 +03:00
parent 25741d4fd9
commit 2d73097169

View File

@ -58,6 +58,9 @@
- name: Controller
CountDefault: 1
tags:
- primary
- controller
ServicesDefault:
- OS::TripleO::Services::CACerts
- OS::TripleO::Services::CinderBackup