Questions tagged [cf-bosh]

BOSH Outer Shell is an open source tool for release engineering, deployment, lifecycle management, and monitoring of distributed systems.

BOSH is an open source project originally created to orchestrate large Cloud Foundry installations, but now supports software deployments large and small.

BOSH provides automatic monitoring and recovery of services and supports all major Infrastructure as a Service (IaaS) providers.

Visit https://bosh.io to learn more.

109 questions
1
vote
0 answers

Cloud Foundry cf dev start unable to find VM IP address

I'm trying to setup a CF Dev environment on a remote virtual server running Ubuntu. After following the documentation on Github about CF DEV I come about the following issue. After the 60gb download is completed Cloud Foundry will try to start the…
Xigangxi
  • 11
  • 2
1
vote
1 answer

Getting deployment error while installing PCF Dev

I am trying to install pcf dev on local machine which have window 10 using below link. https://pivotal.io/platform/pcf-tutorials/getting-started-with-pivotal-cloud-foundry-dev/install-pcf-dev During installation I am getting below error in…
1
vote
1 answer

CF Bosh Director Multi-DC High Availability

I'm looking at a new architecture deployment of Cloud Foundry using multi-cpi with a single BOSH director deployment. If the BOSH director is deployed in DC-A and manages 2 vcenters, one in DC-A and the other in DC-B, if DC-A goes offline, what are…
Mike Cruz
  • 11
  • 1
1
vote
1 answer

Bosh Lite cf-deployment VirtualBox with MITM Proxy Certificate

I'm trying to deploy CF locally through a VirtualBox bosh-lite VM, but I'm running into the corporate proxy injecting a self signed certificate before reaching out to the internet. I've SSH'd into the box and added the CA to the trusted certs at the…
dardo
  • 4,870
  • 4
  • 35
  • 52
1
vote
1 answer

Expected to find a map at path '/instance_groups/name=bosh/jobs/uaa' but found '[]interface {}'

Trying to deploy BOSH director integrated with LDAP and running into problems. Here are my steps. Clone latest repository: git clone https://github.com/cloudfoundry/bosh-deployment Create vars file and populate it. Modify opsfile for ldap File:…
user2362699
  • 586
  • 6
  • 22
1
vote
1 answer

Concourse Bosh deployment on OpenStack creates VMs for workers with no persistent_disk key-value defined

I am doing a Concourse Bosh deployment on OpenStack, and I am having an issue where it assigns a volume for each worker and web instance even though I have not defined the key-value for persistent_disk on worker or web. As per bosh docs, the…
fsegui
  • 31
  • 6
1
vote
1 answer

Installing Bosh on Cloud foundry gives error

I am newbie to Cloud foundry and was looking for Autoscaling app in Opensource CF. After setting out research found that Bosh v2 provides this capability and now I am trying to install Bosh V2 on Linux machine using links…
Ashwitha
  • 21
  • 3
1
vote
1 answer

What is the difference of a cloudfoundry "service broker" and its "service broker worker"?

Most of the cloudfoundry service tiles install a service broker AND a service broker worker. I understand that the broker is receiving Service Broker API requests from the Cloud Controller (CC), and hosts the primary dashboard UI for all service…
Dirk Hoffmann
  • 1,444
  • 17
  • 35
1
vote
1 answer

Bosh CLI Expected to find a map at path '/applications/routes' but found '[]interface {}'

I get this error when I run the command: $ bosh int config.yml --path /applications/routes/route Expected to find a map at path '/applications/routes' but found '[]interface {}' Exit code 1 This is my config.yml file: applications: - buildpack:…
Melchia
  • 22,578
  • 22
  • 103
  • 117
1
vote
1 answer

Concourse external windows worker failed register through atc

I have spun up a bosh cluster on AWS, running a concourse deployment. For this I used a tool called concourse-up. I spun up a windows worker outside the created VPC of the cluster, and I am trying to register the worker through the atc but this step…
groenborg
  • 65
  • 8
1
vote
1 answer

SSH to bluemix from bosh and capture metrics

Has anyone tried connecting to IBM bluemix using bosh-cli. I am seeing performance issues in my requests and was going through this article on cloud foundry. I am planning to login to ssh to gorouter and monitor go-router CPU utilization. Can…
randominstanceOfLivingThing
  • 16,873
  • 13
  • 49
  • 72
1
vote
1 answer

Rename bosh deployment name

I would just like to rename the bosh deployment name. Is there a easy and safe way to change the name? Do I need to edit the bosh director database?
Johannes
  • 2,732
  • 5
  • 23
  • 32
1
vote
1 answer

Error connecting bosh CLI to the VM with virtualbox: Connection refused

I'm following the bosh quick-start to getting started with bosh. I have created the environment with the command bosh create-env (http://mariash.github.io/learn-bosh/#setup_bosh_environment) and everything seems fine. The problem is when I try to…
Marco Dima
  • 11
  • 1
1
vote
1 answer

What Bosh Deployment should be used for a local cluster?

My team is deploying an application using Cloud Foundry and Bosh (these tools are required by a party outside the dev team, so they're non-negotiable). We're not familiar with bosh, and we saw that there are a lot of options to deploy it. We need to…
Shuklaswag
  • 1,003
  • 1
  • 10
  • 27
1
vote
1 answer

Installing Bosh Lite on Windows 10

I tried following this guide to install bosh lite on my windows 10 machine: https://bosh.io/docs/bosh-lite If I download the bosh-cli-2.0.28-windows-amd64.exe and open it, it just opens up a command prompt and it immediately closes it. The second…
MaverinCode
  • 469
  • 1
  • 4
  • 15