Beyhan Veli
Beyhan Veli
We are from the BOSH team, and we use nats.rb client with TLS enabled. We have a problem with NATS server error: `oversized record received`. So we observed that the...
## Feature Request The OSB API project is working on the next release of their [specification](https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md). The new version, which is not yet released will support [binding rotation](https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#binding-rotation). Service brokers...
Steps to reproduce: 1. Follow the `bosh-lite` guide on https://bosh.io/docs/bosh-lite/ and deploy the `bosh-lite` director with the `zookeeper` release. 2. Make some changes to the `bosh-lite` director manifest. 3. Redeploy...
## Issue The [service instance deletion](https://v3-apidocs.cloudfoundry.org/version/3.152.0/index.html#delete-a-service-instance) API in V3 deletes a service instance recursively. The default behaviour of the [V2 APIs](https://apidocs.cloudfoundry.org/2.1.0/service_instances/delete_a_service_instance.html) is none recursive and there is a parameter called...
## Issue A rolling update which is [canceled](https://docs.cloudfoundry.org/devguide/deploy-apps/rolling-deploy.html#cancel) because of an application issue (e.g. failed start) will revert to the latest known droplet version but any changes to environment variables...
## Issue Using the CF APIs it is possible to launch an application droplet with a CF `stack` which is different than the `stack` supported by the buildpack used to...
**What's the user value of this feature request?** Enable CF app operators with CF CLI commands to update the stack of an application without having access to the source code...
**What's the user value of this feature request?** Health check configuration will be made more convenient for users not familiar with the CF APIs. **Who is the functionality for?** CF...
# System Metadata Authors: @beyhan Reviewers: @stephanme # Feature goals System metadata will allow CF `admin` users to set [metadata](https://v3-apidocs.cloudfoundry.org/version/3.166.0/#metadata) from type `label` or `annotations` to CF resources. The system...
To try this you will need: 1. A directory setup like: ``` |- bosh-deployment //with the fork from https://github.com/beyhan/bosh-deployment/tree/docker-create-env |- cf-deployment //with the fork from https://github.com/beyhan/cf-deployment/tree/docker-create-env |- bosh-local //an empty...