Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-03 | Apt sources configuration improvements | Scott Moser | |
- keyid-only (no source statement) - key only (no source statement) - custom source.list template - support long gpg key fingerprints with spaces - fix issue with key's that were already in the local gpg keyring - allowing a new format to specify apt_sources in a dictionary instead of a list to allow merging of configurations LP: #1574113 | |||
2016-06-02 | Integrate MP feedback | Daniel Watkins | |
2016-05-30 | improve wording in the examples | Christian Ehrhardt | |
2016-05-24 | rebased with upstream and reolved merge conflicts | Christian Ehrhardt | |
2016-05-24 | improve examples of ap_source | Christian Ehrhardt | |
2016-05-24 | fix typo in examples doc | Christian Ehrhardt | |
2016-05-23 | modify cloud-config examples to match the new apt_source format | Christian Ehrhardt | |
2016-05-20 | Update merging documentation to make its application clearer | Daniel Watkins | |
Currently, some users think that user-data and conf.d configuration will be merged together[0]. This has never been the case, and we should make it clear that this is not currently supported to avoid user confusion. [0] https://bugs.launchpad.net/cloud-init/+bug/1532234 | |||
2016-05-20 | Clean up merging.rst formatting | Daniel Watkins | |
2016-05-17 | Document improvements for runcmd/bootcmd | Matt Fischer | |
Note that runcmd runs only on first boot. Note that strings need to be quoted, not escaped. Switch bootcmd list text to use - not * like everything else. | |||
2016-05-12 | fix old typo in example | Christian Ehrhardt | |
2016-05-12 | alphabetical import order | Christian Ehrhardt | |
2016-05-12 | Document apt_custom_sources_list in examples | Christian Ehrhardt | |
2016-05-12 | update doc/examples/cloud-config.txt with new key-without-source cases | Christian Ehrhardt | |
2016-04-12 | chef: straighten out validation_cert and validation_key | Scott Moser | |
Now, validation_key is always a path to a file, as it is in chef's client.rb syntax. validation_cert is always the *content* of that file that should be written. However, if validation_cert is the string "system", then we do not write that value, but rather assume the file exists. LP: #1568940 | |||
2016-04-11 | Add support for lxd-bridge configuration | Stéphane Graber | |
2016-03-14 | doc/ add new logo to rtd (read the docs) docs. | Scott Moser | |
2016-03-14 | doc: document that volume label must be 'cidata' NocCloud datasource. | Scott Moser | |
2016-03-08 | add doc | Scott Moser | |
2016-03-04 | Apply pep8, pyflakes fixes for python2 and 3 | Scott Moser | |
Update make check target to run pep8 and run pyflakes or pyflakes3 depending on the value of 'PYVER'. This way the python3 build environment does not need python2 and vice versa. Also have make check run the 'yaml' test. tox: have tox run pep8 in the pyflakes | |||
2016-03-01 | lxd: general fix after testing | Scott Moser | |
A few changes: a.) change to using '--name=value' rather than '--name' 'value' b.) make sure only strings are passed to command (useful for storage_create_loop: which is likely an integer) c.) document simple working example d.) support installing zfs if not present and storage_backedn has it. | |||
2016-02-25 | merge with trunk | Scott Moser | |
2016-02-15 | Correct lock_passwd in docs | Daniel Watkins | |
2016-02-04 | Merge from trunk and resolve text conflict in ChangeLog | Wesley Wiedenmeier | |
2016-02-04 | Added example cc_lxd config | Wesley Wiedenmeier | |
2016-02-04 | SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965) | Robert Jennings | |
LX-brand zones on Joyent's SmartOS use a different metadata source (socket file) than the KVM-based SmartOS virtualization (serial port). This patch adds support for recognizing the different flavors of virtualization on SmartOS and setting up a metadata source file object. After the file object is created, the rest of the code for the datasource LP: #1540965 | |||
2016-01-29 | Correct lock_passwd in docs | Robert Jennings | |
2015-12-17 | doc/sources/nocloud: document the volume label requirement | Peter Hurley | |
document that vfat and iso9660 filesystems must have 'cidata' volume label to be recognized as a potential NoCloud data source. | |||
2015-11-14 | use the Ubuntu font, when possible, in the documentation | Dustin Kirkland | |
2015-11-14 | resize to match the rtd width | Dustin Kirkland | |
2015-11-14 | replaced old logos with new logos | Dustin Kirkland | |
2015-09-08 | power_state: support 'condition' argument | Scott Moser | |
if 'condition' is provided to config in power_state, then consult it before powering off. This allows the user to shut down only if a condition is met, and leave the system in a debuggable state otherwise. An example is as simple as: power_state: mode: poweroff condition: ['sh', '-c', '[ -f /disable-poweroff ]'] | |||
2015-08-07 | add doc, remove some debug / print statements. | Scott Moser | |
2015-07-28 | doc: mention how to run syslog server | Scott Moser | |
2015-07-28 | add support for 'remotes' | Scott Moser | |
2015-07-24 | commit initial re-work/re-implementation of syslog config | Scott Moser | |
2015-06-10 | Add a cloud-init plugin for helping users register and subscribe their ↵ | Daniel Watkins | |
RHEL-based systems. This patch adds a cloud-init plugin for helping users register and subscribe their RHEL based systems. As inputs, it can take: - user and password OR activation key and org | requires on of the two pair - auto-attach: True or False | optional - service-level: <string> | optional - add-pool [list, of, pool, ids] | optional - enable-repos [list, of, yum, repos, to, enable] | optional - disable-repos [list, of, yum, repos, to, disable] | optional You can also pass the following to influence your registration via rhsm.conf: - rhsm-baseurl | optional - server-hostname | optional | |||
2015-06-01 | Doc: include information on vendor-data in OpenStack | Scott Moser | |
2015-05-14 | Adding an example file for rh_subscription in doc/examples | Brent Baude | |
2015-04-03 | Initial CloudStack Documentation. | Pierre-Luc Dion | |
2015-04-01 | Add documentation about OpenStack vendor data handling. | Daniel Watkins | |
2015-03-04 | fix logging perms with list rather than single | Scott Moser | |
2015-02-11 | provide default final message in jinja to avoid WARN in log | Scott Moser | |
2015-01-06 | tools/run-pep8: remove leading ',' fed to --ignore | Scott Moser | |
--ignore was being called with ',E121,E...' rather than 'E121,E...'. that resulted in odd behavior, missing the pep8 errors that are fixed here. | |||
2014-11-21 | Ensure the cc_chef doc links to the cc_chef code | Joshua Harlow | |
2014-10-23 | Show the handle method for the cc_ubuntu_init_switch module | Joshua Harlow | |
2014-10-23 | Use bold for the internal name | Joshua Harlow | |
2014-10-23 | Add a link to the module code | Joshua Harlow | |
2014-10-23 | Add the beginnings of module documentation | Joshua Harlow | |
2014-10-17 | Add documentation for DigitalOcean datasource | Neal Shrader | |