Merge "Install sdnvpn as a python package"
authorJose Lausuch <jose.lausuch@ericsson.com>
Mon, 19 Dec 2016 15:06:17 +0000 (15:06 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 19 Dec 2016 15:06:17 +0000 (15:06 +0000)
1  2 
docker/Dockerfile

@@@ -144,8 -144,11 +144,11 @@@ RUN pip install -e ${REPOS_DIR}/snaps
  
  # SFC integration
  RUN /bin/bash -c ". ${REPOS_DIR}/sfc/sfc/tests/functest/setup_scripts/tacker_client_install.sh"
 -RUN cd ${REPOS_DIR}/sfc/tests && pip install .
 +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