auto lo
iface lo inet loopback
auto enp130s0f1
iface enp130s0f1 inet static
address
192.168.122.3/24 mtu 9000
#Migration network
auto enp6s0f0
iface enp6s0f0 inet manual
auto enp6s0f1
iface enp6s0f1 inet static
address
192.168.120.3/24#cluster network
auto enp7s0f0
iface enp7s0f0 inet manual
iface enp7s0f1 inet manual
auto enp130s0f0
iface enp130s0f0 inet static
address
192.168.121.3/24 mtu 9000
#Ceph network
auto bond0
iface bond0 inet manual
bond-slaves enp6s0f0 enp7s0f0
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
auto vmbr0
iface vmbr0 inet static
address
172.16.104.223/24 gateway
172.16.104.1 bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094