blob: c670b20e076ec17da21350a1bc7d2d8ecb5e61e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
.. _index:
#############
Documentation
#############
.. rubric:: Everything about cloud-init, a set of **python** scripts and
utilities to make your cloud images be all they can be!
*******
Summary
*******
`Cloud-init`_ is the *defacto* multi-distribution package that handles early
initialization of a cloud instance.
----
.. toctree::
:maxdepth: 2
topics/capabilities.rst
topics/availability.rst
topics/format.rst
topics/instancedata.rst
topics/dir_layout.rst
topics/examples.rst
topics/boot.rst
topics/datasources.rst
topics/logging.rst
topics/modules.rst
topics/merging.rst
topics/network-config.rst
topics/vendordata.rst
topics/debugging.rst
topics/moreinfo.rst
topics/hacking.rst
topics/tests.rst
.. _Cloud-init: https://launchpad.net/cloud-init
.. vi: textwidth=78
|