|
Open sourcing our S3 service broker
Maybe as the same we have for bosh release (bosh.io) we can create brokers.cloudfoundry.org wrote:
Maybe as the same we have for bosh release (bosh.io) we can create brokers.cloudfoundry.org wrote:
|
By
Gwenn Etourneau
· #2361
·
|
|
Cloud Foundry being used for an EU social learning games platform
Oh, the upload feature seems nice.. How do you manage it ? bren(a)juanantonio.info> wrote:
Oh, the upload feature seems nice.. How do you manage it ? bren(a)juanantonio.info> wrote:
|
By
Gwenn Etourneau
· #2339
·
|
|
Open sourcing our RDS service broker
Thanks that's a really nice job !
Thanks that's a really nice job !
|
By
Gwenn Etourneau
· #2296
·
|
|
Fail to stage application when scale the DEA
Hi, You never change the password right ? it was working before ?
Hi, You never change the password right ? it was working before ?
|
By
Gwenn Etourneau
· #1373
·
|
|
CF integration with logger and monitoring tools
" There is no way to to pull logs and metrics of entire CF instance into such agent based monitoring tools, it has to be binded everytime for each app ?" Fork the java-buildpack add your agent and add
" There is no way to to pull logs and metrics of entire CF instance into such agent based monitoring tools, it has to be binded everytime for each app ?" Fork the java-buildpack add your agent and add
|
By
Gwenn Etourneau
· #1287
·
|
|
Hard-coded domain name in diego etcd job
You not should change it, this domain is use only with consul as DNS. Many component rely on it, uaa and so on. https://github.com/cloudfoundry/cf-release/blob/90d730a2d13d9e065a7f348e7fd31a1522074d02
You not should change it, this domain is use only with consul as DNS. Many component rely on it, uaa and so on. https://github.com/cloudfoundry/cf-release/blob/90d730a2d13d9e065a7f348e7fd31a1522074d02
|
By
Gwenn Etourneau
· #1248
·
|
|
CF integration with logger and monitoring tools
I think the easy way is to use the provided logs system by CF, so deaagent-> metron -> dopler -> Firehose consumer - forwarder -> Willy Will be strange that Willy agent / or server don't provide the s
I think the easy way is to use the provided logs system by CF, so deaagent-> metron -> dopler -> Firehose consumer - forwarder -> Willy Will be strange that Willy agent / or server don't provide the s
|
By
Gwenn Etourneau
· #1246
·
|
|
cannot access director, trying 4 more times...
The add route script add the 10.X route the 192.X is added by Vagrant/VirtualBox so that's mean you can reach the director without the add-route script. wrote:
The add route script add the 10.X route the 192.X is added by Vagrant/VirtualBox so that's mean you can reach the director without the add-route script. wrote:
|
By
Gwenn Etourneau
· #1224
·
|
|
Missing routing logs from "cf logs app-name"
Simon not sure is related but don,t if you don't consume enough quickly the message, the buffer will be exhausted. Did you try to increase the buffer size ? wrote:
Simon not sure is related but don,t if you don't consume enough quickly the message, the buffer will be exhausted. Did you try to increase the buffer size ? wrote:
|
By
Gwenn Etourneau
· #1203
·
|
|
Running Docker private images on CF
t "#<RspecApiDocumentation::Views::HtmlExample:0x0000000bb883e0>" To be a bug in the Documentation tracked here https://www.pivotaltracker.com/n/projects/1003146/stories/100845526 Real example is ( ht
t "#<RspecApiDocumentation::Views::HtmlExample:0x0000000bb883e0>" To be a bug in the Documentation tracked here https://www.pivotaltracker.com/n/projects/1003146/stories/100845526 Real example is ( ht
|
By
Gwenn Etourneau
· #1201
·
|
|
Issues on Diego Deployment on Openstack
Johannes, Of course you can be disagree, the fact is bosh is IaaS agnostic (mostly) so once microbosh deployed should not be that difficult to install whatever bosh release you need. Yes creating the
Johannes, Of course you can be disagree, the fact is bosh is IaaS agnostic (mostly) so once microbosh deployed should not be that difficult to install whatever bosh release you need. Yes creating the
|
By
Gwenn Etourneau
· #1151
·
|
|
!help failed to install spiff
Works for me https://github.com/cloudfoundry-incubator/spiff/releases
Works for me https://github.com/cloudfoundry-incubator/spiff/releases
|
By
Gwenn Etourneau
· #1124
·
|
|
CF push error - Not able to resolve - Error dialing loggregator server: Get https://loggregator.systemdomain.com
Btw CF-213 is a fresh install or update ??
Btw CF-213 is a fresh install or update ??
|
By
Gwenn Etourneau
· #1064
·
|
|
Garden is Moving!
Awesome, yes it's a big win for everyome and according to Solomonstre tweet is just natural things "@chanezon <https://twitter.com/chanezon/> @wattersjames <https://twitter.com/wattersjames/> @charles
Awesome, yes it's a big win for everyome and according to Solomonstre tweet is just natural things "@chanezon <https://twitter.com/chanezon/> @wattersjames <https://twitter.com/wattersjames/> @charles
|
By
Gwenn Etourneau
· #1054
·
|
|
How long will events be kept?
Event are purged based on some value put on your manifest : cc.app_events.cutoff_age_in_days: description: "How old an app event should stay in cloud controller database before being cleaned up" defau
Event are purged based on some value put on your manifest : cc.app_events.cutoff_age_in_days: description: "How old an app event should stay in cloud controller database before being cleaned up" defau
|
By
Gwenn Etourneau
· #1027
·
|
|
SSH access to CF app instances on Diego
Oh I think you are right James .. Do we have a google docs discussing around that ?
Oh I think you are right James .. Do we have a google docs discussing around that ?
|
By
Gwenn Etourneau
· #1023
·
|
|
SSH access to CF app instances on Diego
Guillaume, Not sure is related but the ssh have been already implemented and is available on diego and cf-release. wrote:
Guillaume, Not sure is related but the ssh have been already implemented and is available on diego and cf-release. wrote:
|
By
Gwenn Etourneau
· #1018
·
|
|
App autosleep support
For the autosleep feature why not but again only for non-prod application. In my previous company, for DEV environment we stop application which have been not updated since one month except some excep
For the autosleep feature why not but again only for non-prod application. In my previous company, for DEV environment we stop application which have been not updated since one month except some excep
|
By
Gwenn Etourneau
· #1017
·
|
|
Invalid password change request
Btw why not using uaac client ? Should be much more convenient https://docs.cloudfoundry.org/adminguide/uaa-user-management.html#changing-passwords wrote:
Btw why not using uaac client ? Should be much more convenient https://docs.cloudfoundry.org/adminguide/uaa-user-management.html#changing-passwords wrote:
|
By
Gwenn Etourneau
· #961
·
|
|
Invalid password change request
Can you show me the body which you are sending the full one ?
Can you show me the body which you are sending the full one ?
|
By
Gwenn Etourneau
· #960
·
|