RETIRED, Fuel Library
37f21370de
Example: l23network::l3::create_br_iface {'pvt': interface => ['eth0', 'eth2'], ipaddr => $public_ipaddr, netmask => $public_netmask, ovs_bond_name => 'bond1', ovs_bond_options => [], } -> l23network::l2::port{'vl10': bridge => 'pvt', type => 'internal', # If you need use this interface in L3 utilities (ex: ifconfig) port_options => ['tag=10'], } -> l23network::l2::port{'vl20': bridge => 'pvt', type => 'internal', # If you need use this interface in L3 utilities (ex: ifconfig) port_options => ['tag=20'], } # NOTE! first you must cofigure L2 network (or L2+L3 by create_br_iface, but be carefuly) l23network::l3::ifconfig {'vl10': ipaddr=>'192.168.210.4' } l23network::l3::ifconfig {'vl20': ipaddr=>'192.168.220.4' } |
||
---|---|---|
deployment | ||
docs | ||
fuel_test | ||
iso | ||
.gitignore | ||
build-package.sh | ||
publish-package.sh |