summaryrefslogtreecommitdiff
path: root/cloudinit/distros/rhel.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-230/+0
* Fixup code review commentsJoshua Harlow2016-06-151-2/+2
* Ensure renderer is used in rhelJoshua Harlow2016-06-101-0/+8
* check for systemd using sd_booted() semanticsLars Kellogg-Stedman2015-06-021-8/+0
* pep8 fixesScott Moser2015-05-151-2/+2
* CentOS 7 uses systemd. RHEL distributions using systemd were not properly sa...brak2015-04-151-2/+9
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-1/+1
* tools/run-pep8: remove leading ',' fed to --ignoreScott Moser2015-01-061-1/+1
* Update with trunk and resolve conflictsJoshua Harlow2014-11-251-6/+18
|\
| * Added unittests for IPv6 support for RHELShraddha Pandhe2014-11-211-0/+1
| * Add IPv6 Support for Rhel.Shraddha Pandhe2014-11-211-0/+11
| * Expose uses_systemd as a distro functionJoshua Harlow2014-10-171-6/+6
* | Allow the usr/lib/exec to vary and still work with write_keysJoshua Harlow2014-10-171-0/+1
|/
* remove some white spaceScott Moser2014-01-231-1/+0
* Split net-parsing into own moduleJoshua Harlow2014-01-221-1/+3
* fix pep8 and pylint warningsScott Moser2013-08-061-2/+0
* Remove duplicate timezone file finding and error raising.Joshua Harlow2013-07-241-7/+1
* Remove 'Copyright SUSE' from the headersJuerg Haefliger2013-06-271-2/+0
* Move some RHEL distro methods to their own new fileJuerg Haefliger2013-06-251-153/+12
* fix and cleanup usage of util.logexcJuerg Haefliger2013-06-191-4/+3
* compatibility fixes for Fedora and RHELGreg Padgett2013-03-261-20/+53
* pep8 and pylint fixesScott Moser2013-03-071-1/+4
* Adding package versioning logic to package_commandCraig Tracey2013-01-271-4/+12
* add support for operating system familiesctracey2013-01-151-0/+1
* Pylint and pep8 cleanups.Joshua Harlow2012-11-121-5/+5
* Rebased with HEAD and resolved conflicts.Joshua Harlow2012-11-121-129/+57
|\
| * More adjustments/cleanups for the system configurationJoshua Harlow2012-10-111-5/+8
| * Add comments as to a future refactoringJoshua Harlow2012-10-101-2/+2
| * System config niceness!Joshua Harlow2012-10-101-117/+32
| * Merge the resolv.conf branch inJoshua Harlow2012-10-101-7/+22
| |\
| | * Add a resolv.conf parser that can be easilyJoshua Harlow2012-09-201-9/+23
* | | Fix the case where on a redhat based systemJoshua Harlow2012-11-081-8/+17
|/ /
* | Resync with head.Joshua Harlow2012-09-251-61/+69
|\ \
| * \ cleanups for rhel network configJoshua Harlow2012-09-241-61/+69
| |\ \
| | * | fix pep8Scott Moser2012-09-241-2/+3
| | * | Oopies, missed u.Joshua Harlow2012-09-241-2/+0
| | * | Bring up to date with trunk.Joshua Harlow2012-09-241-0/+2
| | |\ \ | | |/ / | |/| |
| | * | Use a common header creation functionJoshua Harlow2012-09-191-4/+8
| | * | Rework the rhel sysconfig writing/updatingJoshua Harlow2012-09-191-59/+64
| | |/
* | | Add a netconfig format test + if rhel is passed the 'all'Joshua Harlow2012-09-241-0/+6
|/ /
* | Fix the ifup so that if a list of devices is providedJoshua Harlow2012-09-191-0/+2
|/
* fix 'update_package_sources' on rhel to only update package sourcesGarrett Holmstrom2012-09-191-1/+1
|\
| * Actually download yum metadata with update_package_sourcesGarrett Holmstrom2012-09-191-1/+1
| * Make update_package_sources stop upgrading packages on RHELGarrett Holmstrom2012-09-181-1/+1
* | Add the translation from the ubuntu format for nameservers and dns searchJoshua Harlow2012-09-191-0/+26
|\ \ | |/ |/|
| * Add the translation from the ubuntu format for nameservers and dns searchJoshua Harlow2012-08-101-0/+26
* | fix pep8 complaints.Scott Moser2012-08-221-2/+2
|/
* Include the helpers import.harlowja2012-06-291-0/+1
* add update_package_sources to distro classScott Moser2012-06-291-0/+10
* 1. Adjust for the cases of 'yes', 'no', 'true', 'false' byJoshua Harlow2012-06-221-5/+11