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

Cloud Foundry cli i/o timeout

I was able to successfully deploy BOSH and CF on GCP. I was able to install the cf cli on my worker machine and was able to cf login to the api endpoint without any issues. Now I am attempting to deploy a python and a node.js hello-world style…
glux
  • 532
  • 7
  • 23
0
votes
1 answer

Quota 'CPUS' exceeded

I'm following the Cloud Foundry BOSH Fundamentals LiveLessons on Safari. I've deployed BOSH via bbl into GCP. I'm using a free trial account which gives me 8 vCPUs. So far I'm using two: one for Director, one for the jumpbox. I'm trying to deploy…
vanjan
  • 181
  • 4
0
votes
1 answer

HAProxy boshrelease + Docker boshrelease linking

I'm using the HAProxy boshrelease and the Docker boshrelease in the bosh release. I'm trying to link them, but nothing I tried yet worked. In the HAProxy config section, I'm using the tcp_link_port, but this does not work, obviously. Does anyone…
Oweia
  • 57
  • 6
0
votes
2 answers

BOSH Director Installation fails on vSphere

This is my first BOSH installation for PKS. Environment: vSphere 6.5 with VCSA 6.5u2, OpsMgr 2.2 build 296 bosh stemcell vsphere-ubuntu-trusty build 3586.25 Using a flat 100.x network, no routing/firewall involved. Summary - After deploying…
aaaaarrrgghhh
  • 397
  • 5
  • 16
0
votes
2 answers

Getting error in concourse hijack: Backend error: Exit status: 500

I am getting below error while working on concourse: hijack: Backend error: Exit status: 500, message: {"Type":"","Message":"runc exec: exit status 1: exec failed: container_linux.go:264: starting container process caused \"exec: …
0
votes
1 answer

cf create-service-broker fails with connection refused

I'm experimenting with CF in my local bosh-lite setup. The apps that I deploy into if work well. I am now trying to follow the steps here https://github.com/cf-platform-eng/cf-community-workshop/blob/master/demos/service-broker-lab.adoc to try out…
Sergey Shcherbakov
  • 4,534
  • 4
  • 40
  • 65
0
votes
1 answer

Unable to set password for the MySQL "root" user: An error occurred while setting the password for the MySQL administrative user

Recently, I tried to install mysql-server in a BOSH Lite job container which uses Ubuntu Trusty as the base OS image. I used the following set of shell commands in my job control script. DB_PASSWORD=root DB_USERNAME=root # set and export…
Chiranga Alwis
  • 1,049
  • 1
  • 25
  • 47
0
votes
1 answer

"bosh create-env concourse-lite.yml" fails while Creating VM for instance 'concourse/0' from stemcell

I am trying to spin up Concourse using "bosh create-env concourse-lite.yml". I am using a VM with Ubuntu to setup Concourse. Below are the sytem details and the command output. Distributor ID: Ubuntu Description: Ubuntu 16.04.3 LTS Release: …
Srbh
  • 1
  • 1
0
votes
1 answer

Cloud Foundry quantum state - organization simultaneously exists and fails to exist

I have a barebones Cloud Foundry instance running on BOSH-Lite, and I am running into an absolutely puzzling situation. Cloud Foundry claims that I have no org. When I try to create the org, Cloud Foundry claims the org already exists. When I try to…
Shuklaswag
  • 1,003
  • 1
  • 10
  • 27
0
votes
1 answer

How to copy multiple template files in BOSH?

In Bosh Job Spec files you can list templates to be copied, like this. templates: ctl.sh: bin/ctl config.json: config/config.json Is there a way to copy multiple files maybe using a wildcard or somthing? A way like this... templates: *.sh:…
Bee
  • 12,251
  • 11
  • 46
  • 73
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

Can I install Bosh-Lite on an Openstack VM without using Virtualbox?

Doubt: Can Bosh-Lite be deployed on an OpenStack VM without using Virtualbox ? Use Case: Want to have a Bosh-Lite setup that can be used by CI systems I am not sure if Bosh-Lite can be directly installed on an OpenStack VM or I need to setup…
akskap
  • 803
  • 6
  • 12
0
votes
1 answer

error deploying CF on Openstack using bosh : "SecurityGroupNotFound\"

I am trying to deploy CF on openstack using bosh . I am following the documentation https://bosh.io/docs/init-openstack.html When I execute : bosh create-env bosh-deployment/bosh.yml --state=state.json \ --vars-store=creds.yml -o…
Gwr
  • 65
  • 6
0
votes
1 answer

Access bosh-lite from remote machine

I install a bosh-lite on my physical machine1, and then I want to use boshcli to access the bosh director on another machine2. machine2 and machine1 can connected. I tried to use iptables snat ,but not work. How to do it?
qibobo
  • 463
  • 1
  • 5
  • 13