blob: 7792a82cb6b4faa8a753dce42c4230ee7825c5c7 [file] [log] [blame]
{
"Name": "vm",
"Vars": {
"test_cfg": { "Required": true, "Description": "Cloud-config to use for the test" }
},
"Sources": {
"cloud-config": "${test_cfg}"
},
"Steps": {
"create-vm": {
"CreateInstances": [
{
"Name": "preload-test",
"Disks": [{"Source": "boot-disk"}],
"Metadata": {
"user-data": "${SOURCE:cloud-config}",
"block-project-ssh-keys": "TRUE",
"cos-update-strategy": "update_disabled",
"google-logging-enabled": "false"
}
}
]
}
}
}