|
Re: CF CAB call on Wednesday, June 10th, 2015 @ 8a PDT
Link to the chat room for the CAB call:
http://webconf.soaphub.org/conf/room/CF-CAB-OpenForum
Link to the chat room for the CAB call:
http://webconf.soaphub.org/conf/room/CF-CAB-OpenForum
|
By
Dieu Cao <dcao@...>
·
#393
·
|
|
Re: how to set JSON format data in user provider env variable in cloudfoundry ??
oops ,, this is the correct format cf set-env <app-name> somekey { "KEY" :
["value1","value2"] }
lingeshmouleeshwaran(a)gmail.com> wrote:
oops ,, this is the correct format cf set-env <app-name> somekey { "KEY" :
["value1","value2"] }
lingeshmouleeshwaran(a)gmail.com> wrote:
|
By
Lingesh Mouleeshwaran
·
#392
·
|
|
how to set JSON format data in user provider env variable in cloudfoundry ??
Hello Team ,
cf set-env is allowing only key pair value for setting any ENV variable ,
but I need to set value as JSON format.
for example ,,
cf set-env <app-name> { "KEY" : ["value1","value2"]
Hello Team ,
cf set-env is allowing only key pair value for setting any ENV variable ,
but I need to set value as JSON format.
for example ,,
cf set-env <app-name> { "KEY" : ["value1","value2"]
|
By
Lingesh Mouleeshwaran
·
#391
·
|
|
CfSummit slides
Hi,
Thanks again to the CF Foundation for the great cf summit, and for
publishing so promptly the video recordings on youtube. The sessions
content is great to watch, and I'm sometimes lacking the
Hi,
Thanks again to the CF Foundation for the great cf summit, and for
publishing so promptly the video recordings on youtube. The sessions
content is great to watch, and I'm sometimes lacking the
|
By
Guillaume Berche
·
#390
·
|
|
Re: CF most relevant metrics
I've found this article to be helpful. How you capture the metrics might
be different, but it talks about some of the important metrics and what
they
I've found this article to be helpful. How you capture the metrics might
be different, but it talks about some of the important metrics and what
they
|
By
Daniel Mikusa
·
#389
·
|
|
Re: metron_agent.deployment
Hi, Ivan and Diego
I met the same issue when I try to upgrade cf version from 205 to 210. I
did no quite understand how to add the property "metron_agent.deployment"
to cf-deployment.yml, could you
Hi, Ivan and Diego
I met the same issue when I try to upgrade cf version from 205 to 210. I
did no quite understand how to add the property "metron_agent.deployment"
to cf-deployment.yml, could you
|
By
王小锋 <zzuwxf at gmail.com...>
·
#388
·
|
|
CF most relevant metrics
Good morning.
Recently, we have started having a look at CF metrics to monitorize our
instance and we would like to determine which are the most important ones
to determine whether there is (or there
Good morning.
Recently, we have started having a look at CF metrics to monitorize our
instance and we would like to determine which are the most important ones
to determine whether there is (or there
|
By
Pablo Alonso Rodriguez <palonsoro@...>
·
#387
·
|
|
Re: UAA SAML2 Federation
I see.
Then, until ECP profile is implemented (someone at Daniel's link mentioned
that it is on the roadmap), the browser is must.
Thank you very much for your answers.
2015-06-09 17:03 GMT+02:00
I see.
Then, until ECP profile is implemented (someone at Daniel's link mentioned
that it is on the roadmap), the browser is must.
Thank you very much for your answers.
2015-06-09 17:03 GMT+02:00
|
By
Pablo Alonso Rodriguez <palonsoro@...>
·
#386
·
|
|
Re: cloud foundry - 413 Request Entity Too Large
since this is commercial software you can always open a support case with
pivotal to get help with an SLA.
cf doesn't limit the body size, but i think the max upload size is
somewhere around 1GB or
since this is commercial software you can always open a support case with
pivotal to get help with an SLA.
cf doesn't limit the body size, but i think the max upload size is
somewhere around 1GB or
|
By
James Bayer
·
#385
·
|
|
Re: Is there any officail Chinese docs?
The CF documentation team isn't aware of any Chinese docs. There's nothing
official out there, and as far as I know the docs that you referenced were
extremely out of date even back when they were
The CF documentation team isn't aware of any Chinese docs. There's nothing
official out there, and as far as I know the docs that you referenced were
extremely out of date even back when they were
|
By
Kim Hoffman <khoffman@...>
·
#384
·
|
|
cloud foundry - 413 Request Entity Too Large
Hello,
I'm using Cloud Foundry v2, pivotal v1.4 distribution.
All my apps are written in java, build pack is java_buildpack_offline_v3.0.
Trying to make REST call with ~12MB body size to one of my
Hello,
I'm using Cloud Foundry v2, pivotal v1.4 distribution.
All my apps are written in java, build pack is java_buildpack_offline_v3.0.
Trying to make REST call with ~12MB body size to one of my
|
By
avia <Avia.Ohana@...>
·
#383
·
|
|
(No subject)
no I meant the source is for the company I work for, not my personal
project.
no I meant the source is for the company I work for, not my personal
project.
|
By
Arbi Akhina
·
#382
·
|
|
(No subject)
Hmm, OK. I thought you had a minimal example from you last note. I'm not
really up for running untrusted binary code. If you can put a minimal code
sample together, I'll give it a try.
That seems
Hmm, OK. I thought you had a minimal example from you last note. I'm not
really up for running untrusted binary code. If you can put a minimal code
sample together, I'll give it a try.
That seems
|
By
Daniel Mikusa
·
#381
·
|
|
(No subject)
One more thing I'm using bosh-lite.
One more thing I'm using bosh-lite.
|
By
Arbi Akhina
·
#380
·
|
|
(No subject)
I don't own the source, but here is the jar file
http://tempsend.com/6D745B7B07/7033/modules.jar
you can try to run it locally with java -jar modules.jar then connect to
localhost:8080
An here is the
I don't own the source, but here is the jar file
http://tempsend.com/6D745B7B07/7033/modules.jar
you can try to run it locally with java -jar modules.jar then connect to
localhost:8080
An here is the
|
By
Arbi Akhina
·
#379
·
|
|
(No subject)
I'd be happy to try the demo and see if it works for me. Can you post a
complete project on github so I can just `git clone` & build?
Dan
I'd be happy to try the demo and see if it works for me. Can you post a
complete project on github so I can just `git clone` & build?
Dan
|
By
Daniel Mikusa
·
#378
·
|
|
(No subject)
I've tried with a simple app that just launches an embedded jetty that
listen on the vcap port and it worked (I can connect to the app url from
curl and chrome)
then I moved this single file into my
I've tried with a simple app that just launches an embedded jetty that
listen on the vcap port and it worked (I can connect to the app url from
curl and chrome)
then I moved this single file into my
|
By
Arbi Akhina
·
#377
·
|
|
(No subject)
Double check that your app is configured to log to STDOUT / STDER. If it's
logging to a file, you won't see the messages since the system only
captures STDOUT & STDERR.
Also, you might try a demo
Double check that your app is configured to log to STDOUT / STDER. If it's
logging to a file, you won't see the messages since the system only
captures STDOUT & STDERR.
Also, you might try a demo
|
By
Daniel Mikusa
·
#376
·
|
|
Re: UAA SAML2 Federation
Hi,
The browser interaction is a must because the actual SAML Auth with the IDP happens via the browser. UAA implements the SAML POST profile which involves a browser.
The code itself is generated as
Hi,
The browser interaction is a must because the actual SAML Auth with the IDP happens via the browser. UAA implements the SAML POST profile which involves a browser.
The code itself is generated as
|
By
Sree Tummidi
·
#375
·
|
|
(No subject)
Same logs I still can't see what went wrong!
Same logs I still can't see what went wrong!
|
By
Arbi Akhina
·
#374
·
|