Fix odl-yanglib feature usage 87/104087/12
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 13:08:37 +0000 (14:08 +0100)
commit11ced7438f39559415565864c085fc0ec4422f4d
treeb404e2983a6f3a21cba7db46c4e91e9b1ed7e1bb
parentd800e9cca6acc0484888f770915100fd4d073098
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>
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]