aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/impl_ifcfg.py
AgeCommit message (Expand)AuthorFilesLines
2015-10-05Add support for Linux Bonding to os-net-config ifcfgDan Sneddon1-0/+47
2015-10-01Merge "ifcfg: Add support for dns_servers"Jenkins1-0/+6
2015-09-23ifcfg: Add support for dns_serversDan Prince1-0/+6
2015-08-17Support multiple addresses assignment with ifcfgTomoki Sekiyama1-5/+10
2015-08-17os-net-config: ensure ifup is called just onceDan Prince1-1/+1
2015-08-02Allow to specify the root directory of the filesystemFrederic Lepied1-7/+7
2015-07-01Add support for dhclient_argsDan Prince1-0/+2
2015-06-09Set primary interface on OVS bondsDan Sneddon1-1/+9
2015-06-04Merge "Don't set OVSDHCPINTERFACES if bridge is static"Jenkins1-1/+2
2015-06-03Don't set OVSDHCPINTERFACES if bridge is staticDan Prince1-1/+2
2015-06-03ifcfg: don't set VLAN=yes if is an ovs_portDan Prince1-3/+5
2015-05-14Add NM_CONTROLLED=no to each interface configurationDan Sneddon1-0/+1
2015-05-11Add flag for DEFROUTE=no in ifcfg files to ignore DHCP gatewayDan Sneddon1-0/+2
2015-03-19Mark ENI files as autogeneratedDan Prince1-1/+2
2015-03-05Enable renaming of interfaces without rebootSteven Hardy1-0/+9
2015-03-05Add a --no-activate option to disable device up/down actionsSteven Hardy1-9/+15
2015-02-24Refactor ifup/ifdown into base-classSteven Hardy1-11/+7
2015-02-24Refactor noop to enable logging of disabled operationsSteven Hardy1-24/+13
2015-02-24Remove deprecated references to oslo-incubatorSteven Hardy1-1/+1
2015-02-24Move noop flag to provider base-classSteven Hardy1-4/+5
2015-02-24Add a persist_mapping option to the mapping fileSteven Hardy1-0/+2
2014-09-18Update child_members to use a SetDan Prince1-4/+4
2014-08-25ifcfg: restart child interfaces on updatesDan Prince1-14/+29
2014-08-22Add support for ovs_extra.Dan Prince1-2/+9
2014-08-21A vlan on an OVS bridge doesn't require a deviceDan Prince1-1/+2
2014-08-15ifcfg: Exclude ifcfg-lo from cleanupDan Prince1-5/+7
2014-08-14Docstring updates to NetConfig objects.Dan Prince1-0/+16
2014-08-14Add --cleanup, and impl for ifcfgDan Prince1-9/+36
2014-08-14Use underscores for provider function names.Dan Prince1-14/+14
2014-08-12Set the MAC to the primary interfaceDan Prince1-0/+4
2014-08-11Use --noop instead of --mock.Dan Prince1-10/+13
2014-08-11Adds mock ability to the ENI and Ifcfg providersmarios1-4/+11
2014-07-09Don't write 'None' to ifcfg route files.Dan Prince1-2/+2
2014-07-08Add logging to the eni provider.Dan Prince1-2/+7
2014-07-08Add logging to the ifcfg provider.Dan Prince1-0/+22
2014-07-07Add copyrights to files.Dan Prince1-0/+2
2014-07-02ifcfg: don't call set Interface for vlans...Dan Prince1-3/+0
2014-07-01Remove some extra print statements.Dan Prince1-2/+0
2014-06-26Add OvsBond object and impl for ifcfg format.Dan Prince1-13/+33
2014-06-25Vlan object and support for ifcfg.Dan Prince1-27/+40
2014-06-11Add OvsBridge configuration supportDan Prince1-9/+57
2014-06-10Implement apply for ifcfg implementationDan Prince1-21/+35
2014-06-09Initial ifcfg implementation for interfaces/routesDan Prince1-0/+93