[
https://issues.apache.org/jira/browse/FELIX-4511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved FELIX-4511.
-------------------------------------
Resolution: Won't Fix
no activity for years, closing as wont fix. please reopen if you think otherwise
> 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: Web Console
> Affects Versions: configadmin-1.8.2
> Environment: Should work on all systems that Felix can run on.
> Reporter: Matthew Sadowski
> Priority: Minor
> Original Estimate: 504h
> Remaining Estimate: 504h
>
> 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" : "bname",
> "propertyName1" : "propertyValue",
> "propertyName2" : "propertyValue"
> }
> ]
> }
> Ability to upload JSON formatted bundle configuration file to easily
> configuration 1 or more named bundles.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)