aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/impl_ifcfg.py
AgeCommit message (Expand)AuthorFilesLines
2016-08-11Merge "Enable os-net-config to support and configure NFVSwitch"Jenkins1-0/+101
2016-08-09Fix Linux bond/slave ifup orderingDan Sneddon1-3/+3
2016-08-02Enable os-net-config to support and configure NFVSwitchSarath Kumar1-0/+101
2016-07-25Add adapter teaming support using teamd for ifcfg-systemsDan Sneddon1-1/+60
2016-07-05Add support for Infiniband interfacesDan Sneddon1-0/+46
2016-06-14Add support for OVS patch portsJames Slagle1-0/+17
2016-04-13Add support for OVS tunnelsJames Slagle1-0/+18
2016-04-11Merge "Bump hacking in test-requirements.txt"Jenkins1-10/+10
2016-04-07Use PEERDNS when no dns_servers or use_dhcp is providedGiulio Fidente1-0/+2
2016-04-06Bump hacking in test-requirements.txtDan Prince1-10/+10
2016-04-05Add MASTER=bond SLAVE=yes to linux bond interfacesDan Prince1-7/+3
2016-03-22Fix order-of-operations bug in os-net-config restart_interfacesDan Sneddon1-3/+43
2016-03-17Merge "Fix hierarchy for Linux Bonds and Linux Bridges"Jenkins1-1/+5
2016-03-11Add ability to set IPv6 routes in os-net-config templatesDan Sneddon1-16/+60
2016-03-11Fix hierarchy for Linux Bonds and Linux BridgesDan Sneddon1-1/+5
2016-03-07Enable os_net_config to configure IVSxinwu1-0/+92
2016-02-15Allow setting MTU to 1500Ian Pilcher1-2/+2
2015-11-20ifcfg: add VLAN=yes when neededGonéri Le Bouder1-0/+3
2015-10-16Merge "Add Linux Bridge capability to os-net-config ifcfg"Jenkins1-0/+41
2015-10-12Add Linux Bridge capability to os-net-config ifcfgDan Sneddon1-0/+41
2015-10-12Merge "Add support for Linux Bonding to os-net-config ifcfg"Jenkins1-0/+47
2015-10-08Merge "Support multiple addresses assignment with ifcfg"Jenkins1-5/+10
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