Skip to content

Commit 0ae4734

Browse files
authored
Merge pull request #687 from stackhpc/walled-garden-no-proxy-docs
Update walled garden guide no_proxy defaults
2 parents d56edd5 + 47efa99 commit 0ae4734

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/configuration/walled-garden.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ proxy:
7777
- "127.0.0.1"
7878
- "localhost"
7979
- "{{ ('http://' ~ docker_registry) | urlsplit('hostname') if docker_registry else '' }}"
80-
- "{{ admin_oc_net_name | net_ip(inventory_hostname=groups['seed'][0]) }}"
80+
- "{{ lookup('vars', admin_oc_net_name ~ '_ips')[groups.seed.0] }}"
81+
- "{{ lookup('vars', admin_oc_net_name ~ '_ips')[inventory_hostname] }}"
8182
- "{{ kolla_external_fqdn }}"
8283
- "{{ kolla_internal_fqdn }}"
8384

0 commit comments

Comments
 (0)