-
Updated
Feb 13, 2019 - JavaScript
cloudfoundry
Here are 299 public repositories matching this topic...
-
Updated
May 29, 2020 - Go
-
Updated
May 28, 2020 - Java
The sample service broker is as below.
https://docs.cloudfoundry.org/services/managing-service-brokers.html
In this case, if a user creates a service instance, it should create or install the service and provide access to it.
We need reporting URL in credentials section Broker returns.
This will save documentation efforts from integrator side. For resource provider this will allow reading the URL in more standardized form. See PR #142 from cf-abacus-broker
_* The issue originally was reported in the deprecated cf-abacus-broker repo: https://gi
-
Updated
May 5, 2020
Maybe something magic happens and it all works just fine. Would be good to try it and document it at least.
To provide an easier way to install the cloud MTA build tool on MacOS or Linux machines it would be nice to have an own Homebrew Tap containing a formula for Homebrew (Package Manager for MacOS & Linux).
SAP has already provided such a Tap for SapMachine.
To help myself I created a Tap containing the mbt here: https://gith
-
Updated
Dec 5, 2019 - Go
-
Updated
Jan 22, 2020 - Java
-
Updated
May 23, 2020 - Python
-
Updated
Jan 15, 2019 - Shell
-
Updated
Jan 6, 2019 - Shell
-
Updated
May 28, 2020 - Go
I found that there's a duplication of logic between the job-secret-smuggler job (https://github.com/cloudfoundry-incubator/eirini-release/blob/3a1bc774dac7eb07b38a81f50edc112d3c8e3185/helm/eirini/templates/job-secret-smuggler.yaml#L25-L32) and eirini configmap (https://github.com/cloudfoundry-incubator/eirini-release/blob/3a1bc774dac7eb07b38a81f50edc112d3c8e3185/helm/eirini/templates/configmap.yam
Done with cloudfoundry/bosh-openstack-cpi-release#117 but not mentioned in the job spec.
See #231 – it seems like this could help people achieve their goals.
-
Updated
May 29, 2020 - Go
-
Updated
May 21, 2020 - Shell
-
Updated
Mar 11, 2020 - JavaScript
-
Updated
Sep 30, 2019 - Python
-
Updated
Sep 8, 2017 - Go
In critical environments, monitoring is a requirement.
So this service broker framework could offer an unauthenticated route like /status.
This route would be bound to a status() method in the ServiceBroker class.
By default, the status method would always return "OK".
Then, any developer using the framework could inherit or overload this status method for his own needs.
-
Updated
Mar 11, 2020 - JavaScript
Improve this page
Add a description, image, and links to the cloudfoundry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloudfoundry topic, visit your repo's landing page and select "manage topics."


Issue
When we do
cf push --no-start dorafollowed bycf restage dorawe get the following error message:We're not sure if this is expected behavior or a bug. If it i