bootstrap-vz/bootstrapvz/providers/gce
Rick Wright 1e2fe02847 Fix a problem with Debian 8 on GCE with >2TB disks
This change makes two fixes. First, it fixes a race condition on Debian
8 GCE instances which caused instances with >2TB disks to fail. Second,
it adds the required "PREREQ" header to the script, which was previously
missing and caused errors at build time. These two issues are somewhat
unrelated to each other, but debugging the first led to finding the
second.
2015-09-23 16:55:16 -07:00
..
assets/initramfs-tools/scripts/local-premount Fix a problem with Debian 8 on GCE with >2TB disks 2015-09-23 16:55:16 -07:00
tasks Install GCE packages before Manifest packages. 2015-06-22 14:28:22 -07:00
__init__.py Kill the initalize() function. Nobody uses it except ec2 2015-05-03 12:31:44 +02:00
manifest-schema.yml Add support for Debian 8 in GCE. 2015-05-19 13:19:12 -07: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.