Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-13 | Improve OVF documentation and provide functional demo. | Scott Moser | |
2011-09-13 | [doc] add 'preseed' string to cloud-config for debconf-set-selections | Scott Moser | |
2011-09-13 | Bringing in proper json support for firstboot.json from ↵ | Mike Moulton | |
lp:~avishai-ish-shalom/cloud-init/chef Bringing in 'initial_properties' support from lp:~avishai-ish-shalom/cloud-init/chef | |||
2011-09-12 | Set sane defaults for 'node_name' and 'environment' | Mike Moulton | |
Support both 'validation_cert' and 'validation_key' for backwards compatibility Cleaned up line length | |||
2011-09-10 | Modifications to properly support both 'gems' and 'packages' install types. | Mike Moulton | |
Added support for 'node_name' and 'environment' properties. Renamed 'validation_cert' to 'validation_key' to match Chef's nomenclature. | |||
2011-08-15 | add awareness of ecdsa keys. | Scott Moser | |
2011-08-03 | minor fixes to doc | Scott Moser | |
2011-08-03 | cloudinit/util.py: fix syntax error | Scott Moser | |
2011-08-03 | add example part-handler implementing the version 2 part-handler | Scott Moser | |
2011-07-26 | make 'include-once' really "download source once per-instance" | Scott Moser | |
Marc's implementation would only ever process the include-once urls a single time. This changes that to process them every time, with the second time coming from a file on disk rather than the url. You can then do expiring or one time use URLs in the include-once and have all function of if the content was there every time. The cached file is readable by root-only. | |||
2011-07-26 | clarify warning text in mcollective config example | Scott Moser | |
2011-07-25 | Added ssl cert support to mcollective | Marc Cluet | |
2011-07-25 | Added new feature include-once | Marc Cluet | |
2011-07-18 | add chef [Avishai Ish-Shalom] | Scott Moser | |
2011-06-17 | make the default "fill in" mount entries configurable. (LP: #785542) | Scott Moser | |
The primary motivation for this is so that 'nobootwait' is not hard coded to appear in the fs_opts field. LP: #785542 | |||
2011-06-17 | make the "cloud-config ready" command configurable (LP: #785551) | Scott Moser | |
Previously, when cloud-config was ready, cloud-init would emit an upstart event with: initctl emit cloud-config Now, that command is configurable via the 'cc_ready_cmd' value in cloud.cfg or user data. The default behavior is not changed. LP: #785551 | |||
2011-06-17 | change, and make configurable the prefix for entries in root authorized_keys | Scott Moser | |
This makes the prefix for entries added to root's authorized keys configurable. Previously, the value was: command="echo 'Please login as the user \"ubuntu\" rather than the user \"root\".\';echo;sleep 10\"" Now, at is configurable in cloud.cfg or user data by setting 'root_disabled_opts'. Additionally, the default has been changed to include 'no-port-forwarding,no-agent-forwarding,no-X11-forwarding' See LP: #798505 for more information on that. Note, that 'no-pty' was *not* added to this list as adding it means the user who simply does 'ssh root@host' gets a "cannot allocate pty" message rather than seeing warning about using root. LP: #798505 | |||
2011-06-14 | Support disabling of byobu. | Scott Moser | |
LP: #797336 | |||
2011-06-01 | support configurable urls for metadata service | Scott Moser | |
Now, if a Eucalyptus install is in STATIC or SYSTEM mode, the metadata service can still be used. In order to do that, the user must configure their DNS so that 'instance-data' will resolve to the cloud controller. Thanks to Kieran Evans. LP: #761847 | |||
2011-05-28 | changed config key name | keyz182 | |
2011-05-28 | Added support for loading metadata urls from config files. | keyz182 | |
2011-04-21 | Added Chef plugin | Avishai Ish-Shalom | |
2011-04-04 | documentation update: fix paths for seed dir in examples/seed/README | Scott Moser | |
2011-02-20 | Changes to mcollective module, added docs | Marc Cluet | |
2011-02-19 | add examples of kernel command line cloud-config | Scott Moser | |
2011-02-18 | minor updates to ovf documentation | Scott Moser | |
2011-02-18 | fix the base64 encoded value for user-data. | Scott Moser | |
The previous value had dos style newlines. The current string was obtained with: printf '#!/bin/sh\necho "hi world"\n' | base64 | |||
2011-02-17 | update /etc/hosts hosts.tmpl to if 'manage_etc_hosts' is set in cloud-config | Scott Moser | |
LP: #720440 | |||
2011-02-07 | add 'bootcmd' like 'runcmd' to cloud-config syntax for running things early | Scott Moser | |
2011-02-07 | make DataSourceEc2 configurable (timeout, retries), lower default retries | Scott Moser | |
This lowers the default retries from 100 to 30 (1050 seconds to 105 seconds) | |||
2011-02-07 | add config option 'manual_cache_clean'. | Scott Moser | |
This option allows user to specify manual cleaning of the /var/lib/cloud/instance/ link, for a data source that might not be present on every boot. | |||
2011-01-28 | add setting of passwords. | Scott Moser | |
2011-01-28 | add previous-instance-id and previous-datasource files to cloud/data | Scott Moser | |
add 'datasource' file to instance dir | |||
2011-01-27 | take correct action if def_log_file and syslog_fix_perms are empty | Scott Moser | |
2011-01-26 | if output entry is a scalar, send stdout and stderr same place | Scott Moser | |
2011-01-26 | add timezone to cloud-config (LP: #645458) | Scott Moser | |
LP: #645458 | |||
2011-01-25 | fix typo in doc/ovf/environment.xml | Scott Moser | |
2011-01-25 | drop the suggested support of urlencoded 'userdata' Property | Scott Moser | |
base64 encoding should be enough for the likely use case of this Product Section property. | |||
2011-01-25 | - change Properties expected in example environment file. | Scott Moser | |
- add ubuntu-server.ovf that passes validation via: xmllint --nonet --path open-ovf/mainline/schemas/ \ --noout --schema open-ovf/mainline/schemas/ovf-envelope.xsd \ doc/ovf/ubuntu-server.ovf and via ovftool --schemaValidate doc/ovf/ubuntu-server.ovf where ovftool is 'VMware ovftool 2.0.1 (build-260188) | |||
2011-01-25 | remove redundant ProductSection in environment.xml | Scott Moser | |
2011-01-25 | initial import of ovf code | Scott Moser | |
2011-01-25 | add support for posting data to a URL (phone_home) | Scott Moser | |
There is no default configured. Nothing is done by default. | |||
2011-01-25 | add support for redirecting output of cloud-init, cloud-config and cloud-final | Scott Moser | |
2011-01-24 | move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invoking | Scott Moser | |
This moves what was done as cloud-run-user-script.conf to 'cloud-final' and makes that re-use the cloud-init-cfg code, but simply with a different set of default configs. Also, adds keys_to_console and final_message cloud-config modules LP: #653271 | |||
2011-01-21 | add function to cloud-init to run cloud-config style modules | Scott Moser | |
add 'hostname' cloud-config option for setting hostname make rsyslog and resizefs run at cloud-init time | |||
2011-01-20 | add 'resize_rootfs' cloud-config option. | Scott Moser | |
2011-01-19 | add cloud-config-archive input type. | Scott Moser | |
cloud-config-archive is a yaml formated document where the top level should contain an array. Each entry in the array can be one of - dict { 'filename' : 'value' , 'content' : 'value', 'type' : 'value' } filename and type may not be present - scalar(content) if filename and type are not present, they are attempted to be guessed. LP: #641504 | |||
2011-01-19 | add 'data' entry in pathmap and move get_cpath to a static function | Scott Moser | |
2011-01-19 | initial /var/lib rework still lots to do. includes a fix for LP: #704509 | Scott Moser | |
LP: #704509 | |||
2011-01-19 | add doc about redesigned /var/lib/cloud | Scott Moser | |