diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-08-10 11:51:10 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-08-10 11:54:07 +0200 |
commit | c18c62e1dc094a12f3a19eaae0ba04a1ba67bacd (patch) | |
tree | e415df54cc89e14d43f5b93db16fd08c16ffecf9 /docker | |
parent | 42877bb48714293d3ec761f42007fcc8fa925724 (diff) |
Integrate the promise package
Change-Id: I128bfa62b9ccd8e53683def329e8470693c2e556
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 1 | ||||
-rw-r--r-- | docker/features/thirdparty-requirements.txt | 1 | ||||
-rw-r--r-- | docker/thirdparty-requirements.txt | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 89cf86a6..cb795716 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -87,7 +87,6 @@ RUN wget -q -O- https://git.openstack.org/cgit/openstack/requirements/plain/uppe RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/copper /src/copper RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/domino /src/domino RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/doctor ${REPOS_DIR}/doctor -RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/promise ${REPOS_DIR}/promise RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/netready ${REPOS_DIR}/netready RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/fds /src/fds diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt index ee2e5e9c..0fa9be36 100644 --- a/docker/features/thirdparty-requirements.txt +++ b/docker/features/thirdparty-requirements.txt @@ -2,3 +2,4 @@ baro_tests sdnvpn securityscanning sfc +promise diff --git a/docker/thirdparty-requirements.txt b/docker/thirdparty-requirements.txt index be1980f2..84521f23 100644 --- a/docker/thirdparty-requirements.txt +++ b/docker/thirdparty-requirements.txt @@ -3,6 +3,7 @@ sdnvpn opera securityscanning sfc +promise tosca-parser>=0.7.0 # Apache-2.0 heat-translator>=0.4.0 # Apache-2.0 refstack-client |