aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config
AgeCommit message (Expand)AuthorFilesLines
2014-09-18Update child_members to use a SetDan Prince2-6/+8
2014-09-04Move versioning into version.pyDan Prince3-8/+21
2014-08-25ifcfg: restart child interfaces on updatesDan Prince2-19/+84
2014-08-22Fix a few pep8 issues...Dan Prince2-4/+2
2014-08-22Don't log errors if files don't exists.Dan Prince1-1/+5
2014-08-22Add support for ovs_extra.Dan Prince5-9/+75
2014-08-21A vlan on an OVS bridge doesn't require a deviceDan Prince3-4/+7
2014-08-21Correct the noop format for the eni providerDan Prince1-1/+1
2014-08-20Add support for parsing YAMLDan Prince2-3/+73
2014-08-20Add nic1, nic2 naming abstractionDan Prince5-6/+206
2014-08-15ifcfg: Exclude ifcfg-lo from cleanupDan Prince2-6/+20
2014-08-14Correct add_object call.Dan Prince1-1/+1
2014-08-14Docstring updates to NetConfig objects.Dan Prince3-0/+49
2014-08-14Add --cleanup, and impl for ifcfgDan Prince5-12/+61
2014-08-14Use underscores for provider function names.Dan Prince5-79/+79
2014-08-12Set the MAC to the primary interfaceDan Prince7-13/+121
2014-08-11Use --noop instead of --mock.Dan Prince4-22/+40
2014-08-11Adds mock ability to the ENI and Ifcfg providersmarios3-8/+28
2014-07-10Uncomment the provider.apply callDan Prince1-1/+1
2014-07-09Don't write 'None' to ifcfg route files.Dan Prince2-4/+8
2014-07-09Add logging to utils.Dan Prince1-1/+11
2014-07-09Add -d and -v options for logging level controlDan Prince1-14/+32
2014-07-08Add logging to the eni provider.Dan Prince2-5/+28
2014-07-08Add logging to the ifcfg provider.Dan Prince1-0/+22
2014-07-07Add copyrights to files.Dan Prince12-15/+22
2014-07-03ENI: bring up bridges first on DebianDan Prince2-5/+9
2014-07-02ENI: enable 'auto' on bridges by defaultDan Prince2-1/+3
2014-07-02Update impl_eni to set the MTU.Dan Prince1-0/+2
2014-07-02ifcfg: don't call set Interface for vlans...Dan Prince2-5/+0
2014-07-02Add vlan support for the ENI implementation.Dan Prince2-7/+60
2014-07-02Update impl_eni so it ifup's the interfacesDan Prince1-2/+6
2014-07-02ENI fixes for v4/v6 ips. DHCP test fixes.Dan Prince2-46/+67
2014-07-01Add os-net-config CLIDan Prince3-2/+140
2014-07-01Implement object json parsing functions.Dan Prince2-6/+259
2014-07-01Remove some extra print statements.Dan Prince1-2/+0
2014-06-26Add OvsBond object and impl for ifcfg format.Dan Prince4-15/+83
2014-06-26Consolidate OVS_EXTRA for the vlan test.Dan Prince1-3/+4
2014-06-25Vlan object and support for ifcfg.Dan Prince5-36/+113
2014-06-24Initial commit for basic ENI Debian/Ubuntu network configmarios2-0/+294
2014-06-11Add OvsBridge configuration supportDan Prince4-34/+162
2014-06-10Implement apply for ifcfg implementationDan Prince5-40/+133
2014-06-09Import processutils from oslo-incubator.Dan Prince10-0/+2263
2014-06-09Initial ifcfg implementation for interfaces/routesDan Prince5-4/+238
2014-06-09Add interface, address, and route objectsDan Prince5-4/+77
2014-06-06Initial commitDan Prince4-0/+113