| { |
| "template": { |
| "action": { |
| "commands": [ |
| "sudo mount /dev/sdb1 /mnt", |
| "sudo docker load < /mnt/playground.tar.gz", |
| "start-stop-daemon --start -c ribrdb --exec /mnt/compilerd &> /tmp/compilerd.out &" |
| ] |
| }, |
| "healthChecks": [{ |
| "name": "healthz", |
| "path": "/healthz", |
| "port": "8181", |
| }], |
| "vmParams": { |
| "machineType": "n1-standard-1", |
| "baseInstanceName": "pg-replica", |
| "disksToCreate": [{ |
| "boot": "true", |
| "initializeParams": { |
| "sourceImage": "https://www.googleapis.com/compute/v1/projects/google-containers/global/images/container-vm-v20140522", |
| "diskSizeGb": "200" |
| } |
| }], |
| "disksToAttach": [{ |
| "source": "pg-data-20140820" |
| }], |
| "networkInterfaces": [{ |
| "network": "playground", |
| "accessConfigs": [{ |
| "type": "ONE_TO_ONE_NAT", |
| "name": "External NAT" |
| }] |
| }] |
| } |
| } |
| } |