fuel-library/deployment/puppet/l23network/spec/defines
Sergey Vasilenko 45f9ad1095 Refactor native linux bonding
It's a stage #1 of blueprint linux-bonding :
  Refactoring incoming parameters for puppet ifconfig resource.
  Now we should use bond_properties hash instead set of dedicated parameters (backward compotibility saved).
  bond_properties => {
     mode   => 1, # mode is a obligatory option
     miimon => 100,
     ....
  }
  Full set of properties we can see here: https://www.kernel.org/doc/Documentation/networking/bonding.txt

Implements: blueprint linux-bonding
Change-Id: I260cf17eb5a4ee4ca89235ccd4db8e63498fa13d
2014-04-09 20:21:03 +00:00
..
ifconfig__01_dhcp__spec.rb Refactor native linux bonding 2014-04-09 20:21:03 +00:00
ifconfig__01_manual__spec.rb Refactor native linux bonding 2014-04-09 20:21:03 +00:00
ifconfig__01_static__spec.rb Refactor native linux bonding 2014-04-09 20:21:03 +00:00
ifconfig__aliases__spec.rb Add ethtool support to the L23network module 2014-03-18 14:34:07 +04:00
ifconfig__ethtool__spec.rb Add ethtool support to the L23network module 2014-03-18 14:34:07 +04:00
ifconfig__macaddr__spec.rb Add ethtool support to the L23network module 2014-03-18 14:34:07 +04:00