bootstrap-vz/bootstrapvz/plugins/cloud_init
2015-04-28 01:21:07 -03:00
..
__init__.py 8f43ee1d removed a used import in the cloud-init and opennebula plugins, readded 2014-07-12 19:56:18 +02:00
manifest-schema.yml Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
README.rst Docs: fix wrongfully escaped terms 2015-04-28 01:21:07 -03:00
tasks.py Move AddBackports to common.tasks.apt 2014-07-12 14:42:52 -03:00

cloud-init
----------

This plugin installs and configures
`cloud-init <https://packages.debian.org/wheezy-backports/cloud-init>`__
on the system. Depending on the release it installs it from either
backports or the main repository.

cloud-init is only compatible with Debian wheezy and upwards.

Settings
~~~~~~~~

-  ``username``: The username of the account to create.
   ``required``
-  ``disable_modules``: A list of strings specifying which cloud-init
   modules should be disabled.
   ``optional``
-  ``metadata_sources``: A string that sets the
   `datasources <http://cloudinit.readthedocs.org/en/latest/topics/datasources.html>`__
   that cloud-init should try fetching metadata from. The source is
   automatically set when using the ec2 provider.
   ``optional``