diff options
author | Yifei Xue <xueyifei@huawei.com> | 2017-08-15 11:40:26 +0800 |
---|---|---|
committer | Yifei Xue <xueyifei@huawei.com> | 2017-08-31 15:33:56 +0800 |
commit | 8c978370a123dccc0b93ee9bd2ba46f8167a2cc2 (patch) | |
tree | fe3b398de2de17e5c30ceea456dbe123bc1e6f69 /build | |
parent | 760c966b5095fb0cfe0a2ac4014a337531a8df1d (diff) |
Support offline deployment for nosdn no feature scenario
JIRA: -
Add a repo docker which includes ubuntu PPA and python packages
used for offline deployment.
Change-Id: Iad9b0df7f33f5a7ab974c5deffb408fc93b3f3ad
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/build.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/build.yaml b/build/build.yaml index 251de5bd..58afcc23 100644 --- a/build/build.yaml +++ b/build/build.yaml @@ -40,6 +40,11 @@ packages: get_method: docker url: opnfv/yardstick + - name: compass-repo-osa-ubuntu + description: "compass repo container for deployment" + get_method: docker + url: compass4nfv/compass-repo-osa-ubuntu + - name: compass-docker-compose description: "containerized compass compose ansible" get_method: git |