You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
*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.
The text was updated successfully, but these errors were encountered:
you probably have to set a route: Check the "Issue 2 – Networking issues" paragraph in the following blogpost.
Thanks chombium for reply. Yes I have added the route as mentioned in your reply but still no luck. Still stuck with this isssue without any idea. In my mac verified the firewall, its also disabled.
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.
The text was updated successfully, but these errors were encountered: