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:
parent
25741d4fd9
commit
2d73097169
@ -58,6 +58,9 @@
|
||||
|
||||
- name: Controller
|
||||
CountDefault: 1
|
||||
tags:
|
||||
- primary
|
||||
- controller
|
||||
ServicesDefault:
|
||||
- OS::TripleO::Services::CACerts
|
||||
- OS::TripleO::Services::CinderBackup
|
||||
|
Loading…
Reference in New Issue
Block a user