2014-05-02 17:36:08 +02:00
|
|
|
{
|
|
|
|
"provider": "gce",
|
|
|
|
"bootstrapper": {
|
|
|
|
"workspace": "/target"
|
|
|
|
},
|
|
|
|
"image": {
|
|
|
|
"name": "disk",
|
|
|
|
"description": "Debian {system.release} {system.architecture}"
|
|
|
|
},
|
|
|
|
"system": {
|
|
|
|
"release": "wheezy",
|
|
|
|
"sections": ["main", "contrib", "non-free"],
|
|
|
|
"architecture": "amd64",
|
|
|
|
"bootloader": "grub",
|
|
|
|
"timezone": "UTC",
|
|
|
|
"locale": "en_US",
|
|
|
|
"charmap": "UTF-8"
|
|
|
|
},
|
|
|
|
"packages": {
|
2014-05-10 21:10:02 -07:00
|
|
|
"mirror": "http://gce_debian_mirror.storage.googleapis.com/"
|
2014-05-02 17:36:08 +02:00
|
|
|
},
|
|
|
|
"plugins": {
|
|
|
|
"ntp": {
|
|
|
|
"servers": ["metadata.google.internal"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"volume": {
|
|
|
|
"backing": "raw",
|
|
|
|
"partitions": {
|
|
|
|
"type": "msdos",
|
|
|
|
"root": {
|
|
|
|
"size": "10GiB",
|
|
|
|
"filesystem": "ext4"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|