We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 453574c + 282fa1a commit 8d549bfCopy full SHA for 8d549bf
ansible/inventory/all-in-one
@@ -36,6 +36,7 @@ control
36
37
[tls-backend:children]
38
control
39
+network
40
41
[grafana:children]
42
monitoring
ansible/inventory/multinode
@@ -41,6 +41,7 @@ monitoring
43
44
45
46
# You can explicitly specify which hosts run each project by updating the
47
# groups in the sections below. Common services are grouped together.
releasenotes/notes/bug-2117084-60fbff1b0616531d.yaml
@@ -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