From 535227cb90edf605e12d9921d3485b19acabf553 Mon Sep 17 00:00:00 2001 From: Ron Shacham Date: Mon, 8 Jun 2020 11:02:14 -0400 Subject: [PATCH] Set env variable for RMR Source ID Signed-off-by: Ron Shacham Change-Id: I27955f3ffe9043334c5b9ce30345ff2e36c739f7 --- Dockerfile | 1 + container-tag.yaml | 2 +- docs/rel-notes.rst | 5 +++++ xapp-descriptor/config.json | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c111c7..9571fe6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -132,6 +132,7 @@ COPY --from=buildenv /playpen/assets/* /data # if needed, set RMR vars ENV RMR_SEED_RT=/data/bootstrap.rt #ENV RMR_RTG_SVC=rm-host:port +ENV RMR_SRC_ID=service-ricxapp-trafficxapp-rmr.ricxapp:4560 ENV RMR_VCTL_FILE=/tmp/rmr.v RUN echo "2" >/tmp/rmr.v diff --git a/container-tag.yaml b/container-tag.yaml index 81f5b42..f8e7a7f 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,3 +1,3 @@ # this is used by CI jobs to apply a tag when it builds the image --- -tag: '1.0.9' +tag: '1.0.10' diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index cdf6018..340b21c 100644 --- a/docs/rel-notes.rst +++ b/docs/rel-notes.rst @@ -9,6 +9,11 @@ Traffic Steering xAPP ===================== +2020 June 8 Version 1.0.10 +---------------------------- + Set env. variable RMR_SRC_ID to bet K8s RMR Service Host and Port + + 2020 June 2 Version 1.0.9 ---------------------------- Fix xapp descriptor to have rmr-data sections instead of rmr-data-in diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 3eef173..30b1591 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -7,7 +7,7 @@ "image": { "registry": "nexus3.o-ran-sc.org:10004", "name": "o-ran-sc/ric-app-ts", - "tag": "1.0.9" + "tag": "1.0.10" } } ], -- 2.16.6