Centralized configuration management

I look Apache Felix, in particular, a subproject Configuration Admin Servicethat allows you to manage the configuration for several components. The documentation says:

The configuration administration service is the central center that saves this configuration, as well as for distributing the configuration to interested parties. One such component that needs to be configured.

Is there a way to manage the configuration of several components that run on different instances of the platform Apache Felix?

To illustrate my question, suppose there are 5 modular application servers. Each server consists of several packages installed on one instance of the platform OSGi. In two instances of the platform, such bundles can work with different configurations. I would like to centralize the configuration for all packages of all platform instances using one instance Configuration Admin Service.

Do you know where I can find good resources for configuration management with OSGiand, more specifically, with Apache Felix?

thank

+5
source share
2 answers

Apache Karaf, Karaf Cellar, , , . Apache Karaf .

+3

.

1: Config Admin . "" Config Admin, . , - . . "13 " OSGi Compendium 4.2.

2:. Config Admin, OSGi. - Karaf, ; - mPRM - mPower Remote Manager. Felix .

0

All Articles