bootstrap-vz/manifests/one-virtio.manifest.json

53 lines
1.1 KiB
JSON
Raw Normal View History

2013-08-01 11:19:20 +02:00
{
"provider" : "raw",
"virtualization": "virtio",
"credentials" : {
"access-key": null,
"secret-key": null
2013-08-01 11:19:20 +02:00
},
"bootstrapper": {
"mount_dir": "/mnt/target",
"image_file": "/tmp/one.img",
"tarball": true
},
"image": {
"name" : "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
"description": "Debian {release} {architecture} ({virtualization})"
},
"system": {
"release" : "wheezy",
"architecture": "amd64",
"timezone" : "UTC",
"locale" : "en_US",
"charmap" : "UTF-8"
2013-08-01 11:19:20 +02:00
},
"volume": {
"backing" : "raw",
"filesystem": "ext4",
"size" : 1024
},
"plugins": {
"admin_user": {
"enabled": false
},
"build_metadata": {
"enabled": false,
"path" : "/root/build-metadata-{ami_name}"
},
"prebootstrapped": {
"enabled": false,
"snapshot": ""
},
"opennebula": {
"enabled": true
},
"user_packages": {
"enabled": true,
"repo": [ "apache2" ],
"local": []
}
}
}