Add RMR_VCTL_FILE in order to control RMR debug level 66/2166/1
authorss412g <shuky.har-noy@intl.att.com>
Wed, 8 Jan 2020 08:35:01 +0000 (10:35 +0200)
committerss412g <shuky.har-noy@intl.att.com>
Wed, 8 Jan 2020 08:35:12 +0000 (10:35 +0200)
Change-Id: Ie1f594fa031122ed229a83105c566b62f553b005
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
E2Manager/Dockerfile
E2Manager/container-tag.yaml
E2Manager/resources/rmr.verbose [new file with mode: 0644]

index 4f9561b..25a972a 100644 (file)
@@ -58,12 +58,14 @@ RUN apt-get update && apt-get install -y \
   
 COPY --from=ubuntu /opt/E2Manager/router.txt /opt/E2Manager/router.txt
 COPY --from=ubuntu /opt/E2Manager/main /opt/E2Manager/main
-COPY --from=ubuntu /opt/E2Manager/resources /opt/E2Manager/resources
+COPY --from=ubuntu /opt/E2Manager/resources/configuration.yaml /opt/E2Manager/resources/configuration.yaml
+COPY --from=ubuntu /opt/E2Manager/resources/rmr.verbose /tmp/rmr.verbose
 COPY --from=ubuntu /usr/local/lib/librmr_nng.so.1 /usr/local/lib/librmr_nng.so.1
 COPY --from=ubuntu /usr/local/lib/libnng.so.1 /usr/local/lib/libnng.so.1
 WORKDIR /opt/E2Manager
 ENV LD_LIBRARY_PATH=/usr/local/lib \
     port=3800 
 ENV RMR_SEED_RT=router.txt
+ENV RMR_VCTL_FILE=/tmp/rmr.verbose
 EXPOSE 3800
 CMD ["sh", "-c", "./main  -port=$port"]
index 3a7663b..1827a37 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job requires a tag to build the Docker image.
 # Global-JJB script assumes this file is in the repo root.
 ---
-tag: 3.0.5
+tag: 3.0.4.1
diff --git a/E2Manager/resources/rmr.verbose b/E2Manager/resources/rmr.verbose
new file mode 100644 (file)
index 0000000..56a6051
--- /dev/null
@@ -0,0 +1 @@
+1
\ No newline at end of file