aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Merge "Use assertTrue/False instead of assertEqual(T/F)"Jenkins1-31/+31
2016-03-17Merge "Fix hierarchy for Linux Bonds and Linux Bridges"Jenkins3-1/+21
2016-03-11Add ability to set IPv6 routes in os-net-config templatesDan Sneddon2-16/+96
2016-03-11Fix hierarchy for Linux Bonds and Linux BridgesDan Sneddon3-1/+21
2016-03-07Enable os_net_config to configure IVSxinwu5-0/+296
2016-03-02Merge "launchpad bug 1537330, fix _is_active_nic"Jenkins1-5/+3
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-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"Jenkins5-2/+232
2015-10-12Fix kwarg assignment in objects.pyDan Sneddon1-16/+35
2015-10-12Add Linux Bridge capability to os-net-config ifcfgDan Sneddon5-2/+232
2015-10-12Merge "Add support for Linux Bonding to os-net-config ifcfg"Jenkins5-0/+191
2015-10-08Merge "Support multiple addresses assignment with ifcfg"Jenkins2-6/+37
2015-10-05Add support for Linux Bonding to os-net-config ifcfgDan Sneddon5-0/+191
2015-10-01Merge "ifcfg: Add support for dns_servers"Jenkins4-15/+69
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-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 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