bootstrap-vz/manifests/ec2-s3-pvm.manifest.json
2013-07-15 00:01:07 +02:00

38 lines
759 B
JSON

{
"provider": "ec2",
"virtualization": "pvm",
"credentials": {
"access-key": null,
"secret-key": null,
"certificate": null,
"private-key": null,
"user-id": null
},
"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
},
"plugins": {
"prebootstrapped": {
"enabled": false,
"image": null
}
}
}