summaryrefslogtreecommitdiff
path: root/cloudinit/net
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-107-2034/+0
* merge from trunkScott Moser2016-07-132-3/+4
|\
| * merge from trunkScott Moser2016-07-132-3/+4
| |\
| | * String format requires positions on python 2.6Joshua Harlow2016-07-131-2/+2
| | * Dict comprehensions don't work in 2.6Joshua Harlow2016-07-121-1/+2
* | | merge from trunk.lp1602373Scott Moser2016-07-131-7/+32
|\ \ \ | |/ /
| * | ConfigDrive: write 'injected' files and legacy networkingScott Moser2016-07-131-3/+21
| |/
* | no longer skip 'lo' elements when reading. pass 3rd test.Scott Moser2016-06-211-4/+0
* | fix flake8Scott Moser2016-06-211-3/+1
* | make 2 of 3 tests passScott Moser2016-06-211-1/+1
* | net: fix inet value for subnets, don't add interface attributes to aliasScott Moser2016-06-211-6/+16
* | fix english in commentScott Moser2016-06-211-1/+1
* | merge with trunkScott Moser2016-06-212-1/+8
|\ \ | |/
| * add a header to rendered ENI file describing its contentScott Moser2016-06-201-1/+3
| * leave early if no interfaces to renameScott Moser2016-06-201-0/+5
* | fix lost per-interface routes, use post-up to bring up interface aliasesScott Moser2016-06-211-1/+10
* | sort attributes in sections, change 'mac_address' to 'hwaddress'Scott Moser2016-06-211-6/+8
* | minor cleanupScott Moser2016-06-211-6/+5
* | make _render_iface return a list of sections rather than one sectionScott Moser2016-06-211-8/+11
* | merge with trunk.Scott Moser2016-06-206-844/+1325
|\ \ | |/
| * merge with trunkScott Moser2016-06-151-2/+2
| |\
| | * fix pep8 failure introduced in recent commit.Scott Moser2016-06-141-2/+2
| * | Fix line length issuesJoshua Harlow2016-06-152-19/+8
| * | Fixup code review commentsJoshua Harlow2016-06-154-112/+96
| * | Make the os samples easier to extend (for new samples)Joshua Harlow2016-06-141-0/+1
| * | Refactor some of sysconfig changes -> network_state moduleJoshua Harlow2016-06-133-64/+87
| * | Add a bunch more sample tests for sysconfigJoshua Harlow2016-06-101-5/+15
| * | Add a sysconfig rendering testJoshua Harlow2016-06-101-4/+5
| * | Add a sysconfig rendererJoshua Harlow2016-06-101-0/+476
| |/
| * For now just remove compat.py moduleJoshua Harlow2016-06-073-56/+9
| * Get cmdline working againJoshua Harlow2016-06-061-2/+1
| * Rebase against masterJoshua Harlow2016-06-064-101/+271
| |\
| | * fix issue with routes on subnets not getting renderedScott Moser2016-06-031-0/+2
| | * avoid rendering 'lo' twice by not writing it in network config.Scott Moser2016-06-031-0/+4
| * | Fix up some of the net usage and restore imports and add a mini compat moduleJoshua Harlow2016-05-245-30/+79
| * | Fix load -> readJoshua Harlow2016-05-241-1/+1
| * | Fix up tests and flake8 warningsJoshua Harlow2016-05-192-9/+9
| * | Remerge against head/masterJoshua Harlow2016-05-194-740/+785
| |\ \
| | * | Adjust net module to be more isolatedJoshua Harlow2016-05-194-75/+121
| | * | Don't expose anything but 'render_network_state'Joshua Harlow2016-05-171-9/+9
| | * | Remove stray prints leftoverJoshua Harlow2016-05-111-3/+0
| | * | Fix py26 for rhel (and older versions of python)Joshua Harlow2016-05-111-10/+16
| | * | Add some basic eni rendering testsJoshua Harlow2016-05-102-7/+6
| | * | Fix removal of validate_commandJoshua Harlow2016-05-101-12/+12
| | * | Move net/renderers -> netJoshua Harlow2016-05-102-0/+0
| | * | Rename to net/renderers and klibc -> cmdline.pyJoshua Harlow2016-05-103-4/+2
| | * | Use the new renderer in the debian and stages filesJoshua Harlow2016-05-091-1/+1
| | * | Move the current rendering to a debian distro fileJoshua Harlow2016-05-094-550/+595
| | * | Use a decorator vs repeated key checks.Joshua Harlow2016-05-051-70/+66
| | * | Add the bridge net typeJoshua Harlow2016-05-052-16/+25