Add S3 backed AMI manifest for China (Beijing).

This commit is contained in:
James Bromberger 2014-02-08 18:46:23 +00:00
parent 628957c304
commit d11aee0e3e

View file

@ -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" ]
}
}
}