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
0
votes
1 answer

Is job affinity possible with BOSH?

Say I want to deploy Mesos. Mesos has a dependency on Zookeeper. How can I create an affinity between the two jobs with BOSH. Ideally I would be able to have my Mesos job spin up and know which instance of Zookeeper it should be talking to and how…
Breedly
  • 12,838
  • 13
  • 59
  • 83
0
votes
1 answer

Stuck in "bosh deploy" step of bosh-lite - keytool maxes out on bosh-lite to ~ 99% cpu time

Following all the prescribed steps, I am stuck with bosh deploy on my bosh-lite vagrant vm using the virtualbox provider : Started creating missing vms Started creating missing vms > consul_z1/0 (76a9bb67-d3b0-4e0d-be8b-118487e896d8) Started…
ZeroGraviti
  • 1,047
  • 2
  • 12
  • 28
0
votes
0 answers

How to solve bosh API version issue?

I have deployed cloud foundry in my local machine.I am able to set the target and able to deploy services.I have followed the following link to deploy services https://github.com/cloudfoundry-community/cf-services-contrib-release .But when I am…
vimal mishra
  • 1,087
  • 2
  • 12
  • 32
0
votes
1 answer

Please choose the bosh deployment

I am working on bosh deployment deletion script I follow following step bosh -u $BOSH_USERNAME -p $COMMON_PASSWORD target $BOSH_PRIVATE_IP bosh login $BOSH_USERNAME $COMMON_PASSWORD bosh -n delete deployment cf-$SUBDOMAIN --force Upto this point…
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133
0
votes
1 answer

Create a Deployment Manifest failed on OSX for Cloud Foundry on BOSH-Lite

I am following this doc to deploy Cloud Foundry on my OSX on VirtualBox - http://docs.cloudfoundry.org/deploying/boshlite/create_a_manifest.html When executing ./scripts/generate-bosh-lite-dev-manifest I got the following prints in…
0
votes
1 answer

Can only target Bosh Lite Director. Please use 'bosh target' before running this script

I installed Cloud Foundry using bosh/microbosh. Now I am trying to install Cloud Foundry Admin UI using the admin-ui-boshrelease While running ./make_manifest warden, I am getting error: Can only target Bosh Lite Director. Please use 'bosh target'…
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133
0
votes
1 answer

Cloud Foundry bosh Error 100: Can't find network

I'm attempting to setup a service broker to add postgres to our Cloud Foundry installation. We're running our system on vmWare. I'm using this release in order to do that: cf-services-contrib-release I need to setup the networks: section in the…
bluethundr
  • 1,005
  • 17
  • 68
  • 141
0
votes
1 answer

How to install bosh-lite cf-release and cf-mysql-release

I've got a local bosh-lite setup and thigs look good: $ bosh deployments Acting as user 'admin' on 'Bosh Lite Director' +-----------+------------+--------------------------------------------------+--------------+ | Name | Release(s) |…
DaShaun
  • 3,722
  • 2
  • 27
  • 29
0
votes
1 answer

Bosh CEPH Blobstore

My team wants to store the blobs for our BOSH release in a remote blobstore. However we have an internal CEPH / Rados store that we want to use. I know that Rados has S3 compatible interfaces so I was wondering how I could enable this as the final…
Erik Nguyen
  • 839
  • 1
  • 6
  • 21
0
votes
1 answer

BOSH doesn't recognize deleted VM

I'm working with BOSH on Openstack. I called bosh -n deploy to have BOSH update an existing deployment. The update required some slave machines to be brought down. As far as I can tell on the Openstack Horizon Web GUI and through command line calls…
Erik Nguyen
  • 839
  • 1
  • 6
  • 21
0
votes
1 answer

what does cloud foundry do that I can't do with Bosh

My company has been using Bosh for deploying and managing applications. My boss has asked me to deploy Cloud Foundry. My understanding is that cloud foundry works by running bosh scripts in the background. My question is, is there anything i really…
user889829
  • 388
  • 2
  • 7
  • 20
0
votes
1 answer

Change deployment for bosh (using bosh-lite) and CloudFoundry

I am using bosh-lite to try out cloud foundry. I have two deployments: $ bosh deployments +---------------------+-----------------------+-------------------------------------------------+ | Name | Release(s) | Stemcell(s) …
user152468
  • 3,202
  • 6
  • 27
  • 57
0
votes
1 answer

Trying to install bosh lite, not able to set the target

bosh target 192.168.50.4 lite Usage: target [] [] [--ca-cert FILE] $ bosh status Config /Users/laled/.bosh_config Director not set Deployment not set
0
votes
1 answer

bosh deploy get uninitialized constant Fog::AWS::CredentialFetcher (NameError)

I am try deploy stcemcells by use bosh micro. I have a stemcell bosh-stemcell-2719.2-openstack-kvm-centos-go_agent.tgz and a deploy file micro_bosh.yml they are in same folder "my-micro-deployment" my deploy file micro_bosh.yml's content is in…
0
votes
1 answer

Chef cookbooks with BOSH

I am trying to use Chef cookbooks with BOSH deployment. Is it possible to install BOSH packages using Chef cookbooks? If yes, is there any blog which lists the specific steps for it?