mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"provider" : "raw",
|
|
"virtualization": "virtio",
|
|
"credentials" : {
|
|
"access-key": null,
|
|
"secret-key": null
|
|
},
|
|
|
|
"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"
|
|
},
|
|
"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": []
|
|
}
|
|
|
|
}
|
|
}
|