2014-07-05 20:01:20 +02:00
|
|
|
---
|
2015-12-13 14:54:06 +01:00
|
|
|
name: disk
|
2014-07-05 20:01:20 +02:00
|
|
|
provider:
|
|
|
|
name: gce
|
2015-12-13 14:54:06 +01:00
|
|
|
description: Debian {system.release} {system.architecture}
|
2014-07-05 20:01:20 +02:00
|
|
|
bootstrapper:
|
|
|
|
workspace: /target
|
|
|
|
system:
|
|
|
|
release: wheezy
|
|
|
|
architecture: amd64
|
|
|
|
bootloader: grub
|
|
|
|
charmap: UTF-8
|
|
|
|
locale: en_US
|
|
|
|
timezone: UTC
|
|
|
|
volume:
|
|
|
|
backing: raw
|
|
|
|
partitions:
|
|
|
|
type: msdos
|
|
|
|
root:
|
|
|
|
filesystem: ext4
|
|
|
|
size: 10GiB
|
2016-02-29 10:38:34 -08:00
|
|
|
packages:
|
2016-06-02 14:38:47 -07:00
|
|
|
sources:
|
|
|
|
google-cloud:
|
|
|
|
- deb http://packages.cloud.google.com/apt cloud-sdk-{system.release} main
|
|
|
|
- deb http://packages.cloud.google.com/apt google-cloud-compute-legacy-{system.release} main
|
2016-02-29 10:38:34 -08:00
|
|
|
install:
|
2016-06-02 14:38:47 -07:00
|
|
|
- google-cloud-sdk
|
|
|
|
- google-compute-daemon
|
|
|
|
- google-startup-scripts
|
|
|
|
- python-gcimagebundle
|
2016-02-29 10:38:34 -08:00
|
|
|
- rsync
|
|
|
|
- screen
|
|
|
|
- vim
|
2014-07-05 20:01:20 +02:00
|
|
|
plugins:
|
2016-06-02 14:38:47 -07:00
|
|
|
google_cloud_repo:
|
|
|
|
cleanup_bootstrap_key: True
|
|
|
|
enable_keyring_repo: True
|
2014-07-05 20:01:20 +02:00
|
|
|
ntp:
|
|
|
|
servers:
|
|
|
|
- metadata.google.internal
|