fuel-plugin-contrail/deployment_scripts/puppet/modules/contrail/templates/centos-ifcfg-vhost0.erb

10 lines
185 B
Plaintext

DEVICE=vhost0
ONBOOT=yes
BOOTPROTO=none
IPV6INIT=no
USERCTL=yes
IPADDR=<%= scope.lookupvar('contrail::address') %>
NETMASK=<%= scope.lookupvar('contrail::netmask') %>
NM_CONTROLLED=no