Hi Everyone,
I am very new to Cloud Foundry. I am deploying the cloud foundry in my local Mac OS 13.3 Ventura laptop using Bosh lite. I am following the below link's instructions to deploy.
https://bosh.io/docs/bosh-lite/
-
I have installed the bosh-cli using brew install (brew install cloudfoundry/tap/bosh-cli) and installed version is version 7.6.1.
-
Additionally installed openssl .(brew install openssl)
-
Downloaded and installed the latest Virtual Box 7.0.18 and its Extension Pack.
-
Installed the Director VM
git clone https://github.com/cloudfoundry/bosh-deployment ~/workspace/bosh-deployment
-
While executing the below command (bosh create-env ), I am getting the Below Timeout Error and unable to proceed.
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
*Below Error I am getting. While executing the above command (bosh create-env )
Deploying:
Creating instance 'bosh/0':
Waiting until instance is ready:
Post "https://mbus:@192.168.56.6:6868/agent": dial tcp 192.168.56.6:6868: i/o timeout
Exit code 1
I have uninstalled and re installed the Virtual Box multiple Times but no luck.
Do we need to configure any network in Virtual Box. Please help me to proceed further.
Thanks.
Hi Everyone,
I am very new to Cloud Foundry. I am deploying the cloud foundry in my local Mac OS 13.3 Ventura laptop using Bosh lite. I am following the below link's instructions to deploy.
https://bosh.io/docs/bosh-lite/
I have installed the bosh-cli using brew install (brew install cloudfoundry/tap/bosh-cli) and installed version is version 7.6.1.
Additionally installed openssl .(brew install openssl)
Downloaded and installed the latest Virtual Box 7.0.18 and its Extension Pack.
Installed the Director VM
git clone https://github.com/cloudfoundry/bosh-deployment ~/workspace/bosh-deployment
While executing the below command (bosh create-env ), I am getting the Below Timeout Error and unable to proceed.
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
*Below Error I am getting. While executing the above command (bosh create-env )
Deploying:
Creating instance 'bosh/0':
Waiting until instance is ready:
Post "https://mbus:@192.168.56.6:6868/agent": dial tcp 192.168.56.6:6868: i/o timeout
Exit code 1
I have uninstalled and re installed the Virtual Box multiple Times but no luck.
Do we need to configure any network in Virtual Box. Please help me to proceed further.
Thanks.