【发布时间】:2018-01-26 11:44:13
【问题描述】:
我关注了documentation,它提供了在 AWS 上创建 BOSH 环境的说明。
按照文档中的定义设置必要的AWS resources后,在创建BOSH环境(使用boshcreate-env bosh-deployment/bosh.yml...)时,遇到以下问题。
Started deploying
Creating VM for instance 'bosh/0' from stemcell 'ami-1974417c light'... Finished (00:00:37)
Waiting for the agent on VM 'i-00a10b77ed4c4083d' to be ready... Failed (00:08:43)
Failed deploying (00:09:20)
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:
Starting SSH tunnel:
Failed to connect to remote server:
dial tcp 10.0.0.6:22: getsockopt: connection timed out
Exit code 1
在我的 AWS 账户中,我发现 bosh/0 VM 已成功创建,但在等待创建的 VM 上的代理时它失败了。
我该如何解决这个问题?
【问题讨论】:
标签: amazon-web-services cloud-foundry cf-bosh