summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig
AgeCommit message (Expand)Author
2011-03-03cc_resizefs.py: log output of failed resizefs or blkid commandsScott Moser
2011-02-22merge mcollective fixes from Marc. Changes to indentation and added commentsScott Moser
2011-02-20Change output format for ConfigParserMarc Cluet
2011-02-20Changes to mcollective module, added docsMarc Cluet
2011-02-18handle no datasource better cloud-init-cfgScott Moser
2011-02-18add carriage return to cc_final_message.py outputScott Moser
2011-02-18fix syntax erorr in cc_puppet.pyScott Moser
2011-02-18Update puppet to replace rather than append, add mcollective [Marc Cluet]Scott Moser
2011-02-17update /etc/hosts hosts.tmpl to if 'manage_etc_hosts' is set in cloud-configScott Moser
2011-02-15Changes to puppet module + mcollective moduleMarc Cluet
2011-02-07add 'bootcmd' like 'runcmd' to cloud-config syntax for running things earlyScott Moser
2011-02-07add apt helper routeins to CloudConfig, and use them in apt and puppetScott Moser
2011-02-07add 'run_per_instance' to CloudConfigScott Moser
2011-02-07rename 'datadir' key to 'data' in pathmapScott Moser
2011-02-04resizefs didn't work, as 'blkid' would return error status 2Scott Moser
2011-02-04change default of resize_rootfs to TrueScott Moser
2011-01-28Removing quotes from puppet config option valuesRyan Lane
2011-01-28add setting of passwords.Scott Moser
2011-01-26if output entry is a scalar, send stdout and stderr same placeScott Moser
2011-01-26cc_ssh: if a private key is supplied, do not require public.Scott Moser
2011-01-26add timezone to cloud-config (LP: #645458)Scott Moser
2011-01-26change 'except' syntax to python 3 style.Scott Moser
2011-01-25add get_config_obj to a DataSource object.Scott Moser
2011-01-25make final_message run 'per_always' rather than per-instanceScott Moser
2011-01-25make rightscale config default to once-per-instance, not once-everScott Moser
2011-01-25add support for posting data to a URL (phone_home)Scott Moser
2011-01-25add support for reading rightscale style userdataScott Moser
2011-01-25add support for redirecting output of cloud-init, cloud-config and cloud-finalScott Moser
2011-01-25use timestamp.gmtime() for timestamps rather than time() or datetimeScott Moser
2011-01-24move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invokingScott Moser
2011-01-24merge in fixes to get to functioning pointScott Moser
2011-01-24cc_update_hostname: fix error handlingScott Moser
2011-01-24cc_update_hostname: fix bad variable nameScott Moser
2011-01-24add CloudConfig.per-once definitionScott Moser
2011-01-21add function to cloud-init to run cloud-config style modulesScott Moser
2011-01-21cc_locale: fix copy paste code error if args are givenScott Moser
2011-01-20add 'resize_rootfs' cloud-config option.Scott Moser
2011-01-20remove updates check, as its no longer really necessary (LP: #653220)Scott Moser
2011-01-19convert 'cachedir' to 'seeddir', move cloud_config, scripts to instanceScott Moser
2011-01-19support $MIRROR and $RELEASE in apt-source cloud-config lines (LP: #693292)Scott Moser
2011-01-19move user scripts ('#!' and runcmd) to be per-instance (LP: #675711)Scott Moser
2011-01-19make 'do not login as root' message more clear.Scott Moser
2011-01-19move writing of ssh key fingerprints to a separate toolScott Moser
2011-01-19add handling of rsyslog in cloud-configScott Moser
2011-01-18move setting of default locale out of cloud-init, into cloud-configScott Moser
2011-01-18revert previous commit that special cased 'ssh_import_id' on cmdlineScott Moser
2011-01-14add support for specifying ssh-import-id on the kernel command lineScott Moser
2011-01-12ssh-import-lp-id was renamed to ssh-import-idScott Moser
2010-09-11grub-dpkg cloud-config, move convert inline shell to pythonScott Moser
2010-09-10set grub-pc values based on user input or automaticallyScott Moser