Add some docs for the official manifests

This commit is contained in:
Anders Ingemann 2015-06-13 20:25:45 +02:00
parent d055d68fca
commit b8b94c1fc7
9 changed files with 30 additions and 4 deletions

View file

@ -3,7 +3,7 @@
:hidden:
self
manifest
manifests/index
providers/index
plugins/index
supported_builds

View file

@ -1 +0,0 @@
.. include:: ../manifests/README.rst

11
docs/manifests/index.rst Normal file
View file

@ -0,0 +1,11 @@
Manifests
=========
.. toctree::
:maxdepth: 1
:hidden:
official_ec2_manifests
official_gce_manifests
.. include:: ../../manifests/README.rst

View file

@ -0,0 +1 @@
.. include:: ../../manifests/official/ec2/README.rst

View file

@ -0,0 +1 @@
.. include:: ../../manifests/official/gce/README.rst

View file

@ -1,5 +1,3 @@
Manifest
========
The manifest file is the primary way to interact with bootstrap-vz.
Every configuration and customization of a Debian installation is specified in this file.

View file

@ -0,0 +1,14 @@
Official EC2 manifests
======================
The official Debian images for EC2 are built with bootstrap-vz.
In the folder ``manifests/official/ec2`` you will find the various manifests
that are used to create the different flavors of Debian AMIs for EC2.
You can read more about those official images in the `Debian wiki`__.
.. __: https://wiki.debian.org/Cloud/AmazonEC2Image/
The official images can be found on the `AWS marketplace`__.
.. __: https://aws.amazon.com/marketplace/seller-profile?id=890be55d-32d8-4bc8-9042-2b4fd83064d5

View file

@ -0,0 +1,2 @@
Official GCE manifests
======================