|
websockets and limitations of AWS ELB
I'm interested to hear from operators how you're supporting websockets for
CF on AWS, both for user tailing of app logs from Loggregator, and for apps
running on CF that take websocket
I'm interested to hear from operators how you're supporting websockets for
CF on AWS, both for user tailing of app logs from Loggregator, and for apps
running on CF that take websocket
|
By
Shannon Coen
·
#4712
·
|
|
Re: Reg combining vms in cf-231
Separate VM not necessary, you need a consul server cluster though, can't
just have consul agents in client mode. Your server cluster can be
colocated with other VMs, and the servers can act as
Separate VM not necessary, you need a consul server cluster though, can't
just have consul agents in client mode. Your server cluster can be
colocated with other VMs, and the servers can act as
|
By
Amit Kumar Gupta
·
#4710
·
|
|
Re: Persistent problem with -p option for cups and uups
What does that mean?
By
Don Nelson
·
#4709
·
|
|
Re: Reg combining vms in cf-231
Forgot to mention that I collocated consul_agent with api_worker and also enabled it in server mode and removed it as a separate vm.
Even after this, the consul_agent process was not coming up in
Forgot to mention that I collocated consul_agent with api_worker and also enabled it in server mode and removed it as a separate vm.
Even after this, the consul_agent process was not coming up in
|
By
Nithiyasri Gnanasekaran -X (ngnanase - TECH MAHINDRA LIM@Cisco) <ngnanase at cisco.com...>
·
#4708
·
|
|
Re: Reg combining vms in cf-231
Hi Amit
Pls let me know if consul as a separate vm is necessary for cf-231 deployment, though we collocate consul_agent in every other job of cf-231
Regards
Nithiyasri
Sent: Monday, April 25, 2016
Hi Amit
Pls let me know if consul as a separate vm is necessary for cf-231 deployment, though we collocate consul_agent in every other job of cf-231
Regards
Nithiyasri
Sent: Monday, April 25, 2016
|
By
Nithiyasri Gnanasekaran -X (ngnanase - TECH MAHINDRA LIM@Cisco) <ngnanase at cisco.com...>
·
#4707
·
|
|
Services without Servers | Equivalent of AWS Lambda
Hello,
Has anyone implemented or know of an implementation similar to that of "AWS Lambda" using Cloud Foundry?
The idea is to have the ability to run small scripts on the fly without having a
Hello,
Has anyone implemented or know of an implementation similar to that of "AWS Lambda" using Cloud Foundry?
The idea is to have the ability to run small scripts on the fly without having a
|
By
Owais Mohamed
·
#4706
·
|
|
Re: [PROPOSAL]: Removing ability to specify npm version
Thanks Shawn. We appreciate the feedback and will take it into account
before making any decisions that will remove the functionality.
Thanks Shawn. We appreciate the feedback and will take it into account
before making any decisions that will remove the functionality.
|
By
Danny Rosen
·
#4705
·
|
|
Re: Reg combining vms in cf-231
Your first job has consul services, so you'll need to colocate the
consul_agent there too. You also don't have any consul servers running
anywhere.
TECH MAHINDRA LIM at Cisco) <ngnanase(a)cisco.com>
Your first job has consul services, so you'll need to colocate the
consul_agent there too. You also don't have any consul servers running
anywhere.
TECH MAHINDRA LIM at Cisco) <ngnanase(a)cisco.com>
|
By
Amit Kumar Gupta
·
#4704
·
|
|
Re: HTTP request status text is changed
Actually one CF instance is bosh lite one deployed on AWS, I didn't change things related to haproxy.
I also can reproduce it on this bosh lite instance.
- default_networks:
- name: cf1
Actually one CF instance is bosh lite one deployed on AWS, I didn't change things related to haproxy.
I also can reproduce it on this bosh lite instance.
- default_networks:
- name: cf1
|
By
Stanley Shen <meteorping@...>
·
#4703
·
|
|
Re: Persistent problem with -p option for cups and uups
Pls change the lookup location and it work's
--
Thanks & Regards
Sunil Babu K C
+91-81970-35608
Pls change the lookup location and it work's
--
Thanks & Regards
Sunil Babu K C
+91-81970-35608
|
By
Sunil Babu <cloudgrp.assist@...>
·
#4702
·
|
|
Reg combining vms in cf-231
Hi Amit
I am using cf-231 release.
In the spiff generated yml, I could combine api_worker and cloud_controller jobs into one, dea-spare with router.
But when I remove consul as a separate VM and
Hi Amit
I am using cf-231 release.
In the spiff generated yml, I could combine api_worker and cloud_controller jobs into one, dea-spare with router.
But when I remove consul as a separate VM and
|
By
Nithiyasri Gnanasekaran -X (ngnanase - TECH MAHINDRA LIM@Cisco) <ngnanase at cisco.com...>
·
#4701
·
|
|
Re: HTTP request status text is changed
Can u check on the haproxy config on the web component
--
Thanks & Regards
Sunil Babu K C
+91-81970-35608
Can u check on the haproxy config on the web component
--
Thanks & Regards
Sunil Babu K C
+91-81970-35608
|
By
Sunil Babu <cloudgrp.assist@...>
·
#4700
·
|
|
Re: HTTP request status text is changed
yes, the request goes to my APP.
I can reproduce it with a very small zip file as ZIP format is forbidden in my system.
The default value configured in CF is "client_max_body_size: 15M"
I am using
yes, the request goes to my APP.
I can reproduce it with a very small zip file as ZIP format is forbidden in my system.
The default value configured in CF is "client_max_body_size: 15M"
I am using
|
By
Stanley Shen <meteorping@...>
·
#4699
·
|
|
Re: HTTP request status text is changed
Are you sure the request is actually making it to your app? Requests that
come into CF go through a load balancer and the gorouters before they hit
your app. ie. browser -> your LB -> gorouters ->
Are you sure the request is actually making it to your app? Requests that
come into CF go through a load balancer and the gorouters before they hit
your app. ie. browser -> your LB -> gorouters ->
|
By
Daniel Mikusa
·
#4698
·
|
|
HTTP request status text is changed
Hello all
I am having an web application running on CF/Diego with version 233, and I notice strange thing about my APP.
I have some code to check attachments will be uploaded to system.
If the
Hello all
I am having an web application running on CF/Diego with version 233, and I notice strange thing about my APP.
I have some code to check attachments will be uploaded to system.
If the
|
By
Stanley Shen <meteorping@...>
·
#4697
·
|
|
Brokered route services only receiving traffic for routes mapped to started apps
Hi Shannon and the routing team,
Testing the route service support in v230, I observe that brokered route
services are only receiving traffic for routes mapped to started apps. In
other words, if a
Hi Shannon and the routing team,
Testing the route service support in v230, I observe that brokered route
services are only receiving traffic for routes mapped to started apps. In
other words, if a
|
By
Guillaume Berche
·
#4696
·
|
|
Re: Persistent problem with -p option for cups and uups
Thanks, Dies. I opened GitHub issue #824 at the cf repo.
Thanks, Dies. I opened GitHub issue #824 at the cf repo.
|
By
Don Nelson
·
#4695
·
|
|
Re: Persistent problem with -p option for cups and uups
Hi Don,
-p should work. Please raise a GitHub issue at the CLI repo . Please include a (sanitized) version of your JSON file.
Regards,
Dies Koper
CF CLI PM
Sent from my iPhone
Hi Don,
-p should work. Please raise a GitHub issue at the CLI repo . Please include a (sanitized) version of your JSON file.
Regards,
Dies Koper
CF CLI PM
Sent from my iPhone
|
By
Koper, Dies <diesk@...>
·
#4694
·
|
|
Persistent problem with -p option for cups and uups
Hi all,
Using the latest version of cf (6.17.0+5d0be0a-2016-04-15), I notice that there is still a problem with the -p option for cups and uups. The online help indicates that one can use -p to
Hi all,
Using the latest version of cf (6.17.0+5d0be0a-2016-04-15), I notice that there is still a problem with the -p option for cups and uups. The online help indicates that one can use -p to
|
By
Don Nelson
·
#4693
·
|
|
Re: Static IP setup for routers on AWS
Thanks Dan,
So it sounds like *if* your router has public IPs, then you need to tell
those IPs to the UAA so it knows to trust them and handle the x-forwarded-*
headers from them. Going back to
Thanks Dan,
So it sounds like *if* your router has public IPs, then you need to tell
those IPs to the UAA so it knows to trust them and handle the x-forwarded-*
headers from them. Going back to
|
By
Amit Kumar Gupta
·
#4692
·
|