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

Upload Stem Cell Error - Keystone connection timed out

I am getting a connection timeout error while uploading the stemcell to bosh director. I am using bosh cli v2. The following is myerror logs. > bosh -e sdp-bosh-env upload-stemcell…
3
votes
1 answer

How to enforce v2 bosh manifests?

I understand from experience and the documentation that bosh directors (v257+) do not enforce v2 manifests by default. Moreover, I understand that a team admin cannot update the cloud-config. However, when using a v1 manifest, a team admin can…
ottenwbe
  • 41
  • 4
2
votes
1 answer

"Failed to connect to bus: No such file or directory" in Bosh lite

I am running Bosh lite on my machine where I deployed a Patroni cluster on three garden container running on Ubuntu 16.04 Stemcell. I created a systemd service and I would like to use it in this test environment, but I cannot start it. The problem…
Salvatore D'angelo
  • 1,019
  • 3
  • 14
  • 39
2
votes
3 answers

Cloudfoundry: Restage an application without downtime

I googled more time but lost. Expecting an answer or ideas to solve this. cf restart-app-instance helps for restarts but I have to restage for environment variable updates. Is there any way to do instance level restage in Cloudfoundry? PS: I even…
2
votes
1 answer

Can we limit the CPU resources for containers running on PCF?

As we can limit the CPU resources for the containers on Docker (--cpus cmd) as well as Kubernetes (-cpulimit) platform. Is there any way to limit the CPU for application running on PCF?
sush
  • 95
  • 2
  • 8
2
votes
2 answers

Need to Install Concourse(CI/CD) on windows system

I need to install Concourse(CI/CD) on my Local windows machine Below process I followed : Install Bosh on local system. It was successfully install and while executing command at command prompt then it show version all "bosh" -- "version…
Ajay Jirati
  • 171
  • 12
2
votes
1 answer

Concourse: Upload to artifactory fails with curl error (outstanding read data remaining)

I want to automatically discover new stemcell versions on pivnet, download them from pivotal network and upload them to a local artifactory. However, the upload (to artifactory) task fails with the following error: % Total % Received % Xferd …
muehsi
  • 588
  • 3
  • 19
2
votes
1 answer

'Failed to connect to remote server: dial tcp ...: getsockopt: connection timed out' when initializing BOSH environment on AWS

I followed the documentation which provide instructions to create a BOSH environment on AWS. After setting up the necessary AWS resources as defined in the documentation, when creating the BOSH environment (using bosh create-env…
Chiranga Alwis
  • 1,049
  • 1
  • 25
  • 47
2
votes
3 answers

How to set a proxy on bosh-cli

I'm trying to upload a bosh release into the director. I use a Virtualbox environment and I'm behind a corporate proxy. Even when I've tried to set the proxy with export https_proxy=http://myproxy:3128 or with export…
user3876986
  • 101
  • 2
  • 10
2
votes
1 answer

Cloud Foundry deployment with Bosh error - "Unable to get deployment lock, maybe a deployment is in progress. Try again later."

I have cloud foundry deployed on azure machines using bosh. For adding another node to the cluster I made changes in the cloud foundry deployment manifest file and redeployed cloud foundry using bosh deploy. The deployment failed in-between but bosh…
doit
  • 109
  • 5
2
votes
1 answer

How can I deploy a BOSH Director on BOSH Lite

I'm currently trying to install a BOSH Director on BOSH Lite - it's clear to me that BOSH Lite already ships with a Director, but I would like to test a release containing a Director "on top of that". Here is my setup: Everything works fine until I…
Michael Lihs
  • 7,460
  • 17
  • 52
  • 85
2
votes
1 answer

Deployment of Diego after CloudFoundry on OpenStack with Bosh

Should I extend the deployment manifest of CloudFoundry to add Diego Releases or should I create a new deployment manifest for diego beside the CF manifest? I work with Bosh to deploy on OpenStack.
Ironori
  • 570
  • 2
  • 6
  • 19
2
votes
1 answer

Bosh init gives error, on openstack, while creating bosh VM through script

I have created an OpenStack environemt and I want to deploy BOSH, after which I will be deploying CloudFoundry on that VM for our office's Test environment. I am following these links as guides: guide for Configuring the OpenStack Icehouse on…
2
votes
1 answer

Can I use my existing VM when deploying CF using BOSH

If my understanding is correct BOSH get all the vm it needs by making dynamic calls to vSphere or AWS. Can I pre-provision VM and then hand it to BOSH for deployment?
1
vote
3 answers

Pivotal Cloud Foundry is based on container or VM

I am starting to learn PCF . Please help me understand if PCF falls under the concept of containerization or virtualization. Kindly help me with this.
Avinash Jethy
  • 803
  • 2
  • 10
  • 25
1
2 3 4 5 6 7 8