bootstrap-vz/bootstrapvz/providers/ec2/manifest-schema.yml

49 lines
899 B
YAML
Raw Normal View History

---
$schema: http://json-schema.org/draft-04/schema#
title: EC2 manifest
type: object
properties:
provider:
type: object
properties:
description: {type: string}
credentials:
type: object
properties:
access-key: {type: string}
secret-key: {type: string}
virtualization:
enum:
- pvm
- hvm
enhanced_networking:
enum:
- none
- simple
required: [virtualization]
system:
type: object
properties:
bootloader:
type: string
enum:
- pvgrub
2015-04-08 23:16:22 +02:00
- grub
- extlinux
volume:
type: object
properties:
backing:
enum:
- ebs
- s3
partitions:
type: object
properties:
type:
enum:
- none
- msdos
- gpt
required: [backing]