summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2012-08-19Add a 'none' datasource as a last resort fallbackJoshua Harlow
2012-08-14Add RHEVm and vSphere support as datasource AltCloudScott Moser
2012-08-10Address review feedback for:Joe VLcek
2012-08-10Adjustments so that the default old event is used whenJoshua Harlow
2012-08-09Move the code that did the 'cloud-config' upstart event name emitting to Joshua Harlow
2012-08-08Address review feedback for:Joe VLcek
2012-08-06add protection against dns-redirection to is_resolvableScott Moser
2012-08-06re-add the 'main' routine to DataSourceMAAS.pyScott Moser
2012-08-03use get_cfg_option_bool for apt_mirror_search_dnsScott Moser
2012-08-03do not search for mirror named '<distro>-mirror' in dns by defaultScott Moser
2012-07-23pep8, pylint... AltCloud source changesJoe VLcek
2012-07-20Add retry logic to DataSourceAltCloudJoe VLcek
2012-07-17Added RHEVm and vSphere support as source AltCloudJoe VLcek
2012-07-16improve debug via _CLOUD_INIT_SAVE_STDIN and _CLOUD_INIT_SAVE_STDOUTScott Moser
2012-07-16DataSourceEc2: fix bad usage of log that caused traceScott Moser
2012-07-12walker_callback: fix traceback on empty payload.Scott Moser
2012-07-12load_yaml: if conversion fails, but string is empty, return defaultScott Moser
2012-07-12DataSourceOVF: again fix broken commitScott Moser
2012-07-12fix bad variable. should be 'LOG', not 'log'Scott Moser
2012-07-12DataSourceOVF: do not log exception on failed mountScott Moser
2012-07-11do not capture runparts outputScott Moser
2012-07-11add write-files module for "injecting" files (LP: #1012854)Scott Moser
2012-07-11Update the write files with the new content/compression handling.Joshua Harlow
2012-07-11Fix log message after 'write_files' key change.Joshua Harlow
2012-07-11Adjust the decoding of the files that are given so that a canonicalizeJoshua Harlow
2012-07-10Fixes 1012854 by implementing file writing, adjustsJoshua Harlow
2012-07-10Remove the usage of set,list,dict and use the collectionsJoshua Harlow
2012-07-10send welcome message after logging has been appliedScott Moser
2012-07-10fix regression in logging codeScott Moser
2012-07-10cc_resizefs: show more specific time.Scott Moser
2012-07-09Use the common 'is_false' routine for testing false here insteadharlowja
2012-07-09Return a more useful name for the file lock (which shows what file is being l...Joshua Harlow
2012-07-09Add more information about why we are returning early andJoshua Harlow
2012-07-09do not warn to stderr if one of the logging configs works.Scott Moser
2012-07-09cc_final_message: fix pylint issueScott Moser
2012-07-09url_helper.py, cc_rightscale_userdata.py: reduce WARN to DEBUGScott Moser
2012-07-09Revert back to using cheetah + adjust resultant code + templatesJoshua Harlow
2012-07-09Update chownbyname to catch the key error when users/groups that are not knownJoshua Harlow
2012-07-09fix 'make pylint' warningsScott Moser
2012-07-09DataSourceEc2: only do dns check in mirror selectionScott Moser
2012-07-06Updated so that if no mirror is found, the module stops running.Joshua Harlow
2012-07-03Add a check on 'chownbyname' that catches the keyerror and logs it (instead o...Joshua Harlow
2012-07-021. Move the welcome message template string to a constant at the top of the m...Joshua Harlow
2012-07-01Merge in pending changes.harlowja
2012-07-01Always read fro the cloud config location + conf.d locationsharlowja
2012-07-011. Rename util functions to is_true and is_falseharlowja
2012-07-01Add a multi log function that can write to stderr, console and a log debug, u...Joshua Harlow
2012-06-29Include the helpers import.harlowja
2012-06-29Refactor the selinux guard to aid in mockingharlowja
2012-06-29add update_package_sources to distro classScott Moser