aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-15Allow setting MTU to 1500Ian Pilcher5-11/+23
2016-02-12launchpad bug 1537330, fix _is_active_nicxinwu1-5/+3
2016-01-07Use assertTrue/False instead of assertEqual(T/F)Swapnil Kulkarni (coolsvap)1-31/+31
2015-12-26py26 is no longer supported by Infra's CIjanonymous1-2/+2
2015-11-20ifcfg: add VLAN=yes when neededGonéri Le Bouder2-0/+17
2015-11-04Merge "Added natural sort for interfaces in utils.ordered_active_nics()"Jenkins2-3/+18
2015-10-21Merge "Support multiple addresses assignment with eni"Jenkins3-5/+39
2015-10-19Added natural sort for interfaces in utils.ordered_active_nics()bdemers2-3/+18
2015-10-16Merge "Fix kwarg assignment in objects.py"Jenkins1-16/+35
2015-10-16Merge "Add Linux Bridge capability to os-net-config ifcfg"Jenkins6-2/+241
2015-10-12Fix kwarg assignment in objects.pyDan Sneddon1-16/+35
2015-10-12Add Linux Bridge capability to os-net-config ifcfgDan Sneddon6-2/+241
2015-10-12Merge "Add support for Linux Bonding to os-net-config ifcfg"Jenkins6-0/+204
2015-10-08Merge "Support multiple addresses assignment with ifcfg"Jenkins2-6/+37
2015-10-05Add support for Linux Bonding to os-net-config ifcfgDan Sneddon6-0/+204
2015-10-01Merge "ifcfg: Add support for dns_servers"Jenkins4-15/+69
2015-09-25Merge "Change ignore-errors to ignore_errors"Jenkins1-1/+1
2015-09-24Merge "os-net-config: ensure ifup is called just once"Jenkins2-1/+10
2015-09-23ifcfg: Add support for dns_serversDan Prince4-15/+69
2015-09-21Change ignore-errors to ignore_errorsMonty Taylor1-1/+1
2015-08-17Support multiple addresses assignment with eniTomoki Sekiyama3-5/+39
2015-08-17Support multiple addresses assignment with ifcfgTomoki Sekiyama2-6/+37
2015-08-17os-net-config: ensure ifup is called just onceDan Prince2-1/+10
2015-08-14Correct class comment for NetConfigDan Prince1-1/+1
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 Sneddon6-15/+79
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-03-04Merge "Strip trailing whitespace from yaml samples"Jenkins3-13/+13
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 Hardy17-2275/+9
2015-02-24Move noop flag to provider base-classSteven Hardy4-16/+20
2015-02-24Add a persist_mapping option to the mapping fileSteven Hardy7-20/+81
2015-02-24Add mapping option to influence nicN mapping orderSteven Hardy6-33/+184
2015-01-15Strip trailing whitespace from yaml samplesSteven Hardy3-13/+13
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