summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig
AgeCommit message (Expand)Author
2011-09-08Fixed review rejects: firstboot.json write, gem_binary not defined, wrong val...Avishai Ish-Shalom
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-03-21fix bug with resizefs moduleScott Moser
2011-03-08fix issue where apt-update was not done unless explicitly setScott Moser
2011-03-03make update of sources not prevent installation attempt (LP: #728167)Scott Moser
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