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
2 answers

consul-boshrelease deployment errors

I followed their readme: https://github.com/cloudfoundry-community/consul-boshrelease/ Result: Deploying --------- Director task 1990 Deprecation: Ignoring cloud config. Manifest contains 'networks' section. Started preparing deployment >…
vcardillo
  • 1,646
  • 3
  • 24
  • 29
1
vote
2 answers

Update BOSH releases using knit

I am using different BOSH releases, i.e., the jumpbox-boshrelease which I adapted to my requirements. These releases have to be maintained. For this, I want to download the updates from the community release and merge my own modifications into this…
muehsi
  • 588
  • 3
  • 19
1
vote
1 answer

BOSH: Manually set director_uuid in deployment manifest

I am performing the tutorial learn bosh and got a question concerning step Set Deployment Manifest. Why do I have to set the director_uuid manually in the deployment manifest (which I then upload to the very same director)? Is this a security…
muehsi
  • 588
  • 3
  • 19
1
vote
0 answers

Set up Concourse 2.6 with Bosh and Github authentication

I'm attempting to set up Concourse (previously I used 1.4.1, but that wasn't working, so I'm trying the latest version, 2.6) with Github authentication. I'm following the instructions exactly to do a bosh deployment, and everything seems to work,…
Chris Burrus
  • 347
  • 3
  • 11
1
vote
1 answer

Team permissions with UAA and BOSH

I have a Bosh Directory connected to UAA. What I want to do is restrict the access to the Director for teams that should have access only to their releases. Therefore I want to use the Teams in UAA. Now I have the following problem with UAA and…
Michael Lihs
  • 7,460
  • 17
  • 52
  • 85
1
vote
1 answer

bosh upload release invalid domain name

I am new to Cloud Foundry: I am uploading release to bosh director vm but it gets failed at this point: Started creating new packages > nodejs-buildpack/8a59261cda360607b665bdf4bf93f25e0edb7352. Failed: Failed to upload blob, code 1, output:…
1
vote
2 answers

bosh Invalid SSL Cert

I've installed Pivotal's Ops Manager. When I try to point bosh at it's director I get: $ bosh target 10.120.7.11 Target set to 'p-bosh' Invalid SSL Cert. Use --ca-cert option when setting target to specify SSL certificate The certs were generated…
Neil H Watson
  • 1,002
  • 1
  • 14
  • 31
1
vote
1 answer

BOSH hadoop-release error

I'm trying to deploy hadoop-release in my BOSH-lite on local VM, while deploying i'm getting Error while reserving job: PG:: Error: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting …
BruceWayne
  • 3,286
  • 4
  • 25
  • 35
1
vote
1 answer

BOSH working with Dynamic IP Addresses

What's the best way to work with dynamic IP addresses with BOSH? Currently we're setting static IP addresses for each machine we want to use, but we only really care that one of those VMs has a static IP address. Is there a way to get information…
Breedly
  • 12,838
  • 13
  • 59
  • 83
1
vote
1 answer

Adding binaries to path with BOSH

This seems like it should be done in the packaging phase of a job, but the documentation does it in the job's control script. However when I ssh into the machine the binaries I added to the path are not in the path anymore.
Breedly
  • 12,838
  • 13
  • 59
  • 83
1
vote
0 answers

"bosh deploy" failed and reporting "Fetching package blob: Getting blob from inner blobstore: SHA1 mismatch."

I am deploying Cloud Foundry on VirtualBox on my MacBook Pro with a 8G memory. By default, the VirtualBox will start a "bosh-lite_default_xxxxxxx" VM with more than 6G base memory and 4 CPU processors. However, this setting will lead my Mac hang…
1
vote
1 answer

how to provide more broker users in bosh-release-rabbitmq

I would like to use CF release of rabbit-mq and provide more BOSH release/deployment defined broker users ( for sake of tracing issues) Is there a way to provide so ? Currently i'm using stock…
maryoush
  • 173
  • 1
  • 12
1
vote
0 answers

BOSH MySql Deployment timeout error

I am trying to install the MySql deployment using bosh deployment manifest by configuring VIP network. I could execute the bosh mysql deployment without any error but in the final stage of deployment i am getting the timeout error(Error 450002:…
DIVA
  • 549
  • 2
  • 11
  • 34
1
vote
1 answer

CloudFoundry Deployment with Bosh

I am trying to deploy cloud foundry with Bosh. I am following this: http://kendrickcoleman.com/index.php/Tech-Blog/from-zero-to-cloud-foundry-on-vsphere-part-3-deploy-cloud-foundry-with-bosh.html and…
user1076412
  • 317
  • 2
  • 5
  • 12
1
vote
1 answer

Deploying cloud foundry with BOSH - what does a "bosh delete deployment" clean up?

We've just gone through the process of deploying a multi node (34 nodes) cloud foundry using BOSH, with a few hiccups along the way. One in particular was that it took us several "bosh deploy" runs to get through the initial compilation steps. …
Cornelia Davis
  • 221
  • 1
  • 10