Specify MTU in bifrost configdrive network_data.json
This ensures that the network interface configuration applied by cloud-init/glean honours the provisioning network's MTU. Change-Id: Ic06da06901bac304e2a9ce3690471c9d4eed0c16
This commit is contained in:
parent
bc5f3aba90
commit
6cba82f2c3
@ -40,6 +40,7 @@
|
||||
# been configured.
|
||||
ipv4_gateway: "{{ provision_oc_net_name | net_gateway or provision_oc_net_name | net_ip(seed_host) }}"
|
||||
ipv4_nameserver: "{{ resolv_nameservers }}"
|
||||
network_mtu: "{{ provision_oc_net_name | net_mtu or '1500' }}"
|
||||
tasks:
|
||||
- name: Ensure the Bifrost host variable files exist
|
||||
copy:
|
||||
|
Loading…
Reference in New Issue
Block a user