bootstrap-vz/manifests/ec2-s3-debian-official-amd64-pvm-cn-north-1.manifest.yml
Anders Ingemann 03a0746299 Convert every JSON file to YAML
Lines removed: over 500. Readiblity gained: A shitload
Now you can actually get an overview of a manifest on a single screen height.
I am sure that it will also save a lot of hassle when modifying schema in the future.
No more "expected property name" etc. because of an extraneous comma
Comments are of course natively support, so there's no need for this minify_json hokey pokey
2014-07-09 23:17:04 +02:00

40 lines
946 B
YAML

---
provider:
name: ec2
virtualization: pvm
# credentials:
# access-key: AFAKEACCESSKEYFORAWS
# secret-key: thes3cr3tkeyf0ryourawsaccount/FS4d8Qdva
# certificate: /path/to/your/certificate.pem
# private-key: /path/to/your/private.key
# user-id: arn:aws:iam::123456789012:user/iamuser
bootstrapper:
workspace: /target
image:
name: debian-{system.release}-{system.architecture}-{virtualization}-{%Y}-{%m}-{%d}
description: Debian {system.release} {system.architecture} AMI
bucket: debian-amis-cn-north-1
region: cn-north-1
system:
release: wheezy
architecture: amd64
bootloader: pvgrub
charmap: UTF-8
locale: en_US
timezone: UTC
volume:
backing: s3
partitions:
type: none
root:
filesystem: ext4
size: 4GiB
packages:
mirror: http://ftp.cn.debian.org/debian
plugins:
cloud_init:
disable_modules:
- landscape
- byobu
- ssh-import-id
username: admin