summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2011-08-03fix incorrect logic when 'manage_etc_hosts' has a valueScott Moser
2011-08-03remove debug statementScott Moser
2011-08-03cloudinit/util.py: fix syntax errorScott Moser
2011-08-03add get_hostname_fqdn method to 'util' and use it for getting hostnameScott Moser
2011-08-03improve update_etc_hosts method in cc_update_etc_hostsScott Moser
2011-08-02This fixes LP: #819507, to make consume_userdata run 'always'Scott Moser
2011-07-26use md5sum as the unique identifier rather than base64Scott Moser
2011-07-26include-once: fixups found in testingScott Moser
2011-07-26use util.write_file in cc_mcollective.pyScott Moser
2011-07-26make 'include-once' really "download source once per-instance"Scott Moser
2011-07-26cc_mcollective: use util.write_file, change perms of private key file to 0600Scott Moser
2011-07-25Added ssl cert support to mcollectiveMarc Cluet
2011-07-25Added new feature include-onceMarc Cluet
2011-07-21fix syntax error in cc_chef.pyScott Moser
2011-07-19special case handling of mapping for ephemeral0Scott Moser
2011-07-19increase timeout on read_seed when a seedfrom was explicitly givenScott Moser
2011-07-19improve the updating of /etc/hosts with correct fqdn when possibleScott Moser
2011-07-19do not complain if attempt to resizefs in an lxc container failsScott Moser
2011-07-18add chef [Avishai Ish-Shalom]Scott Moser
2011-06-30* cloudinit/CloudConfig/cc_update_etc_hosts.pyMarc Cluet
2011-06-17read authorized_keys location from sshd_config (LP: #731849)Scott Moser
2011-06-17make the default "fill in" mount entries configurable. (LP: #785542)Scott Moser
2011-06-17make the "cloud-config ready" command configurable (LP: #785551)Scott Moser
2011-06-17change, and make configurable the prefix for entries in root authorized_keysScott Moser
2011-06-17fix broken ec2 metadata service (incorrect variable name)Scott Moser
2011-06-14Support disabling of byobu.Scott Moser
2011-06-01support configurable urls for metadata serviceScott Moser
2011-06-01revert some white space changes versus trunkScott Moser
2011-05-28changed config key namekeyz182
2011-05-28log.warn to log.warningkeyz182
2011-05-28Removed unnecessary newlinekeyz182
2011-05-28Added support for loading metadata urls from config files.keyz182
2011-05-26Another silly typo.keyz182
2011-05-26Remove any unresolveable addresses before attempting to access metadata.keyz182
2011-05-25Fixed silly mistake self.metadata_address instead of metadata_address. D'oh.keyz182
2011-05-25Fix for default metadata_address valuekeyz182
2011-05-25Modified to reflect changes suggested by Scott Moserkeyz182
2011-05-24Modified cloudinit/DataSourceEc2.py and cloudinit/boto_utils.py to check both...keyz182
2011-05-24Modified cloudinit/DataSourceEc2.py and cloudinit/boto_utils.py to check both...keyz182
2011-04-29Seperated chef gems install to another functionAvishai Ish-Shalom
2011-04-24updated ruby packages listAvishai Ish-Shalom
2011-04-24ruby_version should be configurableAvishai Ish-Shalom
2011-04-21Added Chef pluginAvishai Ish-Shalom
2011-04-21Allow configurable hostname prefix and hostname attributeAvishai Ish-Shalom
2011-04-06fix bug seeding grub dpkg config when devices are named xvdX (LP: #752361)Scott Moser
2011-04-04convert some user input from dos to unix (LP: #744965)Scott Moser
2011-03-30cloudinit/CloudConfig/cc_timezone.py: remove debug print outScott Moser
2011-03-30remove debug printout in cloudinit/UserDataHandler.pyScott Moser
2011-03-21fix bug with resizefs moduleScott Moser
2011-03-21fix bug in part-handler code, that broke working part-handlers (LP: #739694)Scott Moser