aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config
AgeCommit message (Expand)AuthorFilesLines
2015-08-14Add --detailed-exit-codesDan Prince2-0/+36
2015-08-02Allow to specify the root directory of the filesystemFrederic Lepied6-29/+47
2015-07-01Add support for dhclient_argsDan Prince4-15/+50
2015-06-09Automate selection of active bond slaveDan Sneddon2-1/+18
2015-06-09Set primary interface on OVS bondsDan Sneddon3-1/+29
2015-06-04Merge "Don't set OVSDHCPINTERFACES if bridge is static"Jenkins2-1/+25
2015-06-03Don't set OVSDHCPINTERFACES if bridge is staticDan Prince2-1/+25
2015-06-03ifcfg: don't set VLAN=yes if is an ovs_portDan Prince2-5/+14
2015-06-03Merge "-v trumps -d on the CLI"Jenkins1-3/+3
2015-05-14Add NM_CONTROLLED=no to each interface configurationDan Sneddon2-0/+8
2015-05-14Add 'eno*' interfaces to embedded_nicsDan Sneddon1-1/+2
2015-05-11Add flag for DEFROUTE=no in ifcfg files to ignore DHCP gatewayDan Sneddon4-15/+56
2015-04-30-v trumps -d on the CLIDan Prince1-3/+3
2015-03-19Mark ENI files as autogeneratedDan Prince2-6/+12
2015-03-05Enable renaming of interfaces without rebootSteven Hardy3-2/+28
2015-03-05Add a --no-activate option to disable device up/down actionsSteven Hardy5-21/+70
2015-02-24Refactor ifup/ifdown into base-classSteven Hardy3-21/+19
2015-02-24Refactor noop to enable logging of disabled operationsSteven Hardy3-40/+58
2015-02-24Remove deprecated references to oslo-incubatorSteven Hardy15-2268/+7
2015-02-24Move noop flag to provider base-classSteven Hardy4-16/+20
2015-02-24Add a persist_mapping option to the mapping fileSteven Hardy6-20/+77
2015-02-24Add mapping option to influence nicN mapping orderSteven Hardy4-33/+153
2015-01-15test_cli add stderr/stdout sanity assertionsSteven Hardy1-8/+41
2015-01-14Derive sample location from test file, not pwdSteven Hardy1-1/+3
2015-01-14Fix test_cli exit code assertionSteven Hardy1-14/+12
2015-01-14Add sample and cli test for simple interface configSteven Hardy1-0/+9
2014-12-17Merge "Fix verbose/debug loglevels"Jenkins1-2/+2
2014-12-16Merge "If setting a default route, use default netmask"Jenkins1-2/+5
2014-12-12Correct the ENI provider name log statementDan Prince1-1/+1
2014-12-06Fix verbose/debug loglevelsSteven Hardy1-2/+2
2014-11-24If setting a default route, use default netmaskJames Polley1-2/+5
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