From d77d01bae41b5c8331a6de6eff1a64e08cd9e279 Mon Sep 17 00:00:00 2001 From: herbert Date: Thu, 30 Jan 2020 10:15:11 +0100 Subject: SDN-R add updated app add updated data-provider Issue-ID: SDNC-1026 Signed-off-by: herbert Change-Id: I641f8144955fcfb196d0cb19d57452c1d1a69a92 Signed-off-by: herbert --- .../provider/src/main/resources/about/README.md | 17 +++++ .../provider/src/main/resources/about/test.bmp | Bin 0 -> 14454 bytes .../org/opendaylight/blueprint/impl-blueprint.xml | 80 +++++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 sdnr/wt/data-provider/provider/src/main/resources/about/README.md create mode 100644 sdnr/wt/data-provider/provider/src/main/resources/about/test.bmp create mode 100644 sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml (limited to 'sdnr/wt/data-provider/provider/src/main/resources') diff --git a/sdnr/wt/data-provider/provider/src/main/resources/about/README.md b/sdnr/wt/data-provider/provider/src/main/resources/about/README.md new file mode 100644 index 000000000..81c8c6c1e --- /dev/null +++ b/sdnr/wt/data-provider/provider/src/main/resources/about/README.md @@ -0,0 +1,17 @@ + +| | | +| --- | ----- | +| ONAP release | {release-name} | +| ONAP release version | {release-version} | +| Opendaylight release | {odl-version} | +| ONAP CCSDK version | {ccsdk-version} | +| Build timestamp | {build-time} | +| Yangtools version | {yangtools-version} | +| MD-SAL version | {mdsal-version} | +| SDN-R packages version | {package-version} ({package-githash}) | +| ODLUX version | {odlux-revision} | +| Cluster size | {cluster-size} | + +``` +{karaf-info} +``` \ No newline at end of file diff --git a/sdnr/wt/data-provider/provider/src/main/resources/about/test.bmp b/sdnr/wt/data-provider/provider/src/main/resources/about/test.bmp new file mode 100644 index 000000000..d049ea5bc Binary files /dev/null and b/sdnr/wt/data-provider/provider/src/main/resources/about/test.bmp differ diff --git a/sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml new file mode 100644 index 000000000..54575ad6c --- /dev/null +++ b/sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg