|
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
·
|
|
Re: !help failed to install spiff
The URL Gwenn shows works. Mingfei, where did you find the URL you used?
Can you point us to a some documentation that perhaps led you astray?
Thanks,
Amit
The URL Gwenn shows works. Mingfei, where did you find the URL you used?
Can you point us to a some documentation that perhaps led you astray?
Thanks,
Amit
|
By
Amit Kumar Gupta
·
#1132
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Hi,
I enabled traces.
```
set CF_TRACE=true
```
The output is empty:
```
Uploading StaticWebsiteHelloWorld...
REQUEST: [2015-08-06T14:11:31+02:00]
PUT /v2/resource_match HTTP/1.1
Host:
Hi,
I enabled traces.
```
set CF_TRACE=true
```
The output is empty:
```
Uploading StaticWebsiteHelloWorld...
REQUEST: [2015-08-06T14:11:31+02:00]
PUT /v2/resource_match HTTP/1.1
Host:
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1131
·
|
|
Re: !help failed to install spiff
Works for me https://github.com/cloudfoundry-incubator/spiff/releases
Works for me https://github.com/cloudfoundry-incubator/spiff/releases
|
By
Gwenn Etourneau
·
#1124
·
|
|
!help failed to install spiff
Block cloud foundry installation in spiff, failed to get binary release due to URL https://github.com/cloudfoundry-incubator/spiff/blob/master/releases is
Block cloud foundry installation in spiff, failed to get binary release due to URL https://github.com/cloudfoundry-incubator/spiff/blob/master/releases is
|
By
Mingfei Hua <mfhua@...>
·
#1123
·
|
|
Re: Service Discovery on CF for Custom buildpack
Hi,
We have a custom buildpack for our product lets say name B1.
I have query with respect to a custom Application Configuration App
which is build on Nodejs has it own UI to do -
1. Create a B1 -
Hi,
We have a custom buildpack for our product lets say name B1.
I have query with respect to a custom Application Configuration App
which is build on Nodejs has it own UI to do -
1. Create a B1 -
|
By
Ronak Agarwal <roagarwa@...>
·
#1122
·
|
|
App using java-buildpack , we are not seeing the catalina.out messages on the console ...
Hi Folks,
For some reason while deploying java tc app , we are not seeing the catalina.out messages on the console ?I checked the logging.properties, it looks
Hi Folks,
For some reason while deploying java tc app , we are not seeing the catalina.out messages on the console ?I checked the logging.properties, it looks
|
By
Vish
·
#1126
·
|
|
Re: Doubt using the REST method: "/v2/resource_match"
Hi Amit,
to upload an application (A zip), it is mandatory to execute this method?
The method which I am trying to use to upload the application
Hi Amit,
to upload an application (A zip), it is mandatory to execute this method?
The method which I am trying to use to upload the application
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1130
·
|
|
Re: Service Discovery on CF for Custom buildpack
Hi Ronak,
I don't totally understand your question. If your other apps can talk to
your micro-gateway app, then they can communicate any data they wish to
that micro-gateway, assuming the
Hi Ronak,
I don't totally understand your question. If your other apps can talk to
your micro-gateway app, then they can communicate any data they wish to
that micro-gateway, assuming the
|
By
Amit Kumar Gupta
·
#1129
·
|