summaryrefslogtreecommitdiff
path: root/cloudinit/distros/rhel.py
AgeCommit message (Expand)Author
2014-01-23remove some white spaceScott Moser
2014-01-22Split net-parsing into own moduleJoshua Harlow
2013-08-06fix pep8 and pylint warningsScott Moser
2013-07-24Remove duplicate timezone file finding and error raising.Joshua Harlow
2013-06-27Remove 'Copyright SUSE' from the headersJuerg Haefliger
2013-06-25Move some RHEL distro methods to their own new fileJuerg Haefliger
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2013-03-26compatibility fixes for Fedora and RHELGreg Padgett
2013-03-07pep8 and pylint fixesScott Moser
2013-01-27Adding package versioning logic to package_commandCraig Tracey
2013-01-15add support for operating system familiesctracey
2012-11-12Pylint and pep8 cleanups.Joshua Harlow
2012-11-12Rebased with HEAD and resolved conflicts.Joshua Harlow
2012-11-08Fix the case where on a redhat based systemJoshua Harlow
2012-10-11More adjustments/cleanups for the system configurationJoshua Harlow
2012-10-10Add comments as to a future refactoringJoshua Harlow
2012-10-10System config niceness!Joshua Harlow
2012-10-10Merge the resolv.conf branch inJoshua Harlow
2012-09-25Resync with head.Joshua Harlow
2012-09-24Add a netconfig format test + if rhel is passed the 'all'Joshua Harlow
2012-09-24cleanups for rhel network configJoshua Harlow
2012-09-24fix pep8Scott Moser
2012-09-24Oopies, missed u.Joshua Harlow
2012-09-24Bring up to date with trunk.Joshua Harlow
2012-09-20Add a resolv.conf parser that can be easilyJoshua Harlow
2012-09-19Use a common header creation functionJoshua Harlow
2012-09-19Rework the rhel sysconfig writing/updatingJoshua Harlow
2012-09-19Fix the ifup so that if a list of devices is providedJoshua Harlow
2012-09-19fix 'update_package_sources' on rhel to only update package sourcesGarrett Holmstrom
2012-09-19Add the translation from the ubuntu format for nameservers and dns searchJoshua Harlow
2012-09-19Actually download yum metadata with update_package_sourcesGarrett Holmstrom
2012-09-18Make update_package_sources stop upgrading packages on RHELGarrett Holmstrom
2012-08-22fix pep8 complaints.Scott Moser
2012-08-10Add the translation from the ubuntu format for nameservers and dns searchJoshua Harlow
2012-06-29Include the helpers import.harlowja
2012-06-29add update_package_sources to distro classScott Moser
2012-06-221. Adjust for the cases of 'yes', 'no', 'true', 'false' byJoshua Harlow
2012-06-221. Fix the cfgobj to make sure it handles the quotingJoshua Harlow
2012-06-22Use configobj support for now to keep the comments and other k/v pairs that m...Joshua Harlow
2012-06-21Use RuntimeError subclass instead of top level ExceptionJoshua Harlow
2012-06-21Updated so that the locale that is being written out currently in 'cc_locale'Joshua Harlow
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-19Pylint line length fixups.Joshua Harlow
2012-06-19More cleanups around read/write rootsJoshua Harlow
2012-06-19Make most of all the places use the paths join() function so that testing wit...Joshua Harlow
2012-06-18Add created by or added by cloud-init lines when we modify or create files.Joshua Harlow
2012-06-17Added a new rhel distro that does the following.harlowja