|
Key Rotation Strategies
4 messages
There are a lot of Keys in my CF deployment manifest. I'd like to be able to rotate them. Most of the keys I could probably just change in a deployment but would cause some downtime or a service disru
There are a lot of Keys in my CF deployment manifest. I'd like to be able to rotate them. Most of the keys I could probably just change in a deployment but would cause some downtime or a service disru
|
By
Mike Youngstrom
·
|
|
TCP Router VS NoRouter
8 messages
Hi, I attended sessions on both TCP Router (Cloud Foundry and IOT protocol support by Atul Kshirsagar) and NoRouter (Norouter: Running Cloud Foundry without the Gorouter by Mike Heath). I just wanted
Hi, I attended sessions on both TCP Router (Cloud Foundry and IOT protocol support by Atul Kshirsagar) and NoRouter (Norouter: Running Cloud Foundry without the Gorouter by Mike Heath). I just wanted
|
By
Owais Mohamed
·
|
|
(No subject)
Yeah, I get Jetty logs as below: 2015-06-11T04:27:46.34+0200 [RTR] OUT modules-popeyed-nonascetic.10.244.0.34.xip.io - [11/06/2015:02:27:46 +0000] "GET / HTTP/1.1" 200 1098 "-" "curl/7.29.0" 10.0.2.15
Yeah, I get Jetty logs as below: 2015-06-11T04:27:46.34+0200 [RTR] OUT modules-popeyed-nonascetic.10.244.0.34.xip.io - [11/06/2015:02:27:46 +0000] "GET / HTTP/1.1" 200 1098 "-" "curl/7.29.0" 10.0.2.15
|
By
Arbi Akhina
·
|
|
(No subject)
I'm trying to increase the disk quota in the manifest to 10G to try deploy the original big jar and I'm seeing the following error: E:\src\samples\cloudfoundry\modules>cf push En utilisant le fichier
I'm trying to increase the disk quota in the manifest to 10G to try deploy the original big jar and I'm seeing the following error: E:\src\samples\cloudfoundry\modules>cf push En utilisant le fichier
|
By
Arbi Akhina
·
|
|
(No subject)
You'll need to increase cc.maximum_app_disk_in_mb in your bosh deployment manifest. That defines the maximum disk an app is allowed to request. Joseph Palermo CF Runtime Team On Fri, Jun 12, 2015 at 1
You'll need to increase cc.maximum_app_disk_in_mb in your bosh deployment manifest. That defines the maximum disk an app is allowed to request. Joseph Palermo CF Runtime Team On Fri, Jun 12, 2015 at 1
|
By
CF Runtime
·
|
|
R: Re: Monitor all outbound connections from apps in warden
2 messages
Hello, thank you for the hint! I'd prefer to do something at application level, like a shell script to run in parallel to the application that every X seconds prints the output of netstat, as the stan
Hello, thank you for the hint! I'd prefer to do something at application level, like a shell script to run in parallel to the application that every X seconds prints the output of netstat, as the stan
|
By
Michael Grifalconi
·
|
|
(No subject)
For what it's worth, these aren't logs from Jetty. They're from the gorouter, note the "[RTR]" tag. Logs from your app would be prefixed with "[APP/#]". You might want to look around with `cf files <a
For what it's worth, these aren't logs from Jetty. They're from the gorouter, note the "[RTR]" tag. Logs from your app would be prefixed with "[APP/#]". You might want to look around with `cf files <a
|
By
Daniel Mikusa
·
|
|
Java Buildpack: Stale Files Outside of WEB-INF
4 messages
Hi all, If one pushes a .war containing files outside of WEB-INF, deletes the app, then pushes a new version where those files outside of WEB-INF have been changed, these changes are not reflected in
Hi all, If one pushes a .war containing files outside of WEB-INF, deletes the app, then pushes a new version where those files outside of WEB-INF have been changed, these changes are not reflected in
|
By
Daniel Jones
·
|
|
Syslog Drain to Logstash Problems
9 messages
Hello, We are having problems draining log messages to Logstash. The drain is setup as a user provided service. cf cups logstash-drain -l syslog://xx.xx.xx.xx:5000 And then bound to the service. cf bi
Hello, We are having problems draining log messages to Logstash. The drain is setup as a user provided service. cf cups logstash-drain -l syslog://xx.xx.xx.xx:5000 And then bound to the service. cf bi
|
By
Steve Wall
·
|
|
Post: Cloud Foundry Advisory Board Meeting Notes - 2015 June
6 messages
Hi, I've just posted a write-up of the Cloud Foundry Advisory Board Meeting from Wednesday's meeting. http://www.activestate.com/blog/2015/06/cloud-foundry-advisory-board-meeting-2015-june Topics incl
Hi, I've just posted a write-up of the Cloud Foundry Advisory Board Meeting from Wednesday's meeting. http://www.activestate.com/blog/2015/06/cloud-foundry-advisory-board-meeting-2015-june Topics incl
|
By
Phil Whelan
·
|
|
Is there any officail Chinese docs?
3 messages
I can't open the Chinese doc website http://cndocs.cloudfoundry.com.Is this website closed?Is there any other substitute?
I can't open the Chinese doc website http://cndocs.cloudfoundry.com.Is this website closed?Is there any other substitute?
|
By
tan_bw@...
·
|
|
R: Re: R: Re: Monitor all outbound connections from apps in warden
Hello Joseph, I was able to do it, but it was not accurate enough, as 'netstat' prints the open connections in a specific moment, is good for persistent connection but can not catch a fast PUSH reques
Hello Joseph, I was able to do it, but it was not accurate enough, as 'netstat' prints the open connections in a specific moment, is good for persistent connection but can not catch a fast PUSH reques
|
By
Michael Grifalconi
·
|
|
Multi-node CCNG Problem
Hi there: I deployed 2 CCNG nodes in my servers.Since they've connected to the same database,they always pull a same asynchronous task from my DB.I found it's hardly to do the synchronous job by the D
Hi there: I deployed 2 CCNG nodes in my servers.Since they've connected to the same database,they always pull a same asynchronous task from my DB.I found it's hardly to do the synchronous job by the D
|
By
tan_bw@...
·
|
|
Buildpacks PMC - 2015-06-15 notes
Hello everybody, We had a meeting of the Buildpacks PMC today, permanent notes are at: https://github.com/cloudfoundry/pmc-notes/blob/master/Buildpacks/2015-06-16-buildpacks.md which I've helpfully sn
Hello everybody, We had a meeting of the Buildpacks PMC today, permanent notes are at: https://github.com/cloudfoundry/pmc-notes/blob/master/Buildpacks/2015-06-16-buildpacks.md which I've helpfully sn
|
By
Mike Dalessio
·
|
|
cloud foundry - 413 Request Entity Too Large
4 messages
Hello, I'm using Cloud Foundry v2, pivotal v1.4 distribution. All my apps are written in java, build pack is java_buildpack_offline_v3.0. Trying to make REST call with ~12MB body size to one of my app
Hello, I'm using Cloud Foundry v2, pivotal v1.4 distribution. All my apps are written in java, build pack is java_buildpack_offline_v3.0. Trying to make REST call with ~12MB body size to one of my app
|
By
avia
·
|
|
Message Broker Version Verification
2 messages
I have a question of how to handle API Version Header of service broker (X-Broker-Api-Version) in http request header. First of all, I found the CF manual mentioned as follows; === This header will be
I have a question of how to handle API Version Header of service broker (X-Broker-Api-Version) in http request header. First of all, I found the CF manual mentioned as follows; === This header will be
|
By
Masumi Ito
·
|
|
I: R: Re: Log connections from security groups - bosh lite
2 messages
Hello all, as I had no response, and I wasn't able to progress, I'm bumping this email from last week Thank you! Best regards, Michael -------- Messaggio originale -------- Da: "Michael Grifalconi" <m
Hello all, as I had no response, and I wasn't able to progress, I'm bumping this email from last week Thank you! Best regards, Michael -------- Messaggio originale -------- Da: "Michael Grifalconi" <m
|
By
Michael Grifalconi
·
|
|
Multi-node CCNG Problem
2 messages
Hi there: I deployed 2 CCNG nodes in my servers.Since they've connected to the same database,they always pull a same asynchronous task from my DB.I found it's hardly to do the synchronous job by the D
Hi there: I deployed 2 CCNG nodes in my servers.Since they've connected to the same database,they always pull a same asynchronous task from my DB.I found it's hardly to do the synchronous job by the D
|
By
tan_bw@...
·
|
|
How random is Metron's Doppler selection?
15 messages
Metron's documentation [1] says "All Metron traffic is randomly distributed across available Dopplers." How random is this? Based on observation, it appears that logs for an individual application ins
Metron's documentation [1] says "All Metron traffic is randomly distributed across available Dopplers." How random is this? Based on observation, it appears that logs for an individual application ins
|
By
Mike Heath
·
|
|
Proposal for incubation of receptor-client (Java client for receptor)
2 messages
Hello, At Pivotal we have been working on a Java client for receptor. We would like to propose the receptor-client for official incubation into the Cloud Foundry Foundation. The receptor-client is a J
Hello, At Pivotal we have been working on a Java client for receptor. We would like to propose the receptor-client for official incubation into the Cloud Foundry Foundation. The receptor-client is a J
|
By
Ryan Morgan
·
|