|
Re: 404 Not Found: Requested route ('firedetect.bosh-lite.com') does not exist.
By default, bosh-lite is configured to use ASG if I'm not wrong as I couldn't get "cf allow-access ..." as a registered command.
You will need to configure the network to allow proper egress to your
By default, bosh-lite is configured to use ASG if I'm not wrong as I couldn't get "cf allow-access ..." as a registered command.
You will need to configure the network to allow proper egress to your
|
By
Sze Siong Teo <szesiong@...>
·
#6652
·
|
|
Re: 404 Not Found: Requested route ('firedetect.bosh-lite.com') does not exist.
I have installed the vagrant and didn't make any change in the network configuration by myself.
$./bin/add-route
+ old_ips=10.244.0.0/19
+ ips=10.244.0.0/16
+ gw=192.168.50.4
+ echo 'Adding the
I have installed the vagrant and didn't make any change in the network configuration by myself.
$./bin/add-route
+ old_ips=10.244.0.0/19
+ ips=10.244.0.0/16
+ gw=192.168.50.4
+ echo 'Adding the
|
By
Deepak Arn <arn.deepak1@...>
·
#6651
·
|
|
Re: What are the process type in Procfile supported by CloudFoundry?
Hi Zach,
I saw this "Experimental - Applications consisting of several processes via a Procfile" but is this a worker process feature for web app to achieve multi-process backend?
What I'm looking
Hi Zach,
I saw this "Experimental - Applications consisting of several processes via a Procfile" but is this a worker process feature for web app to achieve multi-process backend?
What I'm looking
|
By
Sze Siong Teo <szesiong@...>
·
#6650
·
|
|
Re: 404 Not Found: Requested route ('firedetect.bosh-lite.com') does not exist.
AFAIK, all *.bosh-lite.com resolves to 10.244.0.34
Did you setup via vagrant or manually? There scripts within the VM itself that will add iptables rules to route traffic to proper interface for
AFAIK, all *.bosh-lite.com resolves to 10.244.0.34
Did you setup via vagrant or manually? There scripts within the VM itself that will add iptables rules to route traffic to proper interface for
|
By
Sze Siong Teo <szesiong@...>
·
#6649
·
|
|
Re: Incubation Proposal - haproxy-boshrelease
I'm pleased to announce that haproxy-boshrelease has been accepted for
incubation into the Runtime PMC!
Geoff Franks will be serving as the project lead.
Will work with Geoff on the
I'm pleased to announce that haproxy-boshrelease has been accepted for
incubation into the Runtime PMC!
Geoff Franks will be serving as the project lead.
Will work with Geoff on the
|
By
Dieu Cao <dcao@...>
·
#6648
·
|
|
Increasing Routing availability in the event of failure with route registration
The Routing and Diego teams are starting to think about how to avoid
pruning routes after two minutes when there's a failure with NATS or a
network partition between Emitters, NATS, and Routers, while
The Routing and Diego teams are starting to think about how to avoid
pruning routes after two minutes when there's a failure with NATS or a
network partition between Emitters, NATS, and Routers, while
|
By
Shannon Coen
·
#6647
·
|
|
Re: 404 Not Found: Requested route ('firedetect.bosh-lite.com') does not exist.
Hi Teo,
Thanks for the reply.
I have changed the code, Now application code is not handling any thread by itself
Now getting the error
502 Bad Gateway: Registered endpoint failed to handle the
Hi Teo,
Thanks for the reply.
I have changed the code, Now application code is not handling any thread by itself
Now getting the error
502 Bad Gateway: Registered endpoint failed to handle the
|
By
Deepak Arn <arn.deepak1@...>
·
#6646
·
|
|
Re: What are the process type in Procfile supported by CloudFoundry?
Support for Procfiles is currently being added to Cloud Foundry.
It is part of the V3 API, which are experimental at the moment, docs here: http://v3-apidocs.cloudfoundry.org/
You can follow
Support for Procfiles is currently being added to Cloud Foundry.
It is part of the V3 API, which are experimental at the moment, docs here: http://v3-apidocs.cloudfoundry.org/
You can follow
|
By
Zach Robinson
·
#6645
·
|
|
Loggregator Message Reliability Rates in CF253
The Loggregator team has seen an increase in the rate of `doppler.shedEnvelopes` and `doppler.dropped` metrics starting in the CF253[1] deployment. The doppler.dropped increase has been attributed to
The Loggregator team has seen an increase in the rate of `doppler.shedEnvelopes` and `doppler.dropped` metrics starting in the CF253[1] deployment. The doppler.dropped increase has been attributed to
|
By
Adam Hevenor
·
#6644
·
|
|
Re: What are the process type in Procfile supported by CloudFoundry?
Great, thanks a lot Leandro.
Great, thanks a lot Leandro.
|
By
Sze Siong Teo <szesiong@...>
·
#6643
·
|
|
Re: What are the process type in Procfile supported by CloudFoundry?
If you need to run cron tasks you have several alternatives like:
- https://docs.run.pivotal.io/marketplace/services/temporize.html
- https://github.com/18F/cg-cron
-
If you need to run cron tasks you have several alternatives like:
- https://docs.run.pivotal.io/marketplace/services/temporize.html
- https://github.com/18F/cg-cron
-
|
By
Leandro David Cacciagioni
·
#6642
·
|
|
What are the process type in Procfile supported by CloudFoundry?
Hi, it seems the CF only support 'web' process type as of now? I couldn't find much information about this in CF
Hi, it seems the CF only support 'web' process type as of now? I couldn't find much information about this in CF
|
By
Sze Siong Teo <szesiong@...>
·
#6641
·
|
|
Re: 404 Not Found: Requested route ('firedetect.bosh-lite.com') does not exist.
Hi,
The log shows that your app crashed hence 404. But why do you spawn thread in a web app? You should let the app server handle that.
Regards,
Teo
Hi,
The log shows that your app crashed hence 404. But why do you spawn thread in a web app? You should let the app server handle that.
Regards,
Teo
|
By
Sze Siong Teo <szesiong@...>
·
#6640
·
|
|
404 Not Found: Requested route ('firedetect.bosh-lite.com') does not exist.
I have deployed the java web application on local cloud foundry. While running the application, getting 404 not found
I have checked the recent logs:
cf logs FireDetect --recent
Connected, dumping
I have deployed the java web application on local cloud foundry. While running the application, getting 404 not found
I have checked the recent logs:
cf logs FireDetect --recent
Connected, dumping
|
By
Deepak Arn <arn.deepak1@...>
·
#6639
·
|
|
CVE-2017-4964: BOSH Azure CPI code injection vulnerability
Please see the following *medium* security advisory and let us know if you
have any questions or concerns.
https://www.cloudfoundry.org/cve-2017-4964/
Thanks,
Molly Crowther
Cloud Foundry Foundation
Please see the following *medium* security advisory and let us know if you
have any questions or concerns.
https://www.cloudfoundry.org/cve-2017-4964/
Thanks,
Molly Crowther
Cloud Foundry Foundation
|
By
Molly Crowther
·
#6638
·
|
|
Re: CloudFoundry PCI-DSS compliance issue?
Thanks a lot. This answers my question now.
Thanks a lot. This answers my question now.
|
By
Sze Siong Teo <szesiong@...>
·
#6637
·
|
|
Re: CloudFoundry PCI-DSS compliance issue?
filtering rules would have affected other apps on the same VM? Or it works
in some other different way?
In the "batteries included" implementation of cf-networking, policy
enforcement is still done
filtering rules would have affected other apps on the same VM? Or it works
in some other different way?
In the "batteries included" implementation of cf-networking, policy
enforcement is still done
|
By
David McClure
·
#6636
·
|
|
systemstack called from unexpected goroutine
I have a java application that is deployed in cloud foundry, when I ran performance testing on this application, sometimes this application becomes unresponsive, and there are many errors in the log
I have a java application that is deployed in cloud foundry, when I ran performance testing on this application, sometimes this application becomes unresponsive, and there are many errors in the log
|
By
Sam Dai
·
#6635
·
|
|
Re: CloudFoundry PCI-DSS compliance issue?
Hi,
iptables is used when Container Networking is *not* available. If you're
using Container Networking, you might want to ask the folks that are
writing it on cloudfoundry.slack.com in the
Hi,
iptables is used when Container Networking is *not* available. If you're
using Container Networking, you might want to ask the folks that are
writing it on cloudfoundry.slack.com in the
|
By
Daniel Jones
·
#6634
·
|
|
Re: CloudFoundry PCI-DSS compliance issue?
Hi Daniel,
How does the scenario I've mentioned for AppA and AppB to work even if I enable AppA and AppB to communicate via http://docs.cloudfoundry.org/devguide/deploy-apps/cf-networking.html? If
Hi Daniel,
How does the scenario I've mentioned for AppA and AppB to work even if I enable AppA and AppB to communicate via http://docs.cloudfoundry.org/devguide/deploy-apps/cf-networking.html? If
|
By
Sze Siong Teo <szesiong@...>
·
#6633
·
|