Closed Amit-PivotalLabs closed 6 years ago
This may be due to an issue with the BOSH CLI (https://github.com/cloudfoundry/bosh-cli/issues/432), hopefully nothing to do with the CPI or the IaaS setup.
Hi @Amit-PivotalLabs, maybe. In https://github.com/cloudfoundry/bosh-cli/issues/432 with debug log level, we saw the bosh cli stall on the first http request to the bosh director.
It appears this was an issue in the BOSH CLI which has been fixed as of v4.0.1 of the CLI.
Hi,
I am unable to successfully run
bosh create-env
to deploy a Director on the Alibaba Cloud, and am not sure how to debug further.Failure
The following appears to hang forever:
The debug logs seems to be stuck at the following:
Versions and Modifications
I downloaded
os-conf
release,bosh
release, and the stemcell, and replaced the URLs withfile:///...
paths since the downloads were very slow. Furthermore, I had to modify thebosh-alicloud-cpi
release as per #36 and built a dev release, so I removed theversion
andsha1
for that release and replaced theurl
with also afile:///...
path:Additional Logs
I can SCP
bosh.pem
onto my jumpbox, SSH to my jumpbox, and from there I can SSH onto the machine created bybosh create-env
, and see that in/var/vcap/bosh/log/current
there's a lot of the following:If I run
curl
from that VM, I see:However, if I run it locally, I see:
IaaS Setup
I have a VPC in US Silicon Valley with CIDR
192.168.0.0/16
. I have an Ubuntu 16.04 VM with security enabled which I spun up manually through the Aliyun console to serve as my jumpbox. I gave it an Elastic IP, and it has a security group that allows me to SSH into it. I created another security group which allows all inbound TCP traffic from192.168.0.0/16
with the idea of applying this SG to the Director so it can receive connections proxied through the jumpbox.Other Variations
I've tried a handful of variations with no real improvement in progress:
BOSH_ALL_PROXY=socks5://localhost:9999
Any suggestions on how to get further?
/cc @cppforlife @evanfarrar