mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Move docs about image description to gce & ec2 providers
This commit is contained in:
parent
ff3582216f
commit
52c05e5df6
3 changed files with 12 additions and 5 deletions
|
@ -104,6 +104,13 @@ Example:
|
||||||
virtualization: hvm
|
virtualization: hvm
|
||||||
enhanced_networking: simple
|
enhanced_networking: simple
|
||||||
|
|
||||||
|
Image
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
- ``image.description``: Description of the AMI.
|
||||||
|
``manifest vars``
|
||||||
|
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
|
@ -7,3 +7,8 @@ file. It can upload created images to Google Storage Engine (to URI
|
||||||
provided in manifest by ``gcs_destination``) and can register image to
|
provided in manifest by ``gcs_destination``) and can register image to
|
||||||
be used by Google Compute Engine to project provided in manifest by
|
be used by Google Compute Engine to project provided in manifest by
|
||||||
``gce_project``. Both of those functionalities are not fully tested yet.
|
``gce_project``. Both of those functionalities are not fully tested yet.
|
||||||
|
|
||||||
|
Manifest settings
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
- ``image.description``: Description of the image.
|
||||||
|
|
|
@ -90,11 +90,6 @@ that will be created.
|
||||||
image.
|
image.
|
||||||
``required``
|
``required``
|
||||||
``manifest vars``
|
``manifest vars``
|
||||||
- ``description``: Description of the image. Where this setting is
|
|
||||||
used depends highly on which provider is set. At the moment it is
|
|
||||||
only used for AWS images.
|
|
||||||
``required for ec2 provider``
|
|
||||||
``manifest vars``
|
|
||||||
- ``bucket``: When bootstrapping an S3 backed image for AWS, this
|
- ``bucket``: When bootstrapping an S3 backed image for AWS, this
|
||||||
will be the bucket where the image is uploaded to.
|
will be the bucket where the image is uploaded to.
|
||||||
``required for S3 backing``
|
``required for S3 backing``
|
||||||
|
|
Loading…
Add table
Reference in a new issue