Skip to content

Instantly share code, notes, and snippets.

@cunnie
Created August 10, 2016 21:57
Show Gist options
  • Save cunnie/a4296233bec5163e948b6237baef9a35 to your computer and use it in GitHub Desktop.
Save cunnie/a4296233bec5163e948b6237baef9a35 to your computer and use it in GitHub Desktop.
`bosh` deployment output for Evan Brown to troubleshoot
bosh create-env evanbrown.yml -l <(lpass show --note deployments)
Deployment manifest: '/Users/cunnie/workspace/deployments/evanbrown.yml'
Deployment state: '/Users/cunnie/workspace/deployments/evanbrown-state.json'
Started validating
Downloading release 'bosh'... Skipped [Found in local cache] (00:00:00)
Validating release 'bosh'... Finished (00:00:01)
Downloading release 'bosh-google-cpi'... Skipped [Found in local cache] (00:00:00)
Validating release 'bosh-google-cpi'... Finished (00:00:00)
Validating cpi release... Finished (00:00:00)
Validating deployment manifest... Finished (00:00:00)
Downloading stemcell... Skipped [Found in local cache] (00:00:00)
Validating stemcell... Finished (00:00:00)
Finished validating (00:00:01)
Started installing CPI
Compiling package 'golang/1ad977ce1c6fdbf21485a79567ef3d8d4d280110'... Finished (00:00:14)
Compiling package 'bosh-google-cpi/65cba3f8e6bde9653cc68fd2c9733826be9c0224'... Finished (00:00:10)
Installing packages... Finished (00:00:02)
Rendering job templates... Finished (00:00:00)
Installing job 'google_cpi'... Finished (00:00:00)
Finished installing CPI (00:00:27)
Starting registry... Finished (00:00:00)
Uploading stemcell 'bosh-google-kvm-ubuntu-trusty-go_agent/3262.2'... Finished (00:01:05)
Started deploying
Creating VM for instance 'bosh/0' from stemcell 'stemcell-fbe94a39-7f24-4c9a-4c3c-ee7dd56e1829'... Finished (00:00:49)
Waiting for the agent on VM 'vm-39f3a5bb-3f77-495e-78a8-0f61512e54d2' to be ready... Failed (00:05:00)
Failed deploying (00:05:49)
Stopping registry... Finished (00:00:00)
Cleaning up rendered CPI jobs... Finished (00:00:00)
Deploying:
Creating instance 'bosh/0':
Waiting until instance is ready:
Starting SSH tunnel:
Failed to connect to remote server:
ssh: handshake failed: read tcp 10.0.9.30:60503->104.197.32.33:22: read: connection reset by peer
Exit code 1
@avirkar
Copy link

avirkar commented Mar 30, 2018

Did you ever find a solution for this issue??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment