|
Re: Status of support for route paths in cli
Shannon recently pulled the story over into the Routing team's tracker [1]
with the intention to submit a PR for it to the CLI team.
-Dieu
CF CAPI PM
[1]
Shannon recently pulled the story over into the Routing team's tracker [1]
with the intention to submit a PR for it to the CLI team.
-Dieu
CF CAPI PM
[1]
|
By
Dieu Cao <dcao@...>
·
#1501
·
|
|
Status of support for route paths in cli
Route path support has been in the CC and Router for several months now.
What is the status of getting these into the CLI? I did a quick search for
a CLI tracker story and couldn't find one.
Mike
Route path support has been in the CC and Router for several months now.
What is the status of getting these into the CLI? I did a quick search for
a CLI tracker story and couldn't find one.
Mike
|
By
Mike Youngstrom <youngm@...>
·
#1500
·
|
|
Re: Request timeout in CloudFoundry
I have disabled the timeout on the gorouter "-1" trusting our Front end
load balancer to manage the timeout. That way I only need to worry about
configuring timeout on one device in my proxy chain.
I have disabled the timeout on the gorouter "-1" trusting our Front end
load balancer to manage the timeout. That way I only need to worry about
configuring timeout on one device in my proxy chain.
|
By
Mike Youngstrom <youngm@...>
·
#1499
·
|
|
Re: Notifications for service brokers
To follow up on this, I've been working with Simon Moser on an initial
proposal for this and he is now taking lead on it. Simon just completed a
PM dojo at the end of August.
Dieu
To follow up on this, I've been working with Simon Moser on an initial
proposal for this and he is now taking lead on it. Simon just completed a
PM dojo at the end of August.
Dieu
|
By
Dieu Cao <dcao@...>
·
#1498
·
|
|
Re: Need Help. How to register custom routes to gorouter
The new routing-api and routing-api-cli allow you to register / unregister
routes
You will need to ensure you are also deploying routing-api with cf-release
Routing
The new routing-api and routing-api-cli allow you to register / unregister
routes
You will need to ensure you are also deploying routing-api with cf-release
Routing
|
By
Mark St.Godard
·
#1497
·
|
|
Re: Placement Pools
Yes, I was just talking with Onsi and Mark Kropf about this yesterday and
plan to submit a talk on this with Mark Kropf for cf summit berlin.
I'll take on getting the proposal for isolation groups
Yes, I was just talking with Onsi and Mark Kropf about this yesterday and
plan to submit a talk on this with Mark Kropf for cf summit berlin.
I'll take on getting the proposal for isolation groups
|
By
Dieu Cao <dcao@...>
·
#1496
·
|
|
Re: Need Help. How to register custom routes to gorouter
which cf-release are you using?
newer versions support an http api for trusted components to register
routes. shannon is the PM for the routing team and can explain more and
perhaps point to
which cf-release are you using?
newer versions support an http api for trusted components to register
routes. shannon is the PM for the routing team and can explain more and
perhaps point to
|
By
James Bayer
·
#1495
·
|
|
Re: Request timeout in CloudFoundry
i would trace through the various system component logs to see where the
timeout is starting with each component that the client connects to and
seeing if that request came through. by submitting a
i would trace through the various system component logs to see where the
timeout is starting with each component that the client connects to and
seeing if that request came through. by submitting a
|
By
James Bayer
·
#1494
·
|
|
Re: Placement Pools
i believe dieu is working on this in preparate for cf summit in berlin.
dieu, did i understand that correctly?
cafxx(a)strayorange.com> wrote:
--
Thank you,
James Bayer
i believe dieu is working on this in preparate for cf summit in berlin.
dieu, did i understand that correctly?
cafxx(a)strayorange.com> wrote:
--
Thank you,
James Bayer
|
By
James Bayer
·
#1493
·
|
|
Re: Application only starts when a bogus service is attached
wrote:
What version of the Java build pack do you have installed? `cf
buildpacks`? What does your `cf push` command & manifest.yml look like?
What do you mean by "fake"? Is it an actual service
wrote:
What version of the Java build pack do you have installed? `cf
buildpacks`? What does your `cf push` command & manifest.yml look like?
What do you mean by "fake"? Is it an actual service
|
By
Daniel Mikusa
·
#1491
·
|
|
So many hard-coded dropsonde destinations to metrons
Hi,
(This is a post in proxy of my collegue.)
There are so many hard-coded dropsonde destinations (actually each of them
is a metron's listening port) in multiple repositories, while
Hi,
(This is a post in proxy of my collegue.)
There are so many hard-coded dropsonde destinations (actually each of them
is a metron's listening port) in multiple repositories, while
|
By
Noburou TANIGUCHI
·
#1490
·
|
|
Application only starts when a bogus service is attached
we have some application that since our upgrade from 207 to 214 would not run
If I push an app (java web/ Spring) on cf without any services, CF loop on the push and sometime at the end (10 or
we have some application that since our upgrade from 207 to 214 would not run
If I push an app (java web/ Spring) on cf without any services, CF loop on the push and sometime at the end (10 or
|
By
ramonskie
·
#1489
·
|
|
Re: why does cf app show always 0.0% CPU
Answered on stackoverflow: http://stackoverflow.com/a/32392125/1061413
Answered on stackoverflow: http://stackoverflow.com/a/32392125/1061413
|
By
Amit Kumar Gupta
·
#1488
·
|
|
Re: Announcing Experimental support for Asynchronous Service Operations
Thanks Guillaume for the feedback. I've now gathered enough feedback to
bring async operations out of the experimental phase and bump the service
broker api version.
I've added stories to the CAPI
Thanks Guillaume for the feedback. I've now gathered enough feedback to
bring async operations out of the experimental phase and bump the service
broker api version.
I've added stories to the CAPI
|
By
Dieu Cao <dcao@...>
·
#1487
·
|
|
why does cf app show always 0.0% CPU
Hi
see details here
http://stackoverflow.com/questions/32375162/cf-app-shows-always-0-0-cpu-how-is-that-value-measured
Can you provide me details how this value is measured?
Lukas
Hi
see details here
http://stackoverflow.com/questions/32375162/cf-app-shows-always-0-0-cpu-how-is-that-value-measured
Can you provide me details how this value is measured?
Lukas
|
By
Lukas Lehner <weblehner@...>
·
#1486
·
|
|
Re: Placement Pools
James, Onsi,
we’re also looking forward to this, for we have some peculiar infrastructure requirements.
Carlo
James, Onsi,
we’re also looking forward to this, for we have some peculiar infrastructure requirements.
Carlo
|
By
Carlo Alberto Ferraris
·
#1492
·
|
|
Need Help. How to register custom routes to gorouter
Hi cf devs,
I want to register some custom routes to the gorouter component of cloud foundry. What I understood was that this could be achieved by nats-pub command but when I try this command on
Hi cf devs,
I want to register some custom routes to the gorouter component of cloud foundry. What I understood was that this could be achieved by nats-pub command but when I try this command on
|
By
Lakshman Mukkamalla
·
#1485
·
|
|
Re: Unsubscribe
Sent from my iPhone
By
Andres Montoya <andresmontoyat@...>
·
#1484
·
|
|
Re: Unsubscribe
> On Sep 3, 2015, at 10:00 AM, Ranchuan Ran <chuanran0723(a)gmail.com> wrote:
>
>
> On Sep 3, 2015, at 10:00 AM, Ranchuan Ran <chuanran0723(a)gmail.com> wrote:
>
>
|
By
Brian Feeny <bfeeny@...>
·
#1483
·
|
|
Re: Request timeout in CloudFoundry
Hi,
I'm experiencing this same issue.
I have a NodeJS app, using the nodejs buildpack. A request taking
approximately 80 secs long gets timed out (502 response). We're using the
default CF ELBs
Hi,
I'm experiencing this same issue.
I have a NodeJS app, using the nodejs buildpack. A request taking
approximately 80 secs long gets timed out (502 response). We're using the
default CF ELBs
|
By
Paul Bakare
·
#1482
·
|