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

SSH tunnelling through a proxy to run BOSH commands on the remote server

I'm trying to write a non-interactive script which will create a tunnel to a remote machine through a proxy. I have created a tunnel only to a specific port that is: 25555. ssh -L localhost:25555:$BOSH_TARGET ubuntu@$PROXY -i id_rsa -o…
Adnan S
  • 1
  • 6
0
votes
0 answers

Bosh Concourse error when trying to add external workers | failed to configure SSH server: ssh: no key found

We are having a hard time setting up the cluster for an external worker. I think we don't understand all of the SSH keys that need to be created manually and exchanged. The TSA job errors with failed to configure SSH server: ssh: no key found. here…
0
votes
1 answer

Inject multiline environment variable into BOSH deployment property

Assuming I have a BOSH deployment name: some-name director_uuid: some-uuid releases: compilation: .... resource_pools: ... networks: ... jobs: - name: deployment_name instances: 1 templates: resource_pool: ... networks: .. …
maryoush
  • 173
  • 1
  • 12
0
votes
1 answer

How bosh set the vm network in vsphere environment?

I am learning the bosh and cloudfoundry , I am curiosity about the vm network setting in the vsphere. How the bosh setup the network (ip, gateway) for the vm in the vsphere. i know the bosh will fire a bosh-agent/nats-agent in the target vm to…
huangered
  • 37
  • 1
  • 8
0
votes
0 answers

the program bosh is currently not installed

After successfully running: $ sudo gem install bosh_cli --no-ri --no-rdoc I receive the message The program 'bosh' is currently not installed. You can install it by typing: sudo apt install bosh However, I verified that it is installed,…
CtC
  • 54
  • 3
0
votes
0 answers

Geting error while deploying CF over Bosh

Getting the following error while deploying CF over bosh Deploying Director task 17 Deprecation: Ignoring cloud config. Manifest contains 'networks' section. Started preparing deployment > Preparing deployment. Done (00:00:00) Error 100: Unable to…
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
2 answers

Is there any way to skip ssl validation on bosh-cli v2?

Is there any way to skip ssl validation on bosh-cli v 2.0 like bosh 1.0: $ bosh target http://.... --skip-ssl-validation
kukgini
  • 3
  • 4
0
votes
3 answers

How to resolve unresponsive/failing bosh-lite cloud foundry vms?

I am (trying to!) learn Cloud Foundry using bosh-lite on a MacBook Pro. I manage to get it running however every time after starting from scratch it stops working, I suspect this is associated with stopping the [virtualbox] VM / putting the laptop…
Jinxed NZ
  • 35
  • 6
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…
0
votes
3 answers

Cloud Founry Loggregator failed to establish a connection

Good Morning, I have a problem with cf doppel. Using cf logs app --recent I got an error cf logs app FAILED Error dialing trafficcontroller server: read tcp 10.0.0.6:45719->139.25.25.233:4443: i/o timeout. Please ask your Cloud Foundry Operator…
Stburcher
  • 64
  • 12
0
votes
2 answers

How to execute the command after sudo su

I need to execute "monit restart haproxy" command after sudo su. This is my script.sh sudo su monit restart haproxy. Here if i will execute the script.sh file then it will hang and it is not executing the monit restart haproxy command. Any idea?
ishwar
  • 444
  • 7
  • 20
0
votes
1 answer

Using Cloud Foundry BOSH Command in script

I am using BOSH 1.3232.0, and I want to use bosh commands in sh script. below is my script file. but When I execute it I get command not found error. #!/bin/bash echo "Hello World...!" bosh target Output Hello World...! test.sh: 3: bosh target:…
0
votes
1 answer

bosh_cli gem conflicts with other version

I was using bosh_cli version 1.3071.0 and recently I installed latest version of bosh_cli 1.3262.4.0. Now when launch bosh command it is giving ubuntu@vik-test-inception:~/.gem/specs$ bosh --version Failed to load plugin…
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133
0
votes
1 answer

bosh deploy error Error 190014

my bosh version is 1.3232.0 my platform is vsphere, i search the google and bosh site, it may relate to the cloud-config opt-in. but i have no idea anymore. I create own mongodb release, when Upload the manifest, it throws Error 190014 Director task…
huangered
  • 37
  • 1
  • 8