CLI plugin for bosh to perform different deploying tasks in Ruby development stack.
Questions tagged [bosh-deployer]
26 questions
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…

Raj
- 11
- 1
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
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:…

user2109744
- 21
- 3
1
vote
2 answers
`bosh` gives me a `x509: cannot validate certificate` — how do I fix?
When I try to set my BOSH environment, I get an x509 error:
$ bosh env 192.168.50.4 lite
Fetching info:
Performing request GET 'https://192.168.50.4:25555/info':
Performing GET request:
Get https://192.168.50.4:25555/info: x509:…

Brian Cunnie
- 353
- 2
- 9
1
vote
1 answer
how to let bosh errand execute on existed vms
All,
I have an issue, how to let bosj errand on existed vms,
I have a vm deployed a mongodb, and i want to run some errand command in the vm, but i don't know how?
Do any one know this?
Director task 2121
Task 2121…

huangered
- 37
- 1
- 8
1
vote
1 answer
How to set environment variables with bosh?
Is there a convention or place in the deploy manifest to specify environment variables for machines? Or would I have to write a shell script to do this? If I have to do that, do I have to set them in a pre-job hook?

Breedly
- 12,838
- 13
- 59
- 83
1
vote
3 answers
Issues in deploying Cloud foundry with BOSHLite on laptop
$ bosh deploy
Acting as user 'admin' on deployment 'cf-warden' on 'Bosh Lite Director'
Getting deployment properties from director...
Unable to get properties list from director, trying without it...
Release 'cf' not found on director. Unable to…

mgcera
- 11
- 2
1
vote
1 answer
How to use BOSH lite as a developer?
I've been tasked with updating some BOSH scripts/jobs/what have you, and developing them is costing me a heck of a lot of time.
I finally was keyed into using BOSH lite, but I only really see how to deploy CloudFoundry to the BOSH lite…

Breedly
- 12,838
- 13
- 59
- 83
1
vote
1 answer
How to name a BOSH release tarball?
Using: bosh create release --final --with-tarball --version
I get a package with the name .tgz.
However, it's not named as I desire and since the documentation is lacking in the use of the command line, and I…

Breedly
- 12,838
- 13
- 59
- 83
0
votes
1 answer
Elastic run times - Cloud foundry
We have two API end points,
One for development environment - a.b.c.org.cloud
Another for POConcept environment - x.y.x.org.cloud
We use apps mgr, to view an API end point, that has its own organisation and space.
Each elastic runtime has diego…

overexchange
- 15,768
- 30
- 152
- 347
0
votes
1 answer
How to access the IP of my other instance inside my app when configure for multiple instances
Im going to deploy my application in BOSH and cluster it with n number of nodes.
E.g., 2 So in my app, when I deploy the app in my manifest.yml I have defined below.
So it starts at 10.244.15.21 and next node starts in 10.244.15.22 when give…

Ushani
- 1,199
- 12
- 28
0
votes
2 answers
Is there a way to use Bosh to handle an app deployed on a local cluster without an IaaS?
I have a cluster of local machines, and I would like to deploy a web app on it using Bosh. However, the Bosh documentation appears to show a lack of options if you do not use a popular IaaS.
Is there a way around this?

Shuklaswag
- 1,003
- 1
- 10
- 27
0
votes
1 answer
Unable to create bosh release
I am unable to create a bosh release from learn-bosh-release tutorial given here
Getting the following error:
vagrant@bosh-lite:~/workspace/learn-bosh-release$ bosh create release
Syncing blobs...
/usr/lib/ruby/2.0.0/fileutils.rb:349:in `symlink':…

akskap
- 803
- 6
- 12
0
votes
1 answer
Error during bosh deploy: "Arguments are not correct, details: 'expected string value for member 1 of key values of member 1 of option filters"
I try to deploy simple example. I didn't change anything except warden.yml file. So, I tried to deploy it to AWS and use elastic IP, so I can access the server with specific IP.
When I deploy it I receive:
Director task 67
Deprecation: Ignoring…

Vitalii Zinchenko
- 97
- 1
- 4
0
votes
1 answer
Error 100: Unable to render instance groups for deployment
I am deploying Cloud Foundry using bosh. I have completed following things:
Spinning up Director VM
Setting up bosh target
Creating Manifest Stub
Uploading bosh release
Currently I am stuck at bosh deploy.
ubuntu@bosh:~/my-bosh/cf-release$ bosh…

user2109744
- 21
- 3