mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
manifest alignment stuff
This commit is contained in:
parent
554d99fc7f
commit
5c4456139d
1 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"provider" : "ec2",
|
"provider": "ec2",
|
||||||
"virtualization": "pvm",
|
"virtualization": "pvm",
|
||||||
"credentials" : {
|
"credentials": {
|
||||||
"access-key": null,
|
"access-key": null,
|
||||||
"secret-key": null
|
"secret-key": null
|
||||||
},
|
},
|
||||||
|
@ -10,20 +10,20 @@
|
||||||
"mount_dir": "/target"
|
"mount_dir": "/target"
|
||||||
},
|
},
|
||||||
"image": {
|
"image": {
|
||||||
"name" : "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
||||||
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
||||||
},
|
},
|
||||||
"system": {
|
"system": {
|
||||||
"release" : "wheezy",
|
"release": "wheezy",
|
||||||
"architecture": "amd64",
|
"architecture": "amd64",
|
||||||
"timezone" : "UTC",
|
"timezone": "UTC",
|
||||||
"locale" : "en_US",
|
"locale": "en_US",
|
||||||
"charmap" : "UTF-8"
|
"charmap": "UTF-8"
|
||||||
},
|
},
|
||||||
"volume": {
|
"volume": {
|
||||||
"backing" : "ebs",
|
"backing": "ebs",
|
||||||
"filesystem": "ext4",
|
"filesystem": "ext4",
|
||||||
"size" : 1024
|
"size": 1024
|
||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"admin_user": {
|
"admin_user": {
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
},
|
},
|
||||||
"build_metadata": {
|
"build_metadata": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"path" : "/root/build-metadata-{ami_name}"
|
"path": "/root/build-metadata-{ami_name}"
|
||||||
},
|
},
|
||||||
"prebootstrapped": {
|
"prebootstrapped": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue