aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
Supports the configuration of OVS bond interfaces. Also adds the ability to configure extra OVS_OPTIONS for both bonds and bridges (useful for some modes of operation)
2014-06-26Consolidate OVS_EXTRA for the vlan test.Dan Prince1-3/+4
Consolidates the test data into a single string block for the ovs vlan port test string.
2014-06-25Vlan object and support for ifcfg.Dan Prince5-36/+113
Add ifcfg configuration support for Vlans and Vlan OVS ports.
2014-06-24Merge branch 'impl_eni'Dan Prince2-0/+294
2014-06-24Initial commit for basic ENI Debian/Ubuntu network configmarios2-0/+294
This uses /etc/network/interfaces single file format. Includes basic tests
2014-06-13Adds link to spec in the readmemarios1-1/+9
2014-06-11Add OvsBridge configuration supportDan Prince4-34/+162
Adds new object for OvsBridge. Also update the ifcfg network config class to support adding bridges. As part of the change both the bridge and interface classes extend a _BaseOpts base class.
2014-06-10Implement apply for ifcfg implementationDan Prince6-40/+138
Adds an apply function to the ifcfg implementation which: 1) Shuts down existing interfaces w/ ifdown 2) writes new interfaces config files (routes too) 3) Starts up new interfaces w/ ifup
2014-06-09Import processutils from oslo-incubator.Dan Prince11-2/+2265
2014-06-09Initial ifcfg implementation for interfaces/routesDan Prince5-4/+238
Ifcfg formatted persistence for interfaces and routes.
2014-06-09Add interface, address, and route objectsDan Prince8-7/+83
Add some initial objects for interfaces, routes and addresses.
2014-06-06Initial commitDan Prince26-0/+643
Initial commit of the project layout