From d11aee0e3e6360ccf309ba18f7f547636fcd887a Mon Sep 17 00:00:00 2001 From: James Bromberger Date: Sat, 8 Feb 2014 18:46:23 +0000 Subject: [PATCH] Add S3 backed AMI manifest for China (Beijing). --- ...fficial-amd64-pvm-cn-north-1.manifest.json | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 manifests/ec2-s3-debian-official-amd64-pvm-cn-north-1.manifest.json diff --git a/manifests/ec2-s3-debian-official-amd64-pvm-cn-north-1.manifest.json b/manifests/ec2-s3-debian-official-amd64-pvm-cn-north-1.manifest.json new file mode 100644 index 0000000..57cf316 --- /dev/null +++ b/manifests/ec2-s3-debian-official-amd64-pvm-cn-north-1.manifest.json @@ -0,0 +1,47 @@ +{ + "provider": "ec2", + "virtualization": "pvm", + "credentials": { + // "access-key": null, + // "secret-key": null, + // "certificate": null, + // "private-key": null, + // "user-id": null + }, + + "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" + }, + "system": { + "release": "wheezy", + "architecture": "amd64", + "bootloader": "pvgrub", + "timezone": "UTC", + "locale": "en_US", + "charmap": "UTF-8" + }, + "packages": { + "mirror": "http://ftp.cn.debian.org/debian" + }, + "volume": { + "backing": "s3", + "partitions": { + "type": "none", + "root": { + "size": "1GiB", + "filesystem": "ext4" + } + } + }, + "plugins": { + "cloud_init": { + "username": "admin", + "disable_modules": [ "landscape", "byobu", "ssh-import-id" ] + } + } +}