aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Prince5-3/+149
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-24Merge branch 'impl_eni'Dan Prince2-0/+294
2014-06-24Initial commit for basic ENI Debian/Ubuntu network configmarios2-0/+294
2014-06-13Adds link to spec in the readmemarios1-1/+9
2014-06-11Add OvsBridge configuration supportDan Prince4-34/+162
2014-06-10Implement apply for ifcfg implementationDan Prince6-40/+138
2014-06-09Import processutils from oslo-incubator.Dan Prince11-2/+2265
2014-06-09Initial ifcfg implementation for interfaces/routesDan Prince5-4/+238
2014-06-09Add interface, address, and route objectsDan Prince8-7/+83
2014-06-06Initial commitDan Prince26-0/+643