bootstrap-vz/manifests/ec2-ebs-pvm.manifest.json
2013-07-08 23:14:01 +02:00

38 lines
759 B
JSON

{
"provider" : "ec2",
"virtualization": "pvm",
"credentials" : {
"access-key": null,
"secret-key": null
},
"bootstrapper": {
"mount_dir": "/target",
"tarball": true
},
"image": {
"name" : "debian-{release}-{architecture}-{virtualization}-{year}{month}{day}",
"description": "Debian {release} {architecture} AMI ({virtualization})"
},
"system": {
"release" : "wheezy",
"architecture": "amd64",
"timezone" : "UTC",
"locale" : "en_US",
"charmap" : "UTF-8"
},
"volume": {
"backing" : "ebs",
"filesystem": "ext4",
"size" : 1024
},
"plugins": {
"admin_user": {
"enabled": true
},
"build_metadata": {
"enabled": false,
"path" : "/root/build-metadata-{ami_name}"
}
}
}