|
Increasing warden yml network and user pool size
We are seeing some performance bottlenecks at warden, and at times warden
drops all connections under increasing load. We think increasing this
network and user pool_size might help. We have tried
We are seeing some performance bottlenecks at warden, and at times warden
drops all connections under increasing load. We think increasing this
network and user pool_size might help. We have tried
|
By
Animesh Singh
·
#652
·
|
|
Re: Installing Diego feedback
So, I certainly like the idea of namespacing Diego specific properties. The
job level granularity is excessive though. cf-release is also very old so a
lot of its properties could be
So, I certainly like the idea of namespacing Diego specific properties. The
job level granularity is excessive though. cf-release is also very old so a
lot of its properties could be
|
By
Mike Heath
·
#651
·
|
|
Re: UAA and ADFS
we don't use 'saml' as a profile anymore. that is gone. if it exists in
documentation we must remove it
we don't use 'saml' as a profile anymore. that is gone. if it exists in
documentation we must remove it
|
By
Filip Hanik
·
#650
·
|
|
Re: UAA and ADFS
change
spring_profiles: saml
to
spring_profiles: default
change
spring_profiles: saml
to
spring_profiles: default
|
By
Filip Hanik
·
#649
·
|
|
Re: UAA and ADFS
Hi Filip,
Thanks for the links.
Here is what I did.
Checked out UAA code from git.
In resource/uaa.yml file I modified to reflect the use of SAML
spring_profiles: saml
In login.yml I have populated
Hi Filip,
Thanks for the links.
Here is what I did.
Checked out UAA code from git.
In resource/uaa.yml file I modified to reflect the use of SAML
spring_profiles: saml
In login.yml I have populated
|
By
Maaz
·
#648
·
|
|
Re: Can't create/update buildpacks, "a filename must be specified"
Hi Kyle,
The fundamental issue with not using Nginx is that all uploads/downloads
block the cloud controller instance. A long blocking request to the CC can
be a serious issue in any CF environment.
Hi Kyle,
The fundamental issue with not using Nginx is that all uploads/downloads
block the cloud controller instance. A long blocking request to the CC can
be a serious issue in any CF environment.
|
By
CF Runtime
·
#647
·
|
|
Re: Installing Diego feedback
Hi, Mike,
Thanks for the feedback! Responses inline below.
We intentionally decided to namespace these component properties very early
on in the development of diego-release: initially everything
Hi, Mike,
Thanks for the feedback! Responses inline below.
We intentionally decided to namespace these component properties very early
on in the development of diego-release: initially everything
|
By
Eric Malm <emalm@...>
·
#646
·
|
|
Re: Can't create/update buildpacks, "a filename must be specified"
What will be lost by not having nginx? I've had it disabled and haven't
seen other problems before this.
What will be lost by not having nginx? I've had it disabled and haven't
seen other problems before this.
|
By
kyle havlovitz <kylehav@...>
·
#645
·
|
|
Re: Installing Diego feedback
I have created and used quite a few BOSH releases and the property
namespacing feels very odd to me. I'm very curious to understand the
reasoning behind it.
I can't reproduce my 2048-bit key problem.
I have created and used quite a few BOSH releases and the property
namespacing feels very odd to me. I'm very curious to understand the
reasoning behind it.
I can't reproduce my 2048-bit key problem.
|
By
Mike Heath
·
#644
·
|
|
Re: How to update blobs in blob.cfblob.com ?
Since you won't be able to upload the blobs to the cf-release bucket, I'd
suggest you capture the output of `bosh blobs` in your pull request. That
command should enumerate all of the new blobs and
Since you won't be able to upload the blobs to the cf-release bucket, I'd
suggest you capture the output of `bosh blobs` in your pull request. That
command should enumerate all of the new blobs and
|
By
Matthew Sykes <matthew.sykes@...>
·
#643
·
|
|
loggregator tc repeating error "websocket: close 1005"
hi Erik
any news on this?
thx for your help
G
hi Erik
any news on this?
thx for your help
G
|
By
Gianluca Volpe <gvolpe1968@...>
·
#642
·
|
|
Loggregator Runtime error: invalid memory address or nil pointer dereference
hi
does anyone faced the same issue ?
it seems to be quite important
thx
---------- Forwarded message ----------
From: Gianluca Volpe <gvolpe1968(a)gmail.com>
Date: 2015-06-23 12:30
hi
does anyone faced the same issue ?
it seems to be quite important
thx
---------- Forwarded message ----------
From: Gianluca Volpe <gvolpe1968(a)gmail.com>
Date: 2015-06-23 12:30
|
By
Gianluca Volpe <gvolpe1968@...>
·
#641
·
|
|
Re: private vs public visibility of apps
excellent.
I can create domain to the private proxy that's included
cf create-shared-domain apps.<ip of private_haproxy>.xip.io
and then push my app to it
cf push -d apps.<ip of
excellent.
I can create domain to the private proxy that's included
cf create-shared-domain apps.<ip of private_haproxy>.xip.io
and then push my app to it
cf push -d apps.<ip of
|
By
Matthias Ender <Matthias.Ender@...>
·
#640
·
|
|
Re: Cloud Foundry Group on Slack
There is some IRC channels of freenode.
#bosh, #cloudfoundry
wrote:
There is some IRC channels of freenode.
#bosh, #cloudfoundry
wrote:
|
By
Simon Johansson <simon@...>
·
#639
·
|
|
How to update blobs in blob.cfblob.com ?
Hi, all.
I work on adding support of Power architecture to CF. During the work I
needed to update not only cf-release, but existing blobs (postgresql, mysql
client and etc.). I wonder how I can make
Hi, all.
I work on adding support of Power architecture to CF. During the work I
needed to update not only cf-release, but existing blobs (postgresql, mysql
client and etc.). I wonder how I can make
|
By
Alexander Lomov <alexander.lomov@...>
·
#638
·
|
|
Cloud Foundry Group on Slack
Hello All,
Do we have any slack group for CloudFoundry developer?
Best Regards,
Pravin Mishra
Hello All,
Do we have any slack group for CloudFoundry developer?
Best Regards,
Pravin Mishra
|
By
Pravin Mishra <pravinmishra88@...>
·
#637
·
|
|
Re: CF rollback issue from v210 to v202
Thanks Ning,
Even we have tried the same approach (deleted unwanted file entries and
kept v202 migration related files in schema_migration table) to get back
to v202. but after that we were in v202
Thanks Ning,
Even we have tried the same approach (deleted unwanted file entries and
kept v202 migration related files in schema_migration table) to get back
to v202. but after that we were in v202
|
By
Lingesh Mouleeshwaran
·
#636
·
|
|
Re: Installing Diego feedback
Thanks for the feedback. I'll let others comment on the bosh aspects other
than to say that we are expecting people to use spiff to generate the
manifests and that the decision to namespace properties
Thanks for the feedback. I'll let others comment on the bosh aspects other
than to say that we are expecting people to use spiff to generate the
manifests and that the decision to namespace properties
|
By
Matthew Sykes <matthew.sykes@...>
·
#635
·
|
|
Re: UAA and ADFS
We will work on improving our documentation, SAML configuration is pretty
straight forward.
Here is an example of where I have 4 different providers
We will work on improving our documentation, SAML configuration is pretty
straight forward.
Here is an example of where I have 4 different providers
|
By
Filip Hanik
·
#634
·
|
|
Installing Diego feedback
I just got Diego successfully integrated and deployed in my Cloud Foundry
dev environment. Here's a bit of feedback.
One of the really nice features of BOSH is that you can set a property once
and
I just got Diego successfully integrated and deployed in my Cloud Foundry
dev environment. Here's a bit of feedback.
One of the really nice features of BOSH is that you can set a property once
and
|
By
Mike Heath
·
#633
·
|