bootstrap-vz/bootstrapvz/providers/gce
Anders Ingemann 953987fddf Combine documentation from github wiki with sphinx
This is the first step in the effort of combining all documentation about
bootstrap-vz into sphinx while still being able to access it from github
(github can parse rst as well)
2015-04-11 16:40:44 +02:00
..
assets/initramfs-tools/scripts/local-premount Disable resize on disks larger than 2TB 2015-01-29 16:22:30 -08:00
tasks Disable resize on disks larger than 2TB 2015-01-29 16:22:30 -08:00
__init__.py Merge pull request #192 from wrigri/disk-resize 2015-01-31 18:26:15 +00:00
manifest-schema.yml Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
README.rst Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00

Google Compute Engine
---------------------

The `GCE <https://cloud.google.com/products/compute-engine/>`__ provider
can creates image as expected by GCE - i.e. raw disk image in \*.tar.gz
file. It can upload created images to Google Storage Engine (to URI
provided in manifest by ``gcs_destination``) and can register image to
be used by Google Compute Engine to project provided in manifest by
``gce_project``. Both of those functionalities are not fully tested yet.