Matthew Sadowski created FELIX-4511:
---------------------------------------
Summary: Read in and Set configuration for bundles from a file
Key: FELIX-4511
URL: https://issues.apache.org/jira/browse/FELIX-4511
Project: Felix
Issue Type: Improvement
Components: Configuration Admin
Affects Versions: configadmin-1.8.2
Environment: Should work on all systems that Felix can run on.
Reporter: Matthew Sadowski
Priority: Minor
Program the ability to set the values of the properties for bundles based on a
file.
Currently there exists the the ability to output the configuration of all the
bundles loaded onto the Felix system to a webpage in the configuration status
page. There also exists the ability to download a hard copy of the file that
was output. This feature would give the ability to upload the downloaded
configuration file onto another instance of Felix. This would help replicate
system configuration and load balance instances of Felix without worrying about
human error in configuration copying.
The updates could be :
Ability to download bundle configuraiton file in JSON format.
{
bunldes : [
bundleName : {
"propertyName" : "propertyValue",
"propertyName" : "propertyValue"
}
]
}
Ability to upload JSON formatted bundle configuration file to easily
configuration 1 or more named bundles.
--
This message was sent by Atlassian JIRA
(v6.2#6252)