2013-11-06 22:17:55 +01:00
|
|
|
{
|
|
|
|
"provider": "ec2",
|
|
|
|
"virtualization": "pvm",
|
|
|
|
"credentials": {
|
|
|
|
// "access-key": null,
|
|
|
|
// "secret-key": null,
|
|
|
|
// "certificate": null,
|
|
|
|
// "private-key": null,
|
|
|
|
// "user-id": null
|
|
|
|
},
|
|
|
|
|
|
|
|
"bootstrapper": {
|
|
|
|
"workspace": "/target"
|
|
|
|
},
|
|
|
|
"image": {
|
2013-12-29 16:48:55 +01:00
|
|
|
"name": "debian-{system.release}-{system.architecture}-{virtualization}-{%y}{%m}{%d}",
|
|
|
|
"description": "Debian {system.release} {system.architecture} AMI",
|
2013-11-06 22:17:55 +01:00
|
|
|
"bucket": "debian-amis"
|
|
|
|
},
|
|
|
|
"system": {
|
|
|
|
"release": "wheezy",
|
|
|
|
"architecture": "amd64",
|
2013-12-30 12:14:43 +01:00
|
|
|
"bootloader": "pvgrub",
|
2013-11-06 22:17:55 +01:00
|
|
|
"timezone": "UTC",
|
|
|
|
"locale": "en_US",
|
|
|
|
"charmap": "UTF-8"
|
|
|
|
},
|
2013-12-30 10:36:56 +01:00
|
|
|
"packages": {
|
|
|
|
"mirror": "http://cloudfront.debian.net/debian"
|
|
|
|
},
|
2013-11-06 22:17:55 +01:00
|
|
|
"volume": {
|
|
|
|
"backing": "s3",
|
|
|
|
"partitions": {
|
|
|
|
"type": "none",
|
|
|
|
"root": {
|
2014-04-08 12:34:25 +00:00
|
|
|
"size": "4GiB",
|
2013-11-06 22:17:55 +01:00
|
|
|
"filesystem": "ext4"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|