fuel-library/deployment/puppet/l23network/lib/puppetx
Sergey Vasilenko 6071511de2 Adjust MTU for child interfaces if it possible
For network scheme, like
---
network_scheme:
  version: 1.1
  provider: lnx
  interfaces:
    eth1:
      mtu: 9000
  transformations:
    - action: add-port
      name: eth1
    - action: add-port
      name: eth1.101
  endpoints:
    eth1.101:
      IP:
        - 192.168.34.56/24
  roles:
    xxx: eth1.101

interface 'eth1.101' should be created with MTU=9000

Closes-bug: #1453027
Change-Id: I170e9088d5e3bcd241da7e56dfa7b7934d6d810d
2015-05-18 17:56:21 -07:00
..
l23_ethtool_name_commands_mapping.rb New L23network implementation. 2015-03-05 10:51:47 +03:00
l23_hash_tools.rb prepare env for use rspec for l23network 2015-03-21 16:56:30 +03:00
l23_network_scheme.rb Adjust MTU for child interfaces if it possible 2015-05-18 17:56:21 -07:00
l23_utils.rb Fix l23_stored config for additional routes 2015-04-24 20:21:33 +03:00