Fixes puppet modules to come from Genesis repo
[genesis.git] / common / puppet-opnfv / manifests / templates / br_ex.erb
1 DEVICE=br-ex
2 DEVICETYPE=ovs
3 IPADDR=<%= @public_nic_ip %>
4 NETMASK=<%= @public_nic_netmask %>
5 GATEWAY=<%= @public_gateway %>
6 BOOTPROTO=static
7 ONBOOT=yes
8 TYPE=OVSBridge
9 PROMISC=yes
10 PEERDNS=no