cf-release | Deprecated : Cloud Foundry Release
kandi X-RAY | cf-release Summary
kandi X-RAY | cf-release Summary
The develop branch is where we do active development. Although we endeavor to keep the develop branch stable, we do not guarantee that any given commit will deploy cleanly. The release-candidate branch has passed all of our unit, integration, smoke, & acceptance tests, but has not been used in a final release yet. This branch should be fairly stable. The master branch points to the most recent stable final release. At semi-regular intervals a final release is created from the release-candidate branch. This final release is tagged and pushed to the master branch.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cf-release
cf-release Key Features
cf-release Examples and Code Snippets
Community Discussions
Trending Discussions on cf-release
QUESTION
Getting the accurate version of various parts of a Cloud Foundry installation is important ro refer to the right documentation pages, but seems a bit tricky.
Here is what I got so far:
- CLI:
cf -v
- Cloud Foundry API:
cf api
- Buildpacks:
cf buildpacks
lists the installed buildpacks, the version appears in the file name
Here is what I do not:
- Cloud Foundry, such as 2.4. According to How to check PCF version there is a (painful) way from the API version, then the CAPI version, etc.
- Service brokers:
cf marketplace
lists available SB but no version info here, same forcf marketplace -s postgresql
For the desperate, the release notes such as https://docs.pivotal.io/pivotalcf/2-4/pcf-release-notes/runtime-rn.html can help.
How can I get the missing versions (preferably from command line or HTTP) as a regular user?
...ANSWER
Answered 2019-Feb-11 at 12:02For Pivotal Cloud Foundry, all of your version information can be found in Ops Manager. There is a handy diagnostic report you can export which gives you a JSON listing of all the versions of things you have installed.
It's under your user name in the upper right corner, then click settings and advanced.
https://docs.pivotal.io/pivotalcf/2-4/customizing/pcf-interface.html#settings
For PCF or CF, you can also get detailed version information from BOSH. Running bosh deployments
will show you all of the BOSH releases that are part of your current deployment. Each BOSH release has a fixed set of software that it will install. If you care to go deeper, you can look at the individual BOSH release to get versions or more often git commit hashes for the software included in that release.
As an unprivileged user you can locate most of this information by running cf curl /v2/info
.
Ex:
QUESTION
I have developed a Spring boot application connecting to Postgresql instance running on my local.
Now i deployed the application to Cloud foundry local bosh lite installation. I created one user provided service for postgresql and bound it to my application.
The app is working fine till now. Then i wanted to make this application as a service broker. So i again used spring boot cloud foundry service broker. And implemented my code same as the sample mongodb spring boot service broker. https://github.com/spring-cloud-samples/cloudfoundry-service-broker
But now when i am trying to start the application. It is failing with following error.
...ANSWER
Answered 2017-Jun-21 at 11:11I have deleted the application and then deployed again. It started working.
I know this does not tell the root cause . But may be a spring boot /cloud foundry framework developer can tell the root cause.
There was one point i would like to highlight.
The application is developed as a spring boot cloud foundry service broker Initally when i had deployed the application, it asked an username/password for me . I did not know about this earlier. Might have given wrong usernames and password and then pressed cancel. After that the application was throwing the above error.
But it has to be noted that a spring boot cloud foundry service broker application already has spring boot authentication built in where password is already generated with username being "user".
Check more details here https://github.com/spring-cloud/spring-cloud-cloudfoundry-service-broker#security
I don't know if this was the reason. But a delete and redeploy worked with me.
Best Regards, Saurav
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cf-release
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page