mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
30 lines
559 B
YAML
30 lines
559 B
YAML
![]() |
---
|
||
|
$schema: http://json-schema.org/draft-04/schema#
|
||
|
title: GCE manifest
|
||
|
type: object
|
||
|
properties:
|
||
|
image:
|
||
|
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
|
||
|
required: [partitions]
|