RETIRED, Fuel Library
Go to file
Sergey Vasilenko 37f21370de L23network: create_br_iface can build OVS bonds
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' }
2013-03-27 17:01:46 +04:00
deployment L23network: create_br_iface can build OVS bonds 2013-03-27 17:01:46 +04:00
docs Typo (Ineternet) 2013-03-26 21:34:35 -04:00
fuel_test Add test wo ha_provider 2013-03-26 02:05:10 +04:00
iso Customize repos due build 2013-03-19 18:59:12 +04:00
.gitignore Iso build system 2013-03-10 01:51:30 +04:00
build-package.sh (1) new versioning for releases, (2) fixed script for building .tar.gz package 2012-12-26 17:48:34 -08:00
publish-package.sh (1) new versioning for releases, (2) fixed script for building .tar.gz package 2012-12-26 17:48:34 -08:00