bootstrap-vz/manifests/examples/ec2/s3-wheezy-amd64-pvm.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

32 lines
824 B
YAML

---
name: debian-{system.release}-{system.architecture}-{provider.virtualization}-{%y}{%m}{%d}
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
description: Debian {system.release} {system.architecture} AMI
bucket: debian-amis
region: us-west-1
bootstrapper:
workspace: /target
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://cloudfront.debian.net/debian