# Autoconfigured by Intel Manager for Lustre
DEVICE="{{ device }}"
BOOTPROTO="STATIC"
HWADDR="{{ mac_address }}"
{% if ipv4_address is not none %}
IPADDR="{{ ipv4_address }}"
NETMASK="{{ ipv4_netmask }}"
{% endif %}
IPV6INIT="no"
NM_CONTROLLED="no"
ONBOOT="yes"
TYPE="Ethernet"
