Re: Application Configuration Management


Guido Westenberg
 

Ronak, check out this blog I just published:

http://blog.pivotal.io/pivotal-cloud-foundry/products/app-configuration-management-with-config-servers-in-cloud-foundry

I think it's close to what you are describing for centralized application
configuration management. I demonstrated integration with Devnull's Zuul
and the Spring Cloud config server, but the method could easily be extended
to Zookeeper and others...

Guido.

On Tue, Aug 4, 2015 at 9:44 AM, James Bayer <jbayer(a)pivotal.io> wrote:

CF's built-in app configuration is typically done with environment
variables or user-provided-services, but both of those are static and if
they change do not automatically update already running app instances with
new values.

if you want something that makes config changes available to already
running instances of an application, then something like Eureka, Consul,
etc that implements the CF Service interface would be a very natural way of
doing this.

On Tue, Aug 4, 2015 at 2:44 AM, Ronak Agarwal <roagarwa(a)tibco.com> wrote:

Basically I am looking for - CF Integration with any application
configuration servers(like Sping-cloud-config-server) to allow central
management of application settings for Cloud Foundry apps.

On Tue, Aug 4, 2015 at 2:18 PM, Ronak Agarwal <roagarwa(a)tibco.com> wrote:
Hi,

I need some help around application configuration management in CF,
using something like a Zookeeper or Doozered where I can manage all my
pushed application configuration details (app-url, port etc).

So if I make changes to any app configuration through lets say
zookeeper it should be taken care by app on cf push before getting
staged OR on cf restart app.

Can you please point me to some blog/sample to test it?

Thanks,
Ronak


--
Regards,
Ronak Agarwal
(M) +91 8446044994
(O) +91 20 4150 7935
roagarwa(a)tibco.com


--
Thank you,

James Bayer

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.