summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorRomanos Skiadas <rski@intracom-telecom.com>2016-12-15 16:52:47 +0200
committerRomanos Skiadas <rski@intracom-telecom.com>2016-12-15 16:52:47 +0200
commit46c6df76f1e2cf19348f332af14db15529dccfda (patch)
tree03a3fcfe1215fb0063b381dc30ad33e9b89eb099 /docker
parentd6339788cf766dd7a87d63a6fdd86f41ccea166a (diff)
Install sdnvpn as a python package
Change-Id: Ifc3a2f8184b987e0325fd6ad182b808c0d703542 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 99bf9f760..019fdf523 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -146,6 +146,9 @@ RUN pip install -e ${REPOS_DIR}/snaps/
RUN /bin/bash -c ". ${REPOS_DIR}/sfc/sfc/tests/functest/setup_scripts/tacker_client_install.sh"
RUN cd ${REPOS_DIR}/sfc/tests && pip install .
+# SDNVPN integration
+RUN cd ${REPOS_DIR}/sdnvpn && pip install .
+
RUN cd ${REPOS_DIR}/bgpvpn && pip install .
#RUN cd ${REPOS_DIR}/kingbird && pip install -e .
RUN cd ${REPOS_DIR}/moon/moonclient/ && python setup.py install