bootstrap-vz/manifests/one-ide.manifest

55 lines
1.1 KiB
Text
Raw Normal View History

2013-07-10 10:49:45 +02:00
{
"provider" : "raw",
"virtualization": "ide",
2013-07-10 10:49:45 +02:00
"credentials" : {
"access-key": null,
2013-07-10 16:34:28 +02:00
"secret-key": null,
"root": "test"
2013-07-10 10:49:45 +02:00
},
"bootstrapper": {
2013-07-10 14:42:03 +02:00
"mount_dir": "/mnt/target",
"image_file": "/tmp/one.img",
2013-08-01 11:19:20 +02:00
"tarball": true
2013-07-10 10:49:45 +02:00
},
"image": {
"name" : "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
"description": "Debian {release} {architecture} ({virtualization})"
2013-07-10 10:49:45 +02:00
},
"system": {
"release" : "wheezy",
"architecture": "amd64",
"timezone" : "UTC",
"locale" : "en_US",
2013-07-10 16:34:28 +02:00
"charmap" : "UTF-8",
"mirror" : "ftp://ftp.fr.debian.org/debian/"
2013-07-10 10:49:45 +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": []
}
2013-07-10 10:49:45 +02:00
}
}