|
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
·
|
|
Announcing UAA 2.5.1 Release
On behalf of the entire Identity Team I'm pleased to announce the release
of UAA 2.5.1
The highlights of this release include
- Multi-tenancy support for SCIM groups & external group mappings
On behalf of the entire Identity Team I'm pleased to announce the release
of UAA 2.5.1
The highlights of this release include
- Multi-tenancy support for SCIM groups & external group mappings
|
By
Sree Tummidi
·
#1133
·
|
|
Re: !help failed to install spiff
Hi Mingfei,
Please check for the spiff releases at the URL Gwenn has provided.
You may also try this one liner for spiff installation.
mkdir spiff && cd spiff && wget
Hi Mingfei,
Please check for the spiff releases at the URL Gwenn has provided.
You may also try this one liner for spiff installation.
mkdir spiff && cd spiff && wget
|
By
Guruprakash S <prakash.guru4@...>
·
#1125
·
|
|
Re: Announcing version 2.6 of the Service Broker API
Thanks Dieu! Any thoughts on Mike's follow up for the same type of change
on async polling api?
http://cf-dev.70369.x6.nabble.com/cf-dev-Service-Broker-API-updating-instances-tp392p495.html
Mike
Thanks Dieu! Any thoughts on Mike's follow up for the same type of change
on async polling api?
http://cf-dev.70369.x6.nabble.com/cf-dev-Service-Broker-API-updating-instances-tp392p495.html
Mike
|
By
Mike Youngstrom <youngm@...>
·
#1127
·
|