Add DockerFile 20/1620/4 Amber amber 0.0.1
authorManoop Talasila <talasila@research.att.com>
Fri, 15 Nov 2019 21:28:50 +0000 (16:28 -0500)
committerLusheng Ji <lji@research.att.com>
Fri, 15 Nov 2019 21:35:58 +0000 (21:35 +0000)
Issue-Id: RICAPP-4

Signed-off-by: Manoop Talasila <talasila@research.att.com>
Change-Id: Ib7c8982fe5b8302e7025f4feb0782fa59bce8964

AcumosXappAdapter/Dockerfile [new file with mode: 0644]
AcumosXappAdapter/container-tag.yaml [new file with mode: 0644]
INFO.yaml

diff --git a/AcumosXappAdapter/Dockerfile b/AcumosXappAdapter/Dockerfile
new file mode 100644 (file)
index 0000000..564dc20
--- /dev/null
@@ -0,0 +1,17 @@
+FROM python:3.7-stretch
+
+WORKDIR /tmp
+
+ARG RMR_VER=1.9.1
+RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb
+RUN dpkg -i rmr_${RMR_VER}_amd64.deb
+
+RUN pip install rmr request
+
+ADD rmracumosadapter.py /tmp
+
+CMD ["python", "rmracumosadapter.py"]
+
+
+
+
diff --git a/AcumosXappAdapter/container-tag.yaml b/AcumosXappAdapter/container-tag.yaml
new file mode 100644 (file)
index 0000000..34b5af2
--- /dev/null
@@ -0,0 +1,16 @@
+---
+#   Copyright (c) 2019 AT&T Intellectual Property.
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+#
+tag: 0.0.1
index d9b278e..68af84a 100644 (file)
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -46,7 +46,7 @@ committers:
     - name: 'Guy Jacobson'
       email: 'gj2418@att.com'
       company: 'ATT'
-      id: 'gj2418'
+      id: 'guyjacobson'
       timezone: 'America/New_York'
 tsc:
     approval: 'https://lists.o-ran-sc.org/g/toc'