summaryrefslogtreecommitdiffstats
path: root/clover/collector/docker
diff options
context:
space:
mode:
authorStephen Wong <stephen.kf.wong@gmail.com>2018-07-07 06:09:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-07-07 06:09:37 +0000
commit0254cb223d2eace1eaf295eacf4cea4fc4fd9844 (patch)
treeb304a5f2d6738b95deb1b59fe8f95b763da4fa08 /clover/collector/docker
parent4ee3a546bb8f7739804177590824eb73ed7593e1 (diff)
parentdbece18d19c3977019c6727fcbe7a436031666fe (diff)
Merge "Initial commit for Clover Collector"
Diffstat (limited to 'clover/collector/docker')
-rw-r--r--clover/collector/docker/Dockerfile30
1 files changed, 30 insertions, 0 deletions
diff --git a/clover/collector/docker/Dockerfile b/clover/collector/docker/Dockerfile
new file mode 100644
index 0000000..1714420
--- /dev/null
+++ b/clover/collector/docker/Dockerfile
@@ -0,0 +1,30 @@
+# Copyright (c) Authors of Clover
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+
+FROM opnfv/clover
+
+ENV REPOS_DIR="/home/opnfv/repos"
+
+# Clover repo
+ENV CLOVER_REPO_DIR="${REPOS_DIR}/clover"
+
+# Install required python packages
+RUN python -m pip install cassandra-driver redis
+
+# Set work directory
+WORKDIR ${CLOVER_REPO_DIR}
+
+COPY /process clover/collector/process
+COPY /grpc clover/collector/grpc
+COPY /db clover/collector/db
+COPY __init__.py clover/collector/__init__.py
+
+RUN pip install .
+
+WORKDIR "${CLOVER_REPO_DIR}/clover/collector"
+
+CMD ./process/grpc_process.sh no_schema_init