You can configure the primary management interface on server "${name}" here. You can also configure additional
management interfaces, for example, for storage or other types of traffic.
 
 
% for row in interfaces:
   ${row[2]}
% endfor
  Primary
 
Network:
 
IP Settings
 
 Automatically obtain IP settings using DHCP
 
 Use the IP settings:
IP address:
Subnet mask:
Gateway:
DNS Server
 
 Automatically obtain DNS server address using DHCP
 
 Use the following DNS server addresses:
 
Preferred DNS server:
<% dns = pif['DNS'].split(",") %>
Alternate DNS server:
% if len(dns) > 1: % else: % endif