File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2626 # If the admin network does not have a gateway defined and seed SNAT is
2727 # enabled, use the seed as a gateway to allow external access until other
2828 # networks have been configured. Otherwise, do not set any gateway.
29- ipv4_gateway : " {{ (admin_oc_net_name | net_gateway) or (admin_oc_net_name | net_ip(seed_host) if seed_enable_snat | bool) }}"
29+ ipv4_gateway : " {{ (admin_oc_net_name | net_gateway) or (admin_oc_net_name | net_ip(seed_host) if seed_enable_snat | bool) or '' }}"
3030 ipv4_nameserver : " {{ resolv_nameservers }}"
3131 network_mtu : " {{ admin_oc_net_name | net_mtu or '1500' }}"
3232 vlan_id : " {{ '' if admin_oc_net_name == provision_oc_net_name else (admin_oc_net_name | net_vlan) }}"
Original file line number Diff line number Diff line change 1+ ---
2+ fixes :
3+ - |
4+ Fixes generation of Bifrost host variable files when ``ipv4_gateway`` is
5+ undefined. `LP#2133489 <https://bugs.launchpad.net/kayobe/+bug/2133489>`__
You can’t perform that action at this time.
0 commit comments