Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudfoundry Deployment on My Mac Laptop OS 13.3 Ventura using Bosh lite gives Error.Please Help me to resolve. #1187

Open
kk1726 opened this issue Jun 27, 2024 · 2 comments

Comments

@kk1726
Copy link

kk1726 commented Jun 27, 2024

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/

  1. I have installed the bosh-cli using brew install (brew install cloudfoundry/tap/bosh-cli) and installed version is version 7.6.1.

  2. Additionally installed openssl .(brew install openssl)

  3. Downloaded and installed the latest Virtual Box 7.0.18 and its Extension Pack.

  4. Installed the Director VM
    git clone https://github.com/cloudfoundry/bosh-deployment ~/workspace/bosh-deployment

  5. 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.

@chombium
Copy link
Contributor

Hi @kk1726,

you probably have to set a route: Check the "Issue 2 – Networking issues" paragraph in the following blogpost.

@kk1726
Copy link
Author

kk1726 commented Jul 1, 2024

Hi @kk1726,

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.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants