summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2016-12-19 15:06:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-19 15:06:17 +0000
commit2edb970f61ecc78c3cb88deabc427923fb89c165 (patch)
tree692bd05d97c9b900b2e3cc3f110e270370e03f70 /docker
parente3a7d291c01f9be212f27e53a9c40771a6aa524d (diff)
parent46c6df76f1e2cf19348f332af14db15529dccfda (diff)
Merge "Install sdnvpn as a python package"
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 44437db07..5105fbbd1 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 && 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