cloudfoundry / bosh-deployment

Collection of BOSH manifests referenced by cloudfoundry/docs-bosh
Apache License 2.0
134 stars 232 forks source link

Creating VirtualBox Director VM error when downloading tarball from s3 #436

Closed kmarkwardt-vmware closed 2 years ago

kmarkwardt-vmware commented 2 years ago

Trying to create a local bosh director VM and getting the following error.

Following steps from https://bosh.io/docs/bosh-lite/

Running Step 4 below.

○ → bosh create-env ~/workspace/bosh-deployment/bosh.yml \
>   --state ./state.json \
>   -o ~/workspace/bosh-deployment/virtualbox/cpi.yml \
>   -o ~/workspace/bosh-deployment/virtualbox/outbound-network.yml \
>   -o ~/workspace/bosh-deployment/bosh-lite.yml \
>   -o ~/workspace/bosh-deployment/bosh-lite-runc.yml \
>   -o ~/workspace/bosh-deployment/uaa.yml \
>   -o ~/workspace/bosh-deployment/credhub.yml \
>   -o ~/workspace/bosh-deployment/jumpbox-user.yml \
>   --vars-store ./creds.yml \
>   -v director_name=bosh-lite \
>   -v internal_ip=192.168.56.6 \
>   -v internal_gw=192.168.56.1 \
>   -v internal_cidr=192.168.56.0/24 \
>   -v outbound_network_name=NatNetwork
Deployment manifest: '/Users/kmarkwardt/workspace/bosh-deployment/bosh.yml'
Deployment state: './state.json'

Started validating
  Downloading release 'bosh'...

 Failed (00:01:31)
Failed validating (00:01:40)

Failed to download from 'https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-272.5.0-ubuntu-bionic-1.88-20220610-094953-081376574-20220610094954.tgz':
  Unable to download:
    Performing GET request:
      Get "https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-272.5.0-ubuntu-bionic-1.88-20220610-094953-081376574-20220610094954.tgz": Creating SOCKS5 dialer: get host key: dial tcp 35.184.121.184:22: i/o timeout

Exit code 1
kmarkwardt-vmware commented 2 years ago

I had the global variable proxy set due to other work, this is working now, closing the issue