Add Replicator's config files to etc on startup 93/92193/1
authorTibor Král <tibor.kral@pantheon.tech>
Wed, 19 Aug 2020 10:05:28 +0000 (12:05 +0200)
committerTibor Král <tibor.kral@pantheon.tech>
Wed, 19 Aug 2020 10:05:28 +0000 (12:05 +0200)
commit6f149e51688bf6d9fee30b704af9ef4b7ac81a0f
tree3235bd1bd9b12856557f84f1d42d374af29c773f
parentfd94442b003e5d57553bfa1c8a5c96cf8ab8c80e
Add Replicator's config files to etc on startup

Currently the configuration files don't reside inside
the etc folder when the bundle starts up. They either
have to be created manually or by editing via Karaf
Config CLI. This makes it more difficult for the
user to see the options and modify them as needed.

Add the files directly to the bundle stating all the
options and filled with default value. Then load them
inside the etc folder on bundle startup.

Signed-off-by: Tibor Král <tibor.kral@pantheon.tech>
Change-Id: If55316d89dcb5570d4f9f8a5b30fd5310ad90a48
features/odl-mdsal-exp-replicate-netty/src/main/feature/feature.xml [new file with mode: 0644]
replicate/mdsal-replicate-netty/pom.xml
replicate/mdsal-replicate-netty/src/main/resources/config/org.opendaylight.mdsal.replicate.netty.sink.cfg [new file with mode: 0644]
replicate/mdsal-replicate-netty/src/main/resources/config/org.opendaylight.mdsal.replicate.netty.source.cfg [new file with mode: 0644]