|
Re: Conducting Diego auctions and rep.ComputeScore
* Where in the source does the Auctioneer decide the winner from among the
submitted requests?
https://github.com/cloudfoundry-incubator/auction/blob/master/auctionrunner/scheduler.go#L206
* How
* Where in the source does the Auctioneer decide the winner from among the
submitted requests?
https://github.com/cloudfoundry-incubator/auction/blob/master/auctionrunner/scheduler.go#L206
* How
|
By
Amit Kumar Gupta
·
#5148
·
|
|
Re: Proposal (v2) for Service Discovery within Elastic Clusters
Hey Tomoe,
In the doc, there is a link for "Cloud Foundry Elastic Clusters" under the
"Related Reading" section. That should give you perspective on the broader
feature narrative -- this proposal
Hey Tomoe,
In the doc, there is a link for "Cloud Foundry Elastic Clusters" under the
"Related Reading" section. That should give you perspective on the broader
feature narrative -- this proposal
|
By
Amit Kumar Gupta
·
#5147
·
|
|
Demonstrate Cloud bursting/Cloud portability/Hybrid cloud feature in Cloud Foundry
I am deploying CF using Bosh Lite on my machine. I need to demonstrate the feature as said in the subject. Does CF support it? If yes, how do I do it?
I am deploying CF using Bosh Lite on my machine. I need to demonstrate the feature as said in the subject. Does CF support it? If yes, how do I do it?
|
By
Aditya Sinha
·
#5146
·
|
|
Conducting Diego auctions and rep.ComputeScore
hi,
I'm interested in understanding the internals of the Diego auction process.
The design documents are great for a starting point but not as detailed as
I'd like in order to understand some of the
hi,
I'm interested in understanding the internals of the Diego auction process.
The design documents are great for a starting point but not as detailed as
I'd like in order to understand some of the
|
By
John Feminella <jxf@...>
·
#5145
·
|
|
Re: WebSockets app on CF
The gorouter itself supports websocket connections. The "cf logs" streaming
logs is one user of websockets.
How you access it might depend on which CF you target.
Look in ~/.cf/config.json for how
The gorouter itself supports websocket connections. The "cf logs" streaming
logs is one user of websockets.
How you access it might depend on which CF you target.
Look in ~/.cf/config.json for how
|
By
Dr Nic Williams <drnicwilliams@...>
·
#5144
·
|
|
WebSockets app on CF
Friends,
Do you have any guidance/recommendations for running Web Sockets apps on
Cloud Foundry ?
I am afraid that if application need to open multiple connections it may
affect the performance of
Friends,
Do you have any guidance/recommendations for running Web Sockets apps on
Cloud Foundry ?
I am afraid that if application need to open multiple connections it may
affect the performance of
|
By
Vinod Singh <vinoddandy@...>
·
#5143
·
|
|
Re: How to listen to space deletion events?
Hi,
Any suggestion on this?
Thanks,
Padma
Hi,
Any suggestion on this?
Thanks,
Padma
|
By
Padmashree B
·
#5142
·
|
|
Re: hm9000 failed to start
What does "bosh vms" say?
What does "bosh vms" say?
|
By
Amit Kumar Gupta
·
#5141
·
|
|
Re: Better health monitoring for CF components
Hi,
I have seen that video, but they also use collector. We add collectd to the
VMs so that we can get additional VM level metrics, but we are also
interested in explicitly checking that each
Hi,
I have seen that video, but they also use collector. We add collectd to the
VMs so that we can get additional VM level metrics, but we are also
interested in explicitly checking that each
|
By
Michal Tekel
·
#5140
·
|
|
Re: Better health monitoring for CF components
As the collector gets closer to deprecation, the old metrics and endpoints are disappearing. The healthy metric is still available via bosh monitor but like you mentioned I'm not sure if that is just
As the collector gets closer to deprecation, the old metrics and endpoints are disappearing. The healthy metric is still available via bosh monitor but like you mentioned I'm not sure if that is just
|
By
Mark Seidenstricker
·
#5139
·
|
|
CF v235 - Error while deploying with the consul_z1
Hi all,
I'm currently deploying the CF v235, the main change (i was in v228) comes from the secured connection with the consul component.
I have generated the certificates of the consul component by
Hi all,
I'm currently deploying the CF v235, the main change (i was in v228) comes from the secured connection with the consul component.
I have generated the certificates of the consul component by
|
By
Sylvain Goulmy <sygoulmy@...>
·
#5138
·
|
|
Better health monitoring for CF components
Hi,
we are looking how to monitor CF components in a better way. We have found
monit and consul healthchecks to be rather simplistic and insufficient to
tell if the component can really provide a
Hi,
we are looking how to monitor CF components in a better way. We have found
monit and consul healthchecks to be rather simplistic and insufficient to
tell if the component can really provide a
|
By
Michal Tekel
·
#5137
·
|
|
accessing to golang https server causes 502 error.
After deploying golang https server in cloudfoundry. when i accessed, it responsed 502 bad gateway error.
This log related with that error.
OUT webproxy.test.com - [17/06/2016:07:08:06.779 +0000]
After deploying golang https server in cloudfoundry. when i accessed, it responsed 502 bad gateway error.
This log related with that error.
OUT webproxy.test.com - [17/06/2016:07:08:06.779 +0000]
|
By
inho cho
·
#5136
·
|
|
Re: Interests in mod_security support ?
Hi Guillaume,
I made a POC using route-service if you are interested
https://github.com/shinji62/waf-cloudfoundry-route-service
Hi Guillaume,
I made a POC using route-service if you are interested
https://github.com/shinji62/waf-cloudfoundry-route-service
|
By
Gwenn Etourneau
·
#5135
·
|
|
Re: HTTP request status text is changed
As we are trying to move to docker image and this issue is still reproducible with docker image.
Any help on it?
As we are trying to move to docker image and this issue is still reproducible with docker image.
Any help on it?
|
By
Stanley Shen <meteorping@...>
·
#5134
·
|
|
Re: CF RTR returning 404 when app is down
If you look, there are some threads in the mailing list that discuss ways
to customize the gorouter 404 by using wildcard routes. Also, I believe
the router team is considering a change in this
If you look, there are some threads in the mailing list that discuss ways
to customize the gorouter 404 by using wildcard routes. Also, I believe
the router team is considering a change in this
|
By
Mike Youngstrom <youngm@...>
·
#5133
·
|
|
Re: CF RTR returning 404 when app is down
Hi Stevo,
Gorouter returns 404 for requests to routes not found. Dan is correct,
Gorouter will only have routes for app instance(s) that are running and
when an application is stopped, then the
Hi Stevo,
Gorouter returns 404 for requests to routes not found. Dan is correct,
Gorouter will only have routes for app instance(s) that are running and
when an application is stopped, then the
|
By
Mark St.Godard
·
#5132
·
|
|
adding Azul Zulu to the list of supported jres in java-buildpack
Hello,
I'm writing to propose to add Azul Zulu jre to the list of supported jres. Zulu is a tested and certified build of OpenJDK, see zulu.org for more details.
We are creating a custom buildpack
Hello,
I'm writing to propose to add Azul Zulu jre to the list of supported jres. Zulu is a tested and certified build of OpenJDK, see zulu.org for more details.
We are creating a custom buildpack
|
By
Ekaterina Blatova <ekaterina.blatova@...>
·
#5196
·
|
|
Re: Pushing kie workbench war to CF
I could deploy it onto pcfdev.
It was so heavy application that I had to assign 2GB of Mem, 2GB of Disk,
and 180 sec timeout.
```
$ cf push kie -p kie-wb-distribution-wars-6.4.0.Final-wildfly8.war
I could deploy it onto pcfdev.
It was so heavy application that I had to assign 2GB of Mem, 2GB of Disk,
and 180 sec timeout.
```
$ cf push kie -p kie-wb-distribution-wars-6.4.0.Final-wildfly8.war
|
By
Noburou TANIGUCHI
·
#5131
·
|
|
Re: CF RTR returning 404 when app is down
Exactly my thoughts. Now it's hard and shouldn't be needed at all to
distinguish real 404 from these app down 404s.
- Stevo
Exactly my thoughts. Now it's hard and shouldn't be needed at all to
distinguish real 404 from these app down 404s.
- Stevo
|
By
Stevo Slavić <sslavic at gmail.com...>
·
#5130
·
|