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

37 lines
747 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
},
"bootstrapdir" : "/target",
"image": {
2013-06-09 18:19:39 +02:00
"name" : "debian-{release}-{architecture}-{virtualization}-{year}{month}{day}",
"description": "Debian {release} {architecture} AMI ({virtualization})"
2013-05-02 19:13:35 +02:00
},
"system": {
"architecture": "amd64",
"release" : "wheezy",
"timezone" : "UTC",
"locale" : "en_US",
"charmap" : "UTF-8",
"packages" : []
},
"volume": {
"backing" : "ebs",
"filesystem": "ext4",
"size" : "1G"
},
"plugins": {
2013-05-16 08:00:28 +02:00
"admin_user": {
2013-05-02 19:13:35 +02:00
"enabled": true
},
2013-05-16 08:00:28 +02:00
"build_metadata": {
"enabled": true,
"path" : "/root/build-metadata-{ami_name}"
2013-05-02 19:13:35 +02:00
}
}
}