bootstrap-vz/manifests/one-raw-virtio.manifest.json
2013-07-10 16:34:28 +02:00

46 lines
955 B
JSON

{
"provider" : "one",
"virtualization": "virtio",
"credentials" : {
"access-key": null,
"secret-key": null,
"root": "test"
},
"bootstrapper": {
"mount_dir": "/mnt/target",
"image_file": "/tmp/target",
"tarball": true,
"device": "/dev/sda"
},
"image": {
"name" : "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
"description": "Debian {release} {architecture} AMI ({virtualization})"
},
"system": {
"release" : "wheezy",
"architecture": "amd64",
"timezone" : "UTC",
"locale" : "en_US",
"charmap" : "UTF-8",
"mirror" : "ftp://ftp.fr.debian.org/debian/"
},
"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": ""
}
}
}