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.
1 parent d56edd5 commit 47efa99Copy full SHA for 47efa99
doc/source/configuration/walled-garden.rst
@@ -77,7 +77,8 @@ proxy:
77
- "127.0.0.1"
78
- "localhost"
79
- "{{ ('http://' ~ docker_registry) | urlsplit('hostname') if docker_registry else '' }}"
80
- - "{{ admin_oc_net_name | net_ip(inventory_hostname=groups['seed'][0]) }}"
+ - "{{ lookup('vars', admin_oc_net_name ~ '_ips')[groups.seed.0] }}"
81
+ - "{{ lookup('vars', admin_oc_net_name ~ '_ips')[inventory_hostname] }}"
82
- "{{ kolla_external_fqdn }}"
83
- "{{ kolla_internal_fqdn }}"
84
0 commit comments