|
Is it possible to use git push to deploy applications on CF
Hey. The simplest way to add this behaviour is to add `cf push` command to `.git/hooks/pre-push` executable file. The detail you can find in git docs [0] In this article you can find the possible reas
Hey. The simplest way to add this behaviour is to add `cf push` command to `.git/hooks/pre-push` executable file. The detail you can find in git docs [0] In this article you can find the possible reas
|
By
...
· #93
·
|
|
How to update blobs in blob.cfblob.com ?
Hi, all. I work on adding support of Power architecture to CF. During the work I needed to update not only cf-release, but existing blobs (postgresql, mysql client and etc.). I wonder how I can make P
Hi, all. I work on adding support of Power architecture to CF. During the work I needed to update not only cf-release, but existing blobs (postgresql, mysql client and etc.). I wonder how I can make P
|
By
...
· #638
·
|
|
R: Re: R: Re: Deploy CF on OpenStack, api and uaa failing
Sorry, but I don't see any logs attached. ------------------------ Alex Lomov *Altoros* — Cloud Foundry deployment, training and integration *Twitter:* @code1n <https://twitter.com/code1n> *GitHub:* @
Sorry, but I don't see any logs attached. ------------------------ Alex Lomov *Altoros* — Cloud Foundry deployment, training and integration *Twitter:* @code1n <https://twitter.com/code1n> *GitHub:* @
|
By
...
· #711
·
|
|
CF client library
Another option is cfoundry Ruby gem: https://github.com/cloudfoundry-attic/cfoundry But it is also not supported now. Still I used it in several projects not long ago and it worked. ------------------
Another option is cfoundry Ruby gem: https://github.com/cloudfoundry-attic/cfoundry But it is also not supported now. Still I used it in several projects not long ago and it worked. ------------------
|
By
...
· #756
·
|
|
cf push fails (goroutine errors)
Looks like your CF CLI client fails to make a connection to CC API. Here are some points about your case: - you can run `cf push` with `CF_TRACE=true` environment variable to get more verbose output:
Looks like your CF CLI client fails to make a connection to CC API. Here are some points about your case: - you can run `cf push` with `CF_TRACE=true` environment variable to get more verbose output:
|
By
...
· #782
·
|
|
Allow gorouter to log random headers.
Some time ago routing services were discussed on a CAB [1]. Here is a description of this proposal. Do you think that using such service will allow your developers to cover this requirements? [1] http
Some time ago routing services were discussed on a CAB [1]. Here is a description of this proposal. Do you think that using such service will allow your developers to cover this requirements? [1] http
|
By
...
· #854
·
|
|
How to update blobs in blob.cfblob.com ?
Hi, Matthew. After I made `bosh upload blobs`, `bosh blobs` command tells me `No blobs to upload`. Still I created a pull request where you can figure out what blobs are changed from `config/blobs.yml
Hi, Matthew. After I made `bosh upload blobs`, `bosh blobs` command tells me `No blobs to upload`. Still I created a pull request where you can figure out what blobs are changed from `config/blobs.yml
|
By
...
· #909
·
|
|
How to update blobs in blob.cfblob.com ?
Thank you for the answer. I like the idea with pathing existing sources. Going to make another PR soon. Have a good day, Alex L.
Thank you for the answer. I like the idea with pathing existing sources. Going to make another PR soon. Have a good day, Alex L.
|
By
...
· #913
·
|
|
CF-Abacus: incubation and inception meeting coming soon
Hello, Maxim. I am Alexander Lomov. I work in R&D department at Altoros. I would like to participate in your Hangout meeting dedicated to CF Abacus. Could you please tell when and how I can participat
Hello, Maxim. I am Alexander Lomov. I work in R&D department at Altoros. I would like to participate in your Hangout meeting dedicated to CF Abacus. Could you please tell when and how I can participat
|
By
...
· #993
·
|
|
How to build binaries for buildpacks?
Hello, everyone. I try to create custom ruby-buildpack to support Power8. This means I need to rebuild ruby binaries. I’ve wrote some scripts that build necessary binaries and upload them to S3 [1]. H
Hello, everyone. I try to create custom ruby-buildpack to support Power8. This means I need to rebuild ruby binaries. I’ve wrote some scripts that build necessary binaries and upload them to S3 [1]. H
|
By
...
· #1178
·
|
|
How to build binaries for buildpacks?
I was able to solve the problem with ruby by adding --enable-load-relative to ./configure command. Still it would be useful to know how do you build binaries for buildpacks. Thank you, Alex L.
I was able to solve the problem with ruby by adding --enable-load-relative to ./configure command. Still it would be useful to know how do you build binaries for buildpacks. Thank you, Alex L.
|
By
...
· #1183
·
|
|
How to build binaries for buildpacks?
Thank you for that useful answer, Matthew. ------------------------ Alex Lomov *Altoros* — Cloud Foundry deployment, training and integration *Twitter:* @code1n <https://twitter.com/code1n> *GitHub:*
Thank you for that useful answer, Matthew. ------------------------ Alex Lomov *Altoros* — Cloud Foundry deployment, training and integration *Twitter:* @code1n <https://twitter.com/code1n> *GitHub:*
|
By
...
· #1189
·
|
|
Public access to Pivotal Tracker stories for BOSH and CF.
Hi, all. Last few months I started to find more and more extremely interesting trends in BOSH and CF development. For instance BOSH AZ [1] or Garden OCS support [2]. I would like to somehow to follow
Hi, all. Last few months I started to find more and more extremely interesting trends in BOSH and CF development. For instance BOSH AZ [1] or Garden OCS support [2]. I would like to somehow to follow
|
By
...
· #1554
·
|
|
User cannot do CF login when UAA is being updated
Yes, the problem is that postgresql database is stored on NFS that is restarted during nfs job update. I’m sure that you’ll be able to run updates without outage with several customizations. It is har
Yes, the problem is that postgresql database is stored on NFS that is restarted during nfs job update. I’m sure that you’ll be able to run updates without outage with several customizations. It is har
|
By
...
· #1717
·
|
|
User cannot do CF login when UAA is being updated
Hey, all. Amit, we are all from different companies and we didn’t have any common projects. The problem that is described by Filip can happen with great probability. Still this depends on deployment e
Hey, all. Amit, we are all from different companies and we didn’t have any common projects. The problem that is described by Filip can happen with great probability. Still this depends on deployment e
|
By
...
· #1745
·
|
|
Question on Custom script working as part of PHP buildpack
Hey, Amishi. I’m not sure that customizing PHP buildpack in this case is a good idea, but if you want to try - here are the steps: 1. You’ll need to add JDK, tomcat and Policy Agent .jar file to the b
Hey, Amishi. I’m not sure that customizing PHP buildpack in this case is a good idea, but if you want to try - here are the steps: 1. You’ll need to add JDK, tomcat and Policy Agent .jar file to the b
|
By
...
· #1747
·
|
|
Warden: staging error when pushing app
Hey, Kyle. Just a quick tip I use to debug failed containers: I comment a content of do_destroy method in /var/vcap/jobs/dea_next/packages/warden/warden/lib/warden/container/linux.rb file to prevent w
Hey, Kyle. Just a quick tip I use to debug failed containers: I comment a content of do_destroy method in /var/vcap/jobs/dea_next/packages/warden/warden/lib/warden/container/linux.rb file to prevent w
|
By
...
· #1748
·
|
|
User cannot do CF login when UAA is being updated
Thank you for clarification. This makes sense.
Thank you for clarification. This makes sense.
|
By
...
· #1755
·
|
|
[ann] Subway - how to scale out any Cloud Foundry service
Thank you for the nice idea. I have the following questions on the topic: 1. As far as I can see, Subway broker is not designed to be run as multiple instances (for instance to provide redundancy). Do
Thank you for the nice idea. I have the following questions on the topic: 1. As far as I can see, Subway broker is not designed to be run as multiple instances (for instance to provide redundancy). Do
|
By
...
· #1898
·
|
|
my app needs to get the number of instances in which its running, (in runtime my app uses this info in my program logic)
Hey, Sir Zooba. Sorry for the late response. You can find the description of Cloud Controller API here [1]. You can make requests to your Cloud Controller through Gorouter component adding “api.” befo
Hey, Sir Zooba. Sorry for the late response. You can find the description of Cloud Controller API here [1]. You can make requests to your Cloud Controller through Gorouter component adding “api.” befo
|
By
...
· #2020
·
|