~cloud-init-dev/cloud-init/trunk

« back to all changes in this revision

Viewing changes to doc/rtd/topics/capabilities.rst

  • Committer: Scott Moser
  • Date: 2016-08-10 15:06:15 UTC
  • Revision ID: smoser@ubuntu.com-20160810150615-ma2fv107w3suy1ma
README: Mention move of revision control to git.

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=====================
2
 
Capabilities
3
 
=====================
4
 
 
5
 
- Setting a default locale
6
 
- Setting a instance hostname
7
 
- Generating instance ssh private keys
8
 
- Adding ssh keys to a users ``.ssh/authorized_keys`` so they can log in
9
 
- Setting up ephemeral mount points
10
 
 
11
 
User configurability
12
 
--------------------
13
 
 
14
 
`Cloud-init`_ 's behavior can be configured via user-data.
15
 
 
16
 
    User-data can be given by the user at instance launch time.
17
 
 
18
 
This is done via the ``--user-data`` or ``--user-data-file`` argument to ec2-run-instances for example.
19
 
 
20
 
* Check your local clients documentation for how to provide a `user-data` string
21
 
  or `user-data` file for usage by cloud-init on instance creation.
22
 
 
23
 
 
24
 
.. _Cloud-init: https://launchpad.net/cloud-init