|
Re: 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
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
|
By
Alexander Lomov <alexander.lomov@...>
·
#93
·
|
|
Re: Is it possible to use git push to deploy applications on CF
Hi Kinjal,
CF push does not support git input afaik.
But It would be fairly simple to implement a cf-cli plugin that does that from the client side to offer a heroku-like
Hi Kinjal,
CF push does not support git input afaik.
But It would be fairly simple to implement a cf-cli plugin that does that from the client side to offer a heroku-like
|
By
Alan Morán <bonzofenix at gmail.com...>
·
#92
·
|
|
Is it possible to use git push to deploy applications on CF
Hi,
I would like to know if it is possible to deploy applications on cloud
foundry using git push. Or is it that only CF CLI can be used for pushing
applications?
Thanks,
Kinjal
Hi,
I would like to know if it is possible to deploy applications on cloud
foundry using git push. Or is it that only CF CLI can be used for pushing
applications?
Thanks,
Kinjal
|
By
Kinjal Doshi
·
#91
·
|
|
Adding multiple users to user/auditor roles of an orgnization
Hi,
is there a CF API to add multiple users to multiple roles of an organization? I have looked at the CF docs, but did not find any indication that such API exists.
Thank you.
Regards,
Anil
Hi,
is there a CF API to add multiple users to multiple roles of an organization? I have looked at the CF docs, but did not find any indication that such API exists.
Thank you.
Regards,
Anil
|
By
Anil Ambati <aambati@...>
·
#90
·
|
|
Re: cf-release v208 is now available
Great release!!! Congrat.
Just a couple questions (but if this is the right thread to ask please
excuse me and let me know).
- Manifest templates no longer include resource pool sizes details
Great release!!! Congrat.
Just a couple questions (but if this is the right thread to ask please
excuse me and let me know).
- Manifest templates no longer include resource pool sizes details
|
By
John Wong
·
#89
·
|
|
cf-release v208 is now available
The cf-release v208 was released on May 12th, 2015
- Please see note about merge of UAA/Login server jobs below to maintain
zero down time for CC and UAA for existing deployments.
Runtime
The cf-release v208 was released on May 12th, 2015
- Please see note about merge of UAA/Login server jobs below to maintain
zero down time for CC and UAA for existing deployments.
Runtime
|
By
Dieu Cao <dcao@...>
·
#88
·
|
|
Re: Recipe to install Diego?
Hi, Tom,
The Diego team does deploy Diego to AWS as part of our testing pipeline. We
haven't fully published our tooling for doing so, but you can see some of
our process in the deploy_diego CI
Hi, Tom,
The Diego team does deploy Diego to AWS as part of our testing pipeline. We
haven't fully published our tooling for doing so, but you can see some of
our process in the deploy_diego CI
|
By
Eric Malm <emalm@...>
·
#87
·
|
|
Re: Purge files on NFS or S3?
Make sure you only delete the resource files, not everything...
Jon Price
Intel Corp.
Make sure you only delete the resource files, not everything...
Jon Price
Intel Corp.
|
By
Jon Price
·
#86
·
|
|
Re: Recipe to install Diego?
Hi,
I use spiff manifest templates included by cf-release and diego-release,
and generate manifests by spiff, but I usually use the manifests as
reference materials.
I finally adjust my own manifests
Hi,
I use spiff manifest templates included by cf-release and diego-release,
and generate manifests by spiff, but I usually use the manifests as
reference materials.
I finally adjust my own manifests
|
By
Ken Ojiri
·
#85
·
|
|
Scaling Java Application
When deploying a Java application to Cloud Foundry the Java memory settings
for the application are decided based on the configured memory weighting
during staging. This means that, unlike other apps,
When deploying a Java application to Cloud Foundry the Java memory settings
for the application are decided based on the configured memory weighting
during staging. This means that, unlike other apps,
|
By
Christopher Frost
·
#82
·
|
|
Scailing Java Applications
When deploying a Java application to Cloud Foundry the Java memory settings
for the application are decided based on the configured memory weighting
during staging. This means that, unlike other apps,
When deploying a Java application to Cloud Foundry the Java memory settings
for the application are decided based on the configured memory weighting
during staging. This means that, unlike other apps,
|
By
Christopher Frost
·
#83
·
|
|
Follow up on multiple line log outputs in CF
Hi,
this is a follow up on the archived posting
https://groups.google.com/a/cloudfoundry.org/forum/?utm_medium=email&utm_source=footer#!msg/vcap-dev/B1W6_vO0oyo/84X1eAtFsKoJ.
I cannot find any new
Hi,
this is a follow up on the archived posting
https://groups.google.com/a/cloudfoundry.org/forum/?utm_medium=email&utm_source=footer#!msg/vcap-dev/B1W6_vO0oyo/84X1eAtFsKoJ.
I cannot find any new
|
By
George Li
·
#84
·
|
|
Code license question
Hello,
I am a software developer and was wondering what is the code license for your CloudFoundry Community Code, such as: the go cfc client: https://github.com/cloudfoundry-community/go-cfclient
Hello,
I am a software developer and was wondering what is the code license for your CloudFoundry Community Code, such as: the go cfc client: https://github.com/cloudfoundry-community/go-cfclient
|
By
peteb@...
·
#81
·
|
|
Re: Recipe to install Diego?
Hi Ken,
How do you generate the manifest file?
Thanks
Best Regards~!
Grissom
Hi Ken,
How do you generate the manifest file?
Thanks
Best Regards~!
Grissom
|
By
王天青 <wang.tianqing.cn at gmail.com...>
·
#80
·
|
|
Re: Purge files on NFS or S3?
An option could be to just delete all the resource files on the blobstore.
The effect would be that for binaries that would have been matched, they
would be uploaded again on the first new push
An option could be to just delete all the resource files on the blobstore.
The effect would be that for binaries that would have been matched, they
would be uploaded again on the first new push
|
By
Dieu Cao <dcao@...>
·
#79
·
|
|
Re: Purge files on NFS or S3?
Hi all
Thanks. No I was just curious if there was a way to identify what to remove
in the blobstore because I was surprised the size of my blobstore at this
point. I will check what's in there (maybe
Hi all
Thanks. No I was just curious if there was a way to identify what to remove
in the blobstore because I was surprised the size of my blobstore at this
point. I will check what's in there (maybe
|
By
John Wong
·
#78
·
|
|
Re: Purge files on NFS or S3?
Not sure if this is what you need, but you can manually sync + delete files
from a local filesystem (including NFS mount) to/from S3:
http://s3tools.org/s3cmd-sync
... with `—delete-removed`
Not sure if this is what you need, but you can manually sync + delete files
from a local filesystem (including NFS mount) to/from S3:
http://s3tools.org/s3cmd-sync
... with `—delete-removed`
|
By
Chad Woolley <thewoolleyman@...>
·
#77
·
|
|
Re: [vcap-dev] Java OOM debugging
fyi. Tomcat 8.0.20 might be consuming more memory than 8.0.18:
https://github.com/cloudfoundry/java-buildpack/issues/166#issuecomment-94517568
I think adjusting memory heuristics so that they add up
fyi. Tomcat 8.0.20 might be consuming more memory than 8.0.18:
https://github.com/cloudfoundry/java-buildpack/issues/166#issuecomment-94517568
I think adjusting memory heuristics so that they add up
|
By
Lari Hotari <Lari@...>
·
#76
·
|
|
Re: Recipe to install Diego?
Hi,
I have posted a sample BOSH deployment manifest to Gist.
https://gist.github.com/ozzozz/4c08c37863b703a75afc
I could deploy cf-release v207 and diego-release 0.1099.0 to AWS Tokyo
region by
Hi,
I have posted a sample BOSH deployment manifest to Gist.
https://gist.github.com/ozzozz/4c08c37863b703a75afc
I could deploy cf-release v207 and diego-release 0.1099.0 to AWS Tokyo
region by
|
By
Ken Ojiri
·
#75
·
|
|
Re: [vcap-dev] Java OOM debugging
Thanks for the continued advice.
We’ve hit on a key discovery after yet another a soak test this weekend.
- When we deploy using Tomcat 8.0.18 we don’t see the issue
- When we
Thanks for the continued advice.
We’ve hit on a key discovery after yet another a soak test this weekend.
- When we deploy using Tomcat 8.0.18 we don’t see the issue
- When we
|
By
Dave Head-Rapson
·
#74
·
|