2013-07-13 15:10:04 +02:00
|
|
|
{
|
|
|
|
"provider": "ec2",
|
|
|
|
"virtualization": "pvm",
|
|
|
|
"credentials": {
|
2013-07-14 23:16:37 +02:00
|
|
|
"access-key": null,
|
|
|
|
"secret-key": null,
|
|
|
|
"certificate": null,
|
|
|
|
"private-key": null,
|
|
|
|
"user-id": null
|
2013-07-13 15:10:04 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
"bootstrapper": {
|
|
|
|
"mount_dir": "/target"
|
|
|
|
},
|
|
|
|
"image": {
|
|
|
|
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
|
|
|
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
|
|
|
"bucket": ""
|
|
|
|
},
|
|
|
|
"system": {
|
|
|
|
"release": "wheezy",
|
|
|
|
"architecture": "amd64",
|
|
|
|
"timezone": "UTC",
|
|
|
|
"locale": "en_US",
|
|
|
|
"charmap": "UTF-8"
|
|
|
|
},
|
|
|
|
"volume": {
|
|
|
|
"backing": "s3",
|
|
|
|
"filesystem": "ext4",
|
|
|
|
"size": 1024
|
2013-07-14 23:16:37 +02:00
|
|
|
},
|
|
|
|
"plugins": {
|
|
|
|
"prebootstrapped": {
|
|
|
|
"enabled": false,
|
|
|
|
"image": null
|
|
|
|
}
|
2013-07-13 15:10:04 +02:00
|
|
|
}
|
|
|
|
}
|