bootstrap-vz/bootstrapvz/providers/gce/manifest-schema.yml
Anders Ingemann c880a6849a Remove image section in manifest
All provider specific settings have been moved to the
provider section. The image name itself is now located
at the top level and called "name". It is required for all providers.
2015-12-13 19:41:18 +01:00

30 lines
580 B
YAML

---
$schema: http://json-schema.org/draft-04/schema#
title: GCE manifest
type: object
properties:
provider:
type: object
properties:
description: {type: string}
gce_project: {type: string}
gcs_destination: {type: string}
system:
type: object
properties:
bootloader:
type: string
enum:
- grub
- extlinux
volume:
type: object
properties:
partitions:
type: object
properties:
type:
enum:
- msdos
- gpt
required: [partitions]