summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-1086-5379/+0
| | | | | | | | | | | | | | cloud-init development has moved its revision control to git. It is available at https://code.launchpad.net/cloud-init Clone with git clone https://git.launchpad.net/cloud-init or git clone git+ssh://git.launchpad.net/cloud-init For more information see https://git.launchpad.net/cloud-init/tree/HACKING.rst
* tests: fix apt tests to run inside ubuntu build environmentScott Moser2016-06-031-3/+3
| | | | | | | | | | This just mocks out use of lsb_release as it is not available in a build environment. Additionally mocks out use of getkeybyid. This admittedly makes the test for a long key fingerprint not useful as it was broken only inside getkeybyid. Also fix 'make yaml' for cloud-config.txt
* Apt sources configuration improvementsScott Moser2016-06-031-10/+117
|\ | | | | | | | | | | | | | | | | | | - 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
| * improve wording in the examplesChristian Ehrhardt2016-05-301-1/+1
| |
| * rebased with upstream and reolved merge conflictsChristian Ehrhardt2016-05-242-4/+5
| |\
| * | improve examples of ap_sourceChristian Ehrhardt2016-05-241-5/+5
| | |
| * | fix typo in examples docChristian Ehrhardt2016-05-241-1/+1
| | |
| * | modify cloud-config examples to match the new apt_source formatChristian Ehrhardt2016-05-231-11/+65
| | |
| * | fix old typo in exampleChristian Ehrhardt2016-05-121-1/+1
| | |
| * | alphabetical import orderChristian Ehrhardt2016-05-121-0/+3
| | |
| * | Document apt_custom_sources_list in examplesChristian Ehrhardt2016-05-121-0/+30
| | |
| * | update doc/examples/cloud-config.txt with new key-without-source casesChristian Ehrhardt2016-05-121-1/+21
| | |
* | | Integrate MP feedbackDaniel Watkins2016-06-021-2/+2
| | |
* | | Update merging documentation to make its application clearerDaniel Watkins2016-05-202-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Clean up merging.rst formattingDaniel Watkins2016-05-201-9/+9
| |/ |/|
* | Document improvements for runcmd/bootcmdMatt Fischer2016-05-172-4/+5
|/ | | | | | 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.
* chef: straighten out validation_cert and validation_keyScott Moser2016-04-121-1/+3
| | | | | | | | | 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.
* Add support for lxd-bridge configurationStéphane Graber2016-04-111-0/+27
|
* doc/ add new logo to rtd (read the docs) docs.Scott Moser2016-03-143-14358/+91
|\
| * use the Ubuntu font, when possible, in the documentationDustin Kirkland2015-11-141-2/+2
| |
| * resize to match the rtd widthDustin Kirkland2015-11-141-0/+0
| |
| * replaced old logos with new logosDustin Kirkland2015-11-142-14356/+89
| |
* | doc: document that volume label must be 'cidata' NocCloud datasource.Scott Moser2016-03-141-1/+1
|\ \
| * | doc/sources/nocloud: document the volume label requirementPeter Hurley2015-12-171-1/+1
| |/ | | | | | | | | document that vfat and iso9660 filesystems must have 'cidata' volume label to be recognized as a potential NoCloud data source.
* | add docScott Moser2016-03-081-0/+32
| |
* | Apply pep8, pyflakes fixes for python2 and 3Scott Moser2016-03-042-3/+3
| | | | | | | | | | | | | | | | | | | | 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
* | lxd: general fix after testingScott Moser2016-03-011-0/+7
| | | | | | | | | | | | | | | | | | 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.
* | merge with trunkScott Moser2016-02-251-3/+3
|\ \
| * \ Correct lock_passwd in docsDaniel Watkins2016-02-151-3/+3
| |\ \
| | * | Correct lock_passwd in docsRobert Jennings2016-01-291-3/+3
| | |/
* | | Merge from trunk and resolve text conflict in ChangeLogWesley Wiedenmeier2016-02-041-0/+7
|\ \ \ | |/ /
| * | SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965)Robert Jennings2016-02-041-0/+7
| |/ | | | | | | | | | | | | | | 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
* | Added example cc_lxd configWesley Wiedenmeier2016-02-041-0/+21
|/
* power_state: support 'condition' argumentScott Moser2015-09-081-0/+9
| | | | | | | | | | | | | | 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 ]']
* add doc, remove some debug / print statements.Scott Moser2015-08-071-0/+17
|
* doc: mention how to run syslog serverScott Moser2015-07-281-0/+9
|
* add support for 'remotes'Scott Moser2015-07-282-30/+37
|
* commit initial re-work/re-implementation of syslog configScott Moser2015-07-241-0/+30
|
* Add a cloud-init plugin for helping users register and subscribe their ↵Daniel Watkins2015-06-101-0/+49
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Adding an example file for rh_subscription in doc/examplesBrent Baude2015-05-141-0/+49
| |
* | Doc: include information on vendor-data in OpenStackScott Moser2015-06-012-0/+30
|\ \ | |/ |/|
| * Add documentation about OpenStack vendor data handling.Daniel Watkins2015-04-012-0/+30
| |
* | Initial CloudStack Documentation.Pierre-Luc Dion2015-04-032-1/+30
|/
* fix logging perms with list rather than singleScott Moser2015-03-041-0/+2
|
* provide default final message in jinja to avoid WARN in logScott Moser2015-02-111-1/+3
|
* tools/run-pep8: remove leading ',' fed to --ignoreScott Moser2015-01-061-3/+3
| | | | | | | | --ignore was being called with ',E121,E...' rather than 'E121,E...'. that resulted in odd behavior, missing the pep8 errors that are fixed here.
* Ensure the cc_chef doc links to the cc_chef codeJoshua Harlow2014-11-211-0/+1
|
* Show the handle method for the cc_ubuntu_init_switch moduleJoshua Harlow2014-10-231-0/+1
|
* Use bold for the internal nameJoshua Harlow2014-10-231-48/+48
|
* Add a link to the module codeJoshua Harlow2014-10-231-0/+1
|