Age | Commit message (Expand) | Author |
2011-03-03 | cc_resizefs.py: log output of failed resizefs or blkid commands | Scott Moser |
2011-02-22 | merge mcollective fixes from Marc. Changes to indentation and added comments | Scott Moser |
2011-02-20 | Change output format for ConfigParser | Marc Cluet |
2011-02-20 | Changes to mcollective module, added docs | Marc Cluet |
2011-02-18 | handle no datasource better cloud-init-cfg | Scott Moser |
2011-02-18 | add carriage return to cc_final_message.py output | Scott Moser |
2011-02-18 | fix syntax erorr in cc_puppet.py | Scott Moser |
2011-02-18 | Update puppet to replace rather than append, add mcollective [Marc Cluet] | Scott Moser |
2011-02-17 | update /etc/hosts hosts.tmpl to if 'manage_etc_hosts' is set in cloud-config | Scott Moser |
2011-02-15 | Changes to puppet module + mcollective module | Marc Cluet |
2011-02-07 | add 'bootcmd' like 'runcmd' to cloud-config syntax for running things early | Scott Moser |
2011-02-07 | add apt helper routeins to CloudConfig, and use them in apt and puppet | Scott Moser |
2011-02-07 | add 'run_per_instance' to CloudConfig | Scott Moser |
2011-02-07 | rename 'datadir' key to 'data' in pathmap | Scott Moser |
2011-02-04 | resizefs didn't work, as 'blkid' would return error status 2 | Scott Moser |
2011-02-04 | change default of resize_rootfs to True | Scott Moser |
2011-01-28 | Removing quotes from puppet config option values | Ryan Lane |
2011-01-28 | add setting of passwords. | Scott Moser |
2011-01-26 | if output entry is a scalar, send stdout and stderr same place | Scott Moser |
2011-01-26 | cc_ssh: if a private key is supplied, do not require public. | Scott Moser |
2011-01-26 | add timezone to cloud-config (LP: #645458) | Scott Moser |
2011-01-26 | change 'except' syntax to python 3 style. | Scott Moser |
2011-01-25 | add get_config_obj to a DataSource object. | Scott Moser |
2011-01-25 | make final_message run 'per_always' rather than per-instance | Scott Moser |
2011-01-25 | make rightscale config default to once-per-instance, not once-ever | Scott Moser |
2011-01-25 | add support for posting data to a URL (phone_home) | Scott Moser |
2011-01-25 | add support for reading rightscale style userdata | Scott Moser |
2011-01-25 | add support for redirecting output of cloud-init, cloud-config and cloud-final | Scott Moser |
2011-01-25 | use timestamp.gmtime() for timestamps rather than time() or datetime | Scott Moser |
2011-01-24 | move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invoking | Scott Moser |
2011-01-24 | merge in fixes to get to functioning point | Scott Moser |
2011-01-24 | cc_update_hostname: fix error handling | Scott Moser |
2011-01-24 | cc_update_hostname: fix bad variable name | Scott Moser |
2011-01-24 | add CloudConfig.per-once definition | Scott Moser |
2011-01-21 | add function to cloud-init to run cloud-config style modules | Scott Moser |
2011-01-21 | cc_locale: fix copy paste code error if args are given | Scott Moser |
2011-01-20 | add 'resize_rootfs' cloud-config option. | Scott Moser |
2011-01-20 | remove updates check, as its no longer really necessary (LP: #653220) | Scott Moser |
2011-01-19 | convert 'cachedir' to 'seeddir', move cloud_config, scripts to instance | Scott Moser |
2011-01-19 | support $MIRROR and $RELEASE in apt-source cloud-config lines (LP: #693292) | Scott Moser |
2011-01-19 | move user scripts ('#!' and runcmd) to be per-instance (LP: #675711) | Scott Moser |
2011-01-19 | make 'do not login as root' message more clear. | Scott Moser |
2011-01-19 | move writing of ssh key fingerprints to a separate tool | Scott Moser |
2011-01-19 | add handling of rsyslog in cloud-config | Scott Moser |
2011-01-18 | move setting of default locale out of cloud-init, into cloud-config | Scott Moser |
2011-01-18 | revert previous commit that special cased 'ssh_import_id' on cmdline | Scott Moser |
2011-01-14 | add support for specifying ssh-import-id on the kernel command line | Scott Moser |
2011-01-12 | ssh-import-lp-id was renamed to ssh-import-id | Scott Moser |
2010-09-11 | grub-dpkg cloud-config, move convert inline shell to python | Scott Moser |
2010-09-10 | set grub-pc values based on user input or automatically | Scott Moser |