44547e2696
Add interface drop for CentOS (Will need to be extended to allow multiple interfaces) Add network config files based on ansible_os_family. Add nodepool tasks for CentOS Add a default network file for both CentOS and Ubuntu Change-Id: Ideb84f153fbd9f8f83ff39042f139b25719b39d8
11 lines
242 B
Django/Jinja
11 lines
242 B
Django/Jinja
auto br-mgmt
|
|
iface br-mgmt inet static
|
|
bridge_stp off
|
|
bridge_waitport 0
|
|
bridge_fd 0
|
|
# Notice the bridge port is the vlan tagged interface
|
|
bridge_ports none
|
|
address 10.1.0.1
|
|
netmask 255.255.255.0
|
|
offload-sg off
|