bootstrap-vz/manifests/ec2-ebs-pvm.manifest.json

42 lines
802 B
JSON
Raw Normal View History

2013-05-02 19:13:35 +02:00
{
"provider" : "ec2",
"virtualization": "pvm",
"credentials" : {
"access-key": null,
"secret-key": null
},
2013-06-27 23:26:29 +02:00
"bootstrapper": {
2013-07-13 13:16:13 +02:00
"mount_dir": "/target"
2013-06-27 23:26:29 +02:00
},
2013-05-02 19:13:35 +02:00
"image": {
2013-07-08 00:14:43 +02: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": {
"release" : "wheezy",
2013-06-27 23:26:29 +02:00
"architecture": "amd64",
2013-05-02 19:13:35 +02:00
"timezone" : "UTC",
"locale" : "en_US",
2013-06-27 23:26:29 +02:00
"charmap" : "UTF-8"
2013-05-02 19:13:35 +02:00
},
"volume": {
"backing" : "ebs",
"filesystem": "ext4",
2013-06-24 19:06:12 +02:00
"size" : 1024
2013-05-02 19:13:35 +02:00
},
"plugins": {
2013-05-16 08:00:28 +02:00
"admin_user": {
2013-07-07 20:28:24 +02:00
"enabled": false
2013-05-02 19:13:35 +02:00
},
2013-05-16 08:00:28 +02:00
"build_metadata": {
2013-06-23 23:37:21 +02:00
"enabled": false,
2013-05-16 08:00:28 +02:00
"path" : "/root/build-metadata-{ami_name}"
2013-06-30 23:56:09 +02:00
},
"prebootstrapped": {
"enabled": false,
"snapshot": ""
2013-05-02 19:13:35 +02:00
}
}
}