Skip to content

Commit 6fa9991

Browse files
mnasiadkapriteau
authored andcommitted
Add network group to tls-backend
In case of a deployment utilising network nodes the backend TLS configuration is missing on network nodes. Closes-Bug: #2117084 Change-Id: Ie5247cbcc81388d67707b0772ae00fda8ab7262b Signed-off-by: Michal Nasiadka <[email protected]> (cherry picked from commit 9d3bf14)
1 parent b63678a commit 6fa9991

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ansible/roles/kolla-ansible/templates/overcloud-components.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ bifrost
1515

1616
[tls-backend:children]
1717
control
18+
network
1819

1920
# You can explicitly specify which hosts run each project by updating the
2021
# groups in the sections below. Common services are grouped together.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes configuration of backend TLS when network nodes are separate from
5+
controllers.
6+
`LP#2117084 <https://bugs.launchpad.net/kayobe/+bug/2117084>`__

0 commit comments

Comments
 (0)