Fix odl-yanglib feature usage 92/104392/1
authorYaroslav Lastivka <yaroslav.lastivka@pantheon.tech>
Thu, 19 Jan 2023 11:55:38 +0000 (13:55 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 14 Feb 2023 18:49:05 +0000 (19:49 +0100)
commitd1ff9b57a62368e758309a65989addca0ebce5e4
treeef369f85b34ec1f26d8de3df2fc5bdfc7b5999d7
parent0577693e614c5a58bb63b225b61ffa7e33584c5f
Fix odl-yanglib feature usage

The problem is that Initialization stops working correctly and
expect non-empty YanglibConfig provided by blueprint.

Were set default cache-folder to cache/schema, binding-addr to
localhost and binding-port port 8181 by creating new config
file.

JIRA: NETCONF-909
Change-Id: I76455310d014a5ad87051cb0ac749f5ce9f010c1
Signed-off-by: Yaroslav Lastivka <yaroslav.lastivka@pantheon.tech>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 11ced7438f39559415565864c085fc0ec4422f4d)
artifacts/pom.xml
features/yanglib/odl-yanglib/pom.xml
features/yanglib/odl-yanglib/src/main/feature/feature.xml
netconf/yanglib/pom.xml
netconf/yanglib/src/main/java/org/opendaylight/yanglib/impl/YangLibProvider.java
netconf/yanglib/src/main/resources/OSGI-INF/blueprint/yanglib.xml
netconf/yanglib/src/main/resources/initial/yanglib-config.xml [new file with mode: 0644]