Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-12 | fix 'make yaml'. | Scott Moser | |
2013-10-31 | Documentation: fix name of "cloud-init-per" command | Robie Basak | |
2013-10-24 | mention in doc | Scott Moser | |
2013-10-09 | power_state_change: convert an int input for delay to string, improve doc | Scott Moser | |
this adds 'timeout' to the documentation for power_state_change, and supports delay being an integer or a string. This is so that yaml can contain: delay: 30 rather than delay: "+30" or dealy: "30" | |||
2013-10-03 | Added support for 'ephmeral0.<auto|any|0>' for device mappings in disk | Ben Howard | |
formating support. | |||
2013-10-03 | merge from trunk | Scott Moser | |
2013-10-02 | Added ability to define disks via 'ephemeralX.Y'. | Ben Howard | |
Modified cc_mounts to identify whether ephermalX is partitioned. Changed datasources for Azure and SmartOS to use 'ephemeralX.Y' format. Added disk remove functionally | |||
2013-10-02 | cc_growpart: respect /etc/growroot-disabled | Scott Moser | |
cloud-initramfs-growroot is an initramfs module in cloud-initramfs-tools that resizes the root partition before the root is pivoted over. growroot was used in Ubuntu up to and including 12.10. The file /etc/growroot-disabled on the root filesystem was the only way of disabling the growing of the root partition. In cloud-init 0.7.2 cloud-init began resizing the root partition as growpart gained the ability to utilize 'ptupdate' in kernels > 3.8. This was a big improvement as now the user could disable or enable the growing of the root partition via user-data. In order to let users disable growing of / very simplistically cloud-init will now respect the presense of /etc/growroot-disabled unless config specifically tells it to ignore that file. LP: #1234331 | |||
2013-10-02 | fix permission changes | Scott Moser | |
2013-10-02 | use long format args rather than short | Scott Moser | |
2013-10-01 | Fix typo in mkpasswd command: '-s' was used instead of '-R' for salt rounds. | Eric Nordlund | |
Remove duplicate 'password' text. | |||
2013-09-27 | remove non-ascii chars | Scott Moser | |
2013-09-27 | Updated the documentation on disk formating | Ben Howard | |
2013-09-27 | merge from ben. disable partition creation on smartos | Scott Moser | |
2013-09-27 | update documentation | Scott Moser | |
2013-09-27 | fix doc for smartos | Scott Moser | |
2013-09-26 | Added support for formating the ephemeral disk on Windows Azure. | Ben Howard | |
2013-09-19 | Fixes for the MP. | Ben Howard | |
Changed cc_disk_setup to handle the file systems as a label, no longer passing "log" around. Tidied up the documentation to reflect the changes and made grammer, spelling and improved the content a little. Added disk_setup to the default modules list. | |||
2013-09-11 | Merged in upstream changes with disk partition support | Ben Howard | |
2013-09-11 | Initial cut at disk partition support. | Ben Howard | |
2013-09-10 | Update OpenNebula documentation (parseuser, more fs. labels, K-V single quotes) | Vlastimil Holer | |
2013-09-05 | Merged trunk lp:cloud-init | Vlastimil Holer | |
2013-08-24 | changes to behavior on specifying keys. | Scott Moser | |
The most likely end user operation (or at least a valid one) for base64 encoding would be to encode the user-data, but leave all other values as plaintext. In order to facilitate that, the user can simply add: b64-user-data=true to indicate that user-data is base64 encoded. Other changes here are to change the cloud-config and metadata keynames that are used. base64_all = boolean(True) base64_keys = [list, of, keys] Fixed up tests to accomodate. | |||
2013-08-23 | Fixed some typos. Change decode_base64 from sys_cfg to ds_cfg | Ben Howard | |
2013-08-20 | Updated merge proposal with current tree | Ben Howard | |
2013-08-20 | Fixed no_base64_decode settings | Ben Howard | |
2013-08-06 | initially add support for apt_ftp_proxy and apt_https_proxy. tests to come. | Scott Moser | |
LP: #1057195 | |||
2013-07-30 | Added base64 support to SmartOS datasource. | Ben Howard | |
Added documentation on SmartOS datasource. | |||
2013-07-25 | azure: support bouncing interfaces to publish new hostname | Scott Moser | |
See the added doc/sources/azure/README.rst for why this is necessary. Essentially, we now are doing the following in the get_data() method of azure datasource to publish this NewHostname: hostname NewHostName ifdown eth0; ifup eth0 LP: #1202758 | |||
2013-07-24 | shorten comments in example cloud-config | Scott Moser | |
2013-07-23 | Added blurb to documentation about the datasource | Ben Howard | |
2013-07-08 | commit dev state | Scott Moser | |
2013-05-16 | remove executable on logo.svg | Scott Moser | |
2013-04-03 | invoke dist-upgrade instead of upgrade for apt upgrades | Scott Moser | |
dist-upgrade is generally more correct here to get all packages upgraded. We add the options to change these in system_info. Also, document the previous apt configuration change (apt_get_command). LP: #1164147 | |||
2013-04-03 | invoke 'dist-upgrade' instead of 'upgrade' on for upgrades. | Scott Moser | |
In general, dist-upgrade is the correct behavior here. It will get a new kernel, though, which could be annoying. So, allow a way to turn it off (by setting 'apt_get_upgrade_subcommand: upgrade'). LP: #1164147 | |||
2013-04-02 | Fix the default string used for merging. | Joshua Harlow | |
It had been changed in code, but not in docs. So we needed to reflect the change in docs as well so that both are in sync. | |||
2013-03-08 | Enable the merging.txt to be in .rst format for public viewing | Joshua Harlow | |
2013-03-07 | merge from trunk | Scott Moser | |
2013-03-07 | pep8 and pylint fixes | Scott Moser | |
2013-03-06 | Add some nice docs on what this is. | Joshua Harlow | |
2013-03-05 | add doc | Scott Moser | |
2013-02-21 | Example cloud.cfg | Vlastimil Holer | |
2013-02-20 | OpenNebula documentation tuning. | Vlastimil Holer | |
2013-02-20 | Add OpenNebula DS on list of datasources. | Vlastimil Holer | |
2013-02-20 | OpenNebula datasource documentation update. | Vlastimil Holer | |
2013-02-19 | Merged trunk lp:cloud-init | Vlastimil Holer | |
2013-02-07 | DataSourceNoCloud: allow setting user-data and meta-data in config | Scott Moser | |
This allows a single file to declare and activate this data source. This could come from: * cloud-config-url on kernel cmdline * /etc/cloud/cloud.cfg.d * debian preseed of 'cloud-init/local-cloud-config' Also here is * some tests * a small fix to parse_cmdline_data found when writing those tests. LP: #1115833 | |||
2013-02-05 | Continue adding datasource docs. | harlowja | |
Add a base set for ec2 and datasource none. | |||
2013-02-04 | Add initial docs about datasources. | harlowja | |
Start moving the current README for datasources to a RST format and include those files in the rtd site. LP: #1113650 | |||
2013-02-04 | make config of nocloud datasource able to specify meta-data and user-data | Scott Moser | |
LP: #1115833 |