Skip to content

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

@kk1726

Description

@kk1726

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions