Questions tagged [bosh]

BOSH is an open-source software project that offers a toolchain for release engineering, software deployment and application lifecycle management of large-scale distributed services.

BOSH is a project that unifies release engineering, deployment, and lifecycle management of small and large-scale cloud software. BOSH can provision and deploy software over hundreds of VMs. It also performs monitoring, failure recovery, and software updates with zero-to-minimal downtime.

It is an open source software project written in Ruby, Go and Bash and one of the core component of Cloud Foundry.BOSH and its IaaS-specific Cloud Provider Interfaces (CPIs) are what let PCF run on multiple IaaSes.

Reference :

11 questions
1
vote
1 answer

How to access a key value pair secret from AWS Secrets Manager, in concourse?

I have a concourse environment deployed using bosh. It is configured with AWS Secrets Manager. The pipeline secret template is of the form /concourse/{{.Team}}/{{.Secret}} I have a secret /concourse/team1/general created in AWS Secrets Manager…
1
vote
1 answer

CF Bosh Director Multi-DC High Availability

I'm looking at a new architecture deployment of Cloud Foundry using multi-cpi with a single BOSH director deployment. If the BOSH director is deployed in DC-A and manages 2 vcenters, one in DC-A and the other in DC-B, if DC-A goes offline, what are…
Mike Cruz
  • 11
  • 1
1
vote
0 answers

Getting BOSH to run on converse with cross-origin resource sharing

I am trying to setup converse on my website with BOSH, using an Apache web server. Currently, I am getting the following error: Access to XMLHttpRequest at 'http://localhost:7070/' (redirected from 'http://localhost/http-bind') from origin…
0
votes
0 answers

TKGI - How to restart Bosh Director by SSH in to Bosh VM

I am using TKGI to deploy my applications on Clusters. Suddenly we lost access to our Clusters, We are successfully able to login to TKGI but when we try to get credentials for a specific cluster, by executing the following command. pks…
0
votes
1 answer

Unsupported Protocol Scheme Bosh Deployment

i am new to Bosh and trying to create my first release.However,when deploying the created release i am getting this error message.I also tried to download a release published by the community and get it running but i am getting the same error…
Spacehead
  • 21
  • 5
0
votes
1 answer

Ejabberd Server Application CPU Overload

We have build Ejabberd in AWS EC2 instance and have enabled the clustering in the 6 Ejabberd servers in Tokyo, Frankfurt, and Singapore regions. The OS, middleware, applications and settings for each EC2 instance are exactly the same. But currently,…
0
votes
1 answer

awk quoting program text

if I run: awk '/-jar org.eclipse.osgi.jar --launcher.suppressE/ {print "-Dcom.abc.service.gw.enableValidation=false \\"}1' rest_gw.sh >> new_gw.sh the command inserts a new line above line -jar org.eclipse.osgi.jar…
james
  • 132
  • 12
0
votes
1 answer

environmental variables in bosh deployment

I would like for a job J from a release R in a bosh deployment to start with a certain environmental variable E set, which is not available in the job's properties for configuration Can this be specified in the deployment file or when calling the…
Chirlo
  • 5,989
  • 1
  • 29
  • 45
0
votes
1 answer

BOSH CLI Expected to find a map at path ... but found '[]interface {}'

Very similar to another question, but there are slight differences. Tried the accepted answer and still no luck. I get this error when I run the command: bosh -d prometheus deploy -n pfg-prometheus-boshrelease/manifests/prometheus.yml -o…
Austin L
  • 336
  • 1
  • 17
0
votes
1 answer

Prometheus error: couldn't load configuration. Found multiple scrape configs

As the title says, I have ran into a prometheus exception and cannot figure out how to fix it. We use a BOSH deployment like so: bosh -d prometheus deploy -n prometheus.yml \ -o prometheus-boshrelease/manifests/operators/monitor-concourse.yml \ -o…
Austin L
  • 336
  • 1
  • 17
0
votes
1 answer

How can I install the p-rabbitmq service on my local pcfdev?

I am running the pcfdev v11.2.0 locally on my laptop. When I try to list the marketplace it is empty. $ cf marketplace Getting services from marketplace in org cfdev-org / space cfdev-space as admin... OK No service offerings found I understand…
ZeroGraviti
  • 1,047
  • 2
  • 12
  • 28