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:
Mark Goddard 2018-03-14 16:52:07 +00:00
parent bc5f3aba90
commit 6cba82f2c3
1 changed files with 1 additions and 0 deletions

View File

@ -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: