2013-05-02 19:13:35 +02:00
|
|
|
{
|
2013-07-13 13:23:36 +02:00
|
|
|
"provider": "ec2",
|
2013-05-02 19:13:35 +02:00
|
|
|
"virtualization": "pvm",
|
2013-07-13 13:23:36 +02:00
|
|
|
"credentials": {
|
2013-05-02 19:13:35 +02:00
|
|
|
"access-key": null,
|
|
|
|
"secret-key": null
|
|
|
|
},
|
|
|
|
|
2013-06-27 23:26:29 +02:00
|
|
|
"bootstrapper": {
|
2013-08-13 15:09:21 +00:00
|
|
|
"mount_dir": "/target",
|
2013-08-15 09:30:54 +00:00
|
|
|
"mirror": "http://http.debian.net/debian"
|
2013-06-27 23:26:29 +02:00
|
|
|
},
|
2013-05-02 19:13:35 +02:00
|
|
|
"image": {
|
2013-08-15 09:30:54 +00:00
|
|
|
"name": "debian-{release}-{architecture}-{virtualization}-{%Y}{%m}{%d}",
|
2013-06-09 18:19:39 +02:00
|
|
|
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
2013-05-02 19:13:35 +02:00
|
|
|
},
|
|
|
|
"system": {
|
2013-07-13 13:23:36 +02:00
|
|
|
"release": "wheezy",
|
2013-06-27 23:26:29 +02:00
|
|
|
"architecture": "amd64",
|
2013-07-13 13:23:36 +02:00
|
|
|
"timezone": "UTC",
|
|
|
|
"locale": "en_US",
|
|
|
|
"charmap": "UTF-8"
|
2013-05-02 19:13:35 +02:00
|
|
|
},
|
|
|
|
"volume": {
|
2013-07-13 13:23:36 +02:00
|
|
|
"backing": "ebs",
|
2013-05-02 19:13:35 +02:00
|
|
|
"filesystem": "ext4",
|
2013-08-13 14:21:33 +00:00
|
|
|
"size": 8192
|
2013-05-02 19:13:35 +02:00
|
|
|
},
|
|
|
|
"plugins": {
|
2013-05-16 08:00:28 +02:00
|
|
|
"admin_user": {
|
2013-08-15 22:17:37 +00:00
|
|
|
"enabled": true,
|
|
|
|
"username": "admin"
|
2013-05-02 19:13:35 +02:00
|
|
|
},
|
2013-08-17 13:19:44 +00:00
|
|
|
"backports": {
|
|
|
|
"enabled": true,
|
|
|
|
"packages": [ "cloud-init" ]
|
|
|
|
},
|
2013-05-16 08:00:28 +02:00
|
|
|
"build_metadata": {
|
2013-06-23 23:37:21 +02:00
|
|
|
"enabled": false,
|
2013-07-13 13:23:36 +02:00
|
|
|
"path": "/root/build-metadata-{ami_name}"
|
2013-06-30 23:56:09 +02:00
|
|
|
},
|
|
|
|
"prebootstrapped": {
|
2013-07-13 13:23:36 +02:00
|
|
|
"enabled": false,
|
2013-06-30 23:56:09 +02:00
|
|
|
"snapshot": ""
|
2013-05-02 19:13:35 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|