|
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
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Once, the application is running, I can see the files:
``` shell
cf files StaticWebsiteHelloWorld app
Obteniendo archivos para app StaticWebsiteHelloWorld en org DevBox / space dev como
Once, the application is running, I can see the files:
``` shell
cf files StaticWebsiteHelloWorld app
Obteniendo archivos para app StaticWebsiteHelloWorld en org DevBox / space dev como
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1141
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Juan,
That is correct, you do not need to call /v2/resource_match. I am not sure
what you mean by being able to upload the structure(?) but the files being
empty. If you could clarify that would be
Juan,
That is correct, you do not need to call /v2/resource_match. I am not sure
what you mean by being able to upload the structure(?) but the files being
empty. If you could clarify that would be
|
By
Christopher Piraino <cpiraino@...>
·
#1140
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Hi Arthur,
My initial idea, is the development of a Node.js client to upload application to CF.
Reading your lines, I understood that It is not necessary to execute the method: /v2/resource_match ,
Hi Arthur,
My initial idea, is the development of a Node.js client to upload application to CF.
Reading your lines, I understood that It is not necessary to execute the method: /v2/resource_match ,
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1139
·
|
|
Re: Application Configuration Management
Ronak, check out this blog I just published:
http://blog.pivotal.io/pivotal-cloud-foundry/products/app-configuration-management-with-config-servers-in-cloud-foundry
I think it's close to what you
Ronak, check out this blog I just published:
http://blog.pivotal.io/pivotal-cloud-foundry/products/app-configuration-management-with-config-servers-in-cloud-foundry
I think it's close to what you
|
By
Guido Westenberg
·
#1138
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Hi,
The resource is empty when nothing matching between your local file and the
blobstore.
Actually, you are not oblige to use resource match to send your app it's
just for don't send everything if
Hi,
The resource is empty when nothing matching between your local file and the
blobstore.
Actually, you are not oblige to use resource match to send your app it's
just for don't send everything if
|
By
arthur halet
·
#1137
·
|
|
Re: Issues on Diego Deployment on Openstack
I just went through the process of deploying diego along with v212 on
Openstack and I am sorry but I need to disagree with Gwenn. The whole setup
was more or less trial and error. The documentation
I just went through the process of deploying diego along with v212 on
Openstack and I am sorry but I need to disagree with Gwenn. The whole setup
was more or less trial and error. The documentation
|
By
Johannes Hiemer <jvhiemer@...>
·
#1136
·
|
|
Re: Issues on Diego Deployment on Openstack
Anything new on the example manifests of deploying diego for specific infrastructures?
Anything new on the example manifests of deploying diego for specific infrastructures?
|
By
Tom Sherrod <tom.sherrod@...>
·
#1135
·
|
|
Re: App using java-buildpack , we are not seeing the catalina.out messages on the console ...
What's the command you're running to view the logs? Do you see any logs at
all? If so, what messages do you see? What are you expecting to see
that's now showing up?
Dan
wrote:
What's the command you're running to view the logs? Do you see any logs at
all? If so, what messages do you see? What are you expecting to see
that's now showing up?
Dan
wrote:
|
By
Daniel Mikusa
·
#1134
·
|
|
Re: Droplets and Stacks
Ah, yes, when libraries are statically linked, restaging is definitely
required; but I think it's a much less common use case
Thanks for pushing towards more transparency around buildpack
Ah, yes, when libraries are statically linked, restaging is definitely
required; but I think it's a much less common use case
Thanks for pushing towards more transparency around buildpack
|
By
Mike Dalessio
·
#1128
·
|