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 d56edd5 + 47efa99 commit 0ae4734Copy full SHA for 0ae4734
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