From: Ron Shacham Date: Mon, 8 Jun 2020 15:02:14 +0000 (-0400) Subject: Set env variable for RMR Source ID X-Git-Tag: 1.0.11~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F4025%2F1;p=ric-app%2Fts.git Set env variable for RMR Source ID Signed-off-by: Ron Shacham Change-Id: I27955f3ffe9043334c5b9ce30345ff2e36c739f7 --- 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" } } ],