|
CF CAB call for November is this Wednesday Nov. 18th, 2015 @ 8a PDT
Hi, all,
Quick reminder that the CAB call for November is this week Wednesday November 18th @ 8a PDT.
Product managers, please add project updates to Agenda here:
Hi, all,
Quick reminder that the CAB call for November is this week Wednesday November 18th @ 8a PDT.
Product managers, please add project updates to Agenda here:
|
By
Michael Maximilien
·
#2733
·
|
|
Export control information of the "cached" runtimes in buildpack packages
The "cached" packages of the buildpacks contain lots of runtime binaries,
like OpenJDK, Node.js, PHP etc, built by Cloud Foundry. Has anybody gone
through a review of their export control
The "cached" packages of the buildpacks contain lots of runtime binaries,
like OpenJDK, Node.js, PHP etc, built by Cloud Foundry. Has anybody gone
through a review of their export control
|
By
Jack Cai
·
#2732
·
|
|
Re: region qualifier for organizations
I just wanted to follow up on this.
Github 110 is now closed as we've finished removing explicit references to
regions in the Abacus API in favor of a more generic namespace/scoping
mechanism. With
I just wanted to follow up on this.
Github 110 is now closed as we've finished removing explicit references to
regions in the Abacus API in favor of a more generic namespace/scoping
mechanism. With
|
By
Jean-Sebastien Delfino
·
#2731
·
|
|
Re: Notifications for service brokers
Any update at all?
Thanks
- Jean-Sebastien
jsdelfino(a)gmail.com> wrote:
Any update at all?
Thanks
- Jean-Sebastien
jsdelfino(a)gmail.com> wrote:
|
By
Jean-Sebastien Delfino
·
#2729
·
|
|
Re: [abacus] Handling Notifications
Yes, that's why I was suggesting one doc per registration keyed by trigger
criteria.
I thought a bit more about this. We could set a timeout (using our circuit
breaker module for example) causing
Yes, that's why I was suggesting one doc per registration keyed by trigger
criteria.
I thought a bit more about this. We could set a timeout (using our circuit
breaker module for example) causing
|
By
Jean-Sebastien Delfino
·
#2728
·
|
|
S3 blobstore - getting signaturedoesnotmatch error
Hi,
We have three Cloud foundry environment (Dev, STG and PROD) deployed using internal/private S3 blobstore (Cloudian) on internal VSphere cloud - all of a sudden we start getting
Hi,
We have three Cloud foundry environment (Dev, STG and PROD) deployed using internal/private S3 blobstore (Cloudian) on internal VSphere cloud - all of a sudden we start getting
|
By
Anuj Jain <anujjai@...>
·
#2730
·
|
|
Re: add package to container during staging?
Perfect that worked. Thanks.
Perfect that worked. Thanks.
|
By
Eric Poelke
·
#2727
·
|
|
Re: add package to container during staging?
Eric,
The python buildpack does bundle the libffi dependency. It only get's
installed
<https://github.com/cloudfoundry/python-buildpack/blob/master/bin/steps/cryptography#L23>
if you added cffi to
Eric,
The python buildpack does bundle the libffi dependency. It only get's
installed
<https://github.com/cloudfoundry/python-buildpack/blob/master/bin/steps/cryptography#L23>
if you added cffi to
|
By
JT Archie <jarchie@...>
·
#2726
·
|
|
Re: Deploying a shell script driven java application to cf
I haven't tried this, but I think it should work.
1.) Make a directory. In that directory put your JAR file, your start
script and anything else the app needs to run.
2.) From that directory, run
I haven't tried this, but I think it should work.
1.) Make a directory. In that directory put your JAR file, your start
script and anything else the app needs to run.
2.) From that directory, run
|
By
Daniel Mikusa
·
#2724
·
|
|
Re: regarding using public key to verify client
Hi ankit,
First of all, do you think who is responsible to verify the signature? Your
application? Or (one of) the components of Cloud Foundry? I assume the
former is your answer. I think there is no
Hi ankit,
First of all, do you think who is responsible to verify the signature? Your
application? Or (one of) the components of Cloud Foundry? I assume the
former is your answer. I think there is no
|
By
Noburou TANIGUCHI
·
#2725
·
|
|
Re: Deploying a shell script driven java application to cf
Hi Dammina,
I think your case doesn't seem to fit the Cloud Foundry standard Java
buildpack.
One thing I can suggest is to use heroku-buildpack-runnable-jar [1]. With
this buildpack, you can start
Hi Dammina,
I think your case doesn't seem to fit the Cloud Foundry standard Java
buildpack.
One thing I can suggest is to use heroku-buildpack-runnable-jar [1]. With
this buildpack, you can start
|
By
Noburou TANIGUCHI
·
#2723
·
|
|
Re: how to get cf authentication token programmatically
Hi zooba,
Though I haven't tried them by myself, I conceived the following 2 methods:
(a) Push your app with an auth token and a refresh token, and refresh the
auth token using the refresh
Hi zooba,
Though I haven't tried them by myself, I conceived the following 2 methods:
(a) Push your app with an auth token and a refresh token, and refresh the
auth token using the refresh
|
By
Noburou TANIGUCHI
·
#2722
·
|
|
Re: Does CloudFoundry have the quota of QPS for an app?
Hey,
Can you elaborate on what qps is? Query per second?
Zhou Yu
Software Engineer
Pivotal.io
Hey,
Can you elaborate on what qps is? Query per second?
Zhou Yu
Software Engineer
Pivotal.io
|
By
Zhou Yu
·
#2721
·
|
|
Does CloudFoundry have the quota of QPS for an app?
Dear all!
Do you have the solution to limit the qps of the app?
Dear all!
Do you have the solution to limit the qps of the app?
|
By
Yancey
·
#2720
·
|
|
Inline-relations-depth: deprecation and its consequences
Hi,
I am using cf version 211 and CC API version 2.28.0. I am curious to know why the "inline-relations-depth" is going to be deprecated. It seems to be a useful feature.
For instance, I have a use
Hi,
I am using cf version 211 and CC API version 2.28.0. I am curious to know why the "inline-relations-depth" is going to be deprecated. It seems to be a useful feature.
For instance, I have a use
|
By
Ponraj E
·
#2719
·
|
|
Re: BOSH-Lite New install: Failure setting SPI endpoint
We also had the exact same issue and tried using https://api.bosh-lite.com also but it did not work. It gave an error unexpected EOF.
Can someone help us?
Thanks in advance.
We also had the exact same issue and tried using https://api.bosh-lite.com also but it did not work. It gave an error unexpected EOF.
Can someone help us?
Thanks in advance.
|
By
Chandra Narayanasamy
·
#2717
·
|
|
regarding using public key to verify client
Suppose my application is deployed on the cloud foundry and my client sends
a POST request that contains some message but that message is digitally
signed by client’s private key. So, I need
Suppose my application is deployed on the cloud foundry and my client sends
a POST request that contains some message but that message is digitally
signed by client’s private key. So, I need
|
By
ankit <ankit.ankit@...>
·
#2718
·
|
|
add package to container during staging?
Is it possible to add commands to get run during staging? I am using the python buildpack but one of my dependencies is on PyNaCL which requires libffi-dev to build properly. Since that package is
Is it possible to add commands to get run during staging? I am using the python buildpack but one of my dependencies is on PyNaCL which requires libffi-dev to build properly. Since that package is
|
By
Eric Poelke
·
#2716
·
|
|
Re: Pluggable Resource Scheduling
Hi Idit, good to hear from you. In that case, we have covered all bases and good to go on this. We will touch base as we discussed earlier. Thanks.
- Deepak
Sent: Friday, November 13, 2015
Hi Idit, good to hear from you. In that case, we have covered all bases and good to go on this. We will touch base as we discussed earlier. Thanks.
- Deepak
Sent: Friday, November 13, 2015
|
By
Deepak Vij
·
#2715
·
|
|
Re: Pluggable Resource Scheduling
We can add to mesosphere a native support for Garden containers. That is very easy to do ....
Sent from my iPhone
We can add to mesosphere a native support for Garden containers. That is very easy to do ....
Sent from my iPhone
|
By
Idit Levine
·
#2714
·
|