summaryrefslogtreecommitdiffstats
path: root/common/puppet-opnfv/manifests/templates/br_ex.erb
blob: 6c0e7e7f082fc033dafd8b95a33457296ff63c95 (plain)
1
2
3
4
5
6
7
8
9
10
DEVICE=br-ex
DEVICETYPE=ovs
IPADDR=<%= @public_nic_ip %>
NETMASK=<%= @public_nic_netmask %>
GATEWAY=<%= @public_gateway %>
BOOTPROTO=static
ONBOOT=yes
TYPE=OVSBridge
PROMISC=yes
PEERDNS=no