summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-10441-53183/+11
* mcollective: add tests, cleanups and bug fix when no config in /etc.Scott Moser2016-07-193-53/+200
* Avoid depending on argparse in 2.7 or greaterJoshua Harlow2016-07-181-0/+3
|\
| * Avoid depending on argparse in 2.7 or greaterJoshua Harlow2016-07-151-0/+3
* | improvements to eni renderingScott Moser2016-07-143-63/+438
|\ \
| * \ merge from trunkScott Moser2016-07-144-29/+164
| |\ \ | |/ / |/| |
* | | ConfigDrive: fix writing of 'injected' files and legacy networkingScott Moser2016-07-145-14/+155
|\ \ \
| * | | flake8Scott Moser2016-07-141-1/+0
| * | | add test of apply_network fallback path.Scott Moser2016-07-141-0/+61
* | | | Fix mcollective module with python3Scott Moser2016-07-143-29/+104
|\ \ \ \ | |_|_|/ |/| | |
| * | | give Sergii credit in changelogScott Moser2016-07-141-0/+1
| * | | fix tox flake8Scott Moser2016-07-142-15/+15
| * | | Change StringIO to BytesIO in cc_mcollective.pySergii Golovatiuk2016-07-142-29/+103
| | | * merge from trunkScott Moser2016-07-135-11/+16
| | | |\ | | | |/ | | |/|
| | * | merge from trunkScott Moser2016-07-137-13/+18
| | |\ \ | |_|/ / |/| | |
* | | | Fix SmartOS datasource usage of dict comprehensionsJoshua Harlow2016-07-131-4/+4
* | | | String format requires positions on python 2.6Joshua Harlow2016-07-131-2/+2
* | | | Another stray occurence of a dict comprehension being removedJoshua Harlow2016-07-131-2/+2
* | | | Remove another stray dict comprehensionJoshua Harlow2016-07-131-2/+2
* | | | Fixes missing/unpacked rpm filesJoshua Harlow2016-07-131-0/+4
|\ \ \ \
| * | | | Fixs missing/unpacked rpm filesJoshua Harlow2016-06-301-0/+4
| |/ / /
* | | | Dict comprehensions don't work in 2.6Joshua Harlow2016-07-131-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Dict comprehensions don't work in 2.6Joshua Harlow2016-07-121-1/+2
|/ / /
| | * merge from trunk.lp1602373Scott Moser2016-07-134-18/+106
| | |\ | | |/ | |/|
| * | pass the return back up, shorten lines some.Scott Moser2016-07-131-4/+5
| * | ConfigDrive: write 'injected' files and legacy networkingScott Moser2016-07-135-15/+95
| | * merge with trunkScott Moser2016-07-136-15/+40
| | |\ | |_|/ |/| |
* | | distros/debian.py: fix calling of eni renderer to not render link filesScott Moser2016-06-281-2/+1
* | | fix restoring from a datasource that did not have dsmodeScott Moser2016-06-271-1/+2
|/ /
* | user_data: fix error when user-data is not utf-8 decodableScott Moser2016-06-223-12/+34
|\ \
| * | rename test class, add a test, improve test namesScott Moser2016-06-221-2/+7
| * | user_data: fix error when user-data is not utf-8 decodableScott Moser2016-06-213-12/+29
|/ /
* | write_files: if no permissions are given, just use default without warn.Scott Moser2016-06-212-0/+3
| * no longer skip 'lo' elements when reading. pass 3rd test.Scott Moser2016-06-212-6/+2
| * fix flake8Scott Moser2016-06-212-8/+2
| * make 2 of 3 tests passScott Moser2016-06-212-153/+275
| * 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-213-2/+17
| |\ | |/ |/|
* | do not render systemd.link filesScott Moser2016-06-203-2/+17
|\ \
| * | add a header to rendered ENI file describing its contentScott Moser2016-06-202-1/+11
| * | do not render systemd.link files on debian.Scott Moser2016-06-201-1/+1
| * | 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-212-3/+18
| * commit test changesScott Moser2016-06-211-13/+8
| * 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-2055-1406/+3177
| |\ | |/ |/|
* | support network rendering to sysconfig (for centos and RHEL)Scott Moser2016-06-1510-103/+724
|\ \