Skip to content

Commit 0a1aee0

Browse files
jackhodgkissAlex-Welsh
authored andcommitted
feat (docs): update no_proxy for openbao
OpenBao requires that `no_proxy` is configured to include the IP address of the first controller to allow for successful deployment.
1 parent a481c33 commit 0a1aee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/configuration/walled-garden.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ proxy:
7979
- "{{ ('http://' ~ docker_registry) | urlsplit('hostname') if docker_registry else '' }}"
8080
- "{{ lookup('vars', admin_oc_net_name ~ '_ips')[groups.seed.0] }}"
8181
- "{{ lookup('vars', admin_oc_net_name ~ '_ips')[inventory_hostname] }}"
82+
- "{{ lookup('vars', internal_net_name ~ '_ips')[groups.controllers.0] }}"
8283
- "{{ kolla_external_fqdn }}"
8384
- "{{ kolla_internal_fqdn }}"
8485

0 commit comments

Comments
 (0)