aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/config-controller/templates/ifcfg-br-storage
blob: 3c1db1267f6333c30dde446b25f1f6f7cfe8ec7d (plain)
1
2
3
4
5
6
7
8
DEVICE=br-storage
TYPE=Bridge
IPADDR={{ ip_settings[inventory_hostname]["storage"]["ip"] }}
NETMASK=255.255.255.0
BOOTPROTO=none
DEFROUTE="no"
ONBOOT=yes
DELAY=0