Install sdnvpn as a python package 23/26023/1
authorRomanos Skiadas <rski@intracom-telecom.com>
Thu, 15 Dec 2016 14:52:47 +0000 (16:52 +0200)
committerRomanos Skiadas <rski@intracom-telecom.com>
Thu, 15 Dec 2016 14:52:47 +0000 (16:52 +0200)
Change-Id: Ifc3a2f8184b987e0325fd6ad182b808c0d703542
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
docker/Dockerfile

index 99bf9f7..019fdf5 100644 (file)
@@ -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