|
Re: Service Discovery on CF for Custom buildpack
Sorry, I earlier sent out links to a doc on CF ENV variables that was
specific to Pivotal Web Services. Here is the correct reference
Sorry, I earlier sent out links to a doc on CF ENV variables that was
specific to Pivotal Web Services. Here is the correct reference
|
By
Amit Kumar Gupta
·
#1163
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Finally,
I fixed the problem.
I deployed my first HelloWorld from Node.
-----> Downloaded app package (4.0K)
cf files StaticWebsiteHelloWorld app/public
Obteniendo archivos para app
Finally,
I fixed the problem.
I deployed my first HelloWorld from Node.
-----> Downloaded app package (4.0K)
cf files StaticWebsiteHelloWorld app/public
Obteniendo archivos para app
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1159
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Instead of
JSON.stringify("[]")
I think you just want
[]
As to your files being empty, the docs mention that you need to do a
multipart upload PUT request, and include a zip file called
Instead of
JSON.stringify("[]")
I think you just want
[]
As to your files being empty, the docs mention that you need to do a
multipart upload PUT request, and include a zip file called
|
By
Amit Kumar Gupta
·
#1156
·
|
|
Re: Strategies for limiting metric updates with a clustered nozzle
I suppose one relatively simple solution to this problem is I can have each
cluster member randomly decide if it should log each metric. :) If I pick
a number between 1 and 6 I suppose odds are I
I suppose one relatively simple solution to this problem is I can have each
cluster member randomly decide if it should log each metric. :) If I pick
a number between 1 and 6 I suppose odds are I
|
By
Mike Youngstrom <youngm@...>
·
#1162
·
|
|
Billing & Metering of app usage with Abacus
We want to integrate the metrics provided by Cloud Foundry with Abacus
<https://github.com/cloudfoundry-incubator/cf-abacus>.
We plan to create a billing/metering integration layer that:
-
We want to integrate the metrics provided by Cloud Foundry with Abacus
<https://github.com/cloudfoundry-incubator/cf-abacus>.
We plan to create a billing/metering integration layer that:
-
|
By
Hristo Iliev
·
#1158
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Hi Chris, Arthur & Amit,
Today, I continued with the tests and checking and observing CLI.
CLI when it checks that the app doesn't exist, execute the method: /v2/resource_match
Uploading
Hi Chris, Arthur & Amit,
Today, I continued with the tests and checking and observing CLI.
CLI when it checks that the app doesn't exist, execute the method: /v2/resource_match
Uploading
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1161
·
|
|
Re: which property configured to delete the objects in Swift buildpacks container when update/delete buildpacks?
The Cloud Controller schedules a job to delete the buildpack from the
blobstore. The job is scheduled for cc.staging_timeout_in_seconds in the
future. This gives any apps that have already started
The Cloud Controller schedules a job to delete the buildpack from the
blobstore. The job is scheduled for cc.staging_timeout_in_seconds in the
future. This gives any apps that have already started
|
By
CF Runtime
·
#1153
·
|
|
Re: anomaly in dealing with SharedDomains
Thanks NIma. I'll have someone on the team take a look.
-Dieu
CF CAPI PM
Thanks NIma. I'll have someone on the team take a look.
-Dieu
CF CAPI PM
|
By
Dieu Cao <dcao@...>
·
#1152
·
|
|
Re: Announcing UAA 2.5.1 Release
Great work!
By
Dieu Cao <dcao@...>
·
#1155
·
|
|
Re: Droplets and Stacks
Thank you for the suggestions Guillaume.
We were not planning to enhance this area in the current scope of the v3
work.
Could you open up an issue on ccng with your suggestions? I'd like to
review
Thank you for the suggestions Guillaume.
We were not planning to enhance this area in the current scope of the v3
work.
Could you open up an issue on ccng with your suggestions? I'd like to
review
|
By
Dieu Cao <dcao@...>
·
#1169
·
|
|
Re: Issues on Diego Deployment on Openstack
Johannes,
Of course you can be disagree, the fact is bosh is IaaS agnostic (mostly)
so once microbosh deployed should not be that difficult to install whatever
bosh release you need.
Yes creating
Johannes,
Of course you can be disagree, the fact is bosh is IaaS agnostic (mostly)
so once microbosh deployed should not be that difficult to install whatever
bosh release you need.
Yes creating
|
By
Gwenn Etourneau
·
#1151
·
|
|
which property configured to delete the objects in Swift buildpacks container when update/delete buildpacks?
Hi,
I am using Swift as Cloud Foundry blobstore. I found the Swift buildpack
object is not deleted immediately when I update or delete a buildpack. It
seems to be deleted after about 15 minutes.
Hi,
I am using Swift as Cloud Foundry blobstore. I found the Swift buildpack
object is not deleted immediately when I update or delete a buildpack. It
seems to be deleted after about 15 minutes.
|
By
iamflying
·
#1150
·
|
|
Re: anomaly in dealing with SharedDomains
Not exactly sure why, but it seems like it doesn't cross validate between
SharedDomains and PrivateDomains.
--
http://nima.magic.ubc.ca
Not exactly sure why, but it seems like it doesn't cross validate between
SharedDomains and PrivateDomains.
--
http://nima.magic.ubc.ca
|
By
Nima Kaviani <nima.kaviani@...>
·
#1149
·
|
|
Re: anomaly in dealing with SharedDomains
Hmm...wouldn't the super call [0] validate
Hmm...wouldn't the super call [0] validate
|
By
Mike Youngstrom <youngm@...>
·
#1148
·
|
|
Re: anomaly in dealing with SharedDomains
yes, I think the issue is with the validate method in private_domain.rb
excluding shared domains prior to doing the validation, which results in
the first test in the above to not fail.
--
yes, I think the issue is with the validate method in private_domain.rb
excluding shared domains prior to doing the validation, which results in
the first test in the above to not fail.
--
|
By
Nima Kaviani <nima.kaviani@...>
·
#1147
·
|
|
Re: anomaly in dealing with SharedDomains
I think it is a bug.
The intended functionality is that a sub domain of a shared domain can be
made private. But if the domain currently exists, private or shared
doesn't matter, should
I think it is a bug.
The intended functionality is that a sub domain of a shared domain can be
made private. But if the domain currently exists, private or shared
doesn't matter, should
|
By
Mike Youngstrom <youngm@...>
·
#1146
·
|
|
anomaly in dealing with SharedDomains
Hi,
I am trying to understand the expected behaviour when an already existing
SharedDomain is redefined as either a shared or a private domain in
CloudController.
I have added the following test to
Hi,
I am trying to understand the expected behaviour when an already existing
SharedDomain is redefined as either a shared or a private domain in
CloudController.
I have added the following test to
|
By
Nima Kaviani <nima.kaviani@...>
·
#1145
·
|
|
Re: Service Discovery on CF for Custom buildpack
Hi Ronak,
I'm still having a lot of trouble parsing your sentences. What I
understand is that you're asking the following two questions:
1. You have a gateway application that you want to provide a
Hi Ronak,
I'm still having a lot of trouble parsing your sentences. What I
understand is that you're asking the following two questions:
1. You have a gateway application that you want to provide a
|
By
Amit Kumar Gupta
·
#1144
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
https://github.com/jabrena/cf-nodejs-client/blob/master/lib/model/Apps.js#L301-L340
https://github.com/jabrena/cf-nodejs-client/blob/master/lib/model/Apps.js#L301-L340
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1143
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Currently, CC returns "[ ]" for this structure:
[ { fn: 'index.html',
size: 1482,
sha1: '59f1e65c3576dfc0bf839d1822e644644a80c2fb' },
{ fn: 'manifest.yml',
size: 207,
sha1:
Currently, CC returns "[ ]" for this structure:
[ { fn: 'index.html',
size: 1482,
sha1: '59f1e65c3576dfc0bf839d1822e644644a80c2fb' },
{ fn: 'manifest.yml',
size: 207,
sha1:
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1142
·
|