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 <mnasiadka@gmail.com>
This commit is contained in:
Michal Nasiadka
2025-07-16 15:50:49 +02:00
committed by Pierre Riteau
parent 4d24fe7e97
commit 9d3bf1417e
2 changed files with 7 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ bifrost
[tls-backend:children]
control
network
# You can explicitly specify which hosts run each project by updating the
# groups in the sections below. Common services are grouped together.

View File

@@ -0,0 +1,6 @@
---
fixes:
- |
Fixes configuration of backend TLS when network nodes are separate from
controllers.
`LP#2117084 <https://bugs.launchpad.net/kayobe/+bug/2117084>`__