Skip to content

Commit 282fa1a

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: I58219d2a3edbb83ef52d8d123b188429642dc1a3 Signed-off-by: Michal Nasiadka <[email protected]> (cherry picked from commit 9e90984)
1 parent 8b86f83 commit 282fa1a

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

ansible/inventory/all-in-one

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ control
3636

3737
[tls-backend:children]
3838
control
39+
network
3940

4041
[grafana:children]
4142
monitoring

ansible/inventory/multinode

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ monitoring
4141

4242
[tls-backend:children]
4343
control
44+
network
4445

4546
# You can explicitly specify which hosts run each project by updating the
4647
# 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://launchpad.net/bugs/2117084>`__

0 commit comments

Comments
 (0)