diff options
author | QiLiang <liangqi1@huawei.com> | 2018-03-31 17:21:30 +0800 |
---|---|---|
committer | qi liang <liangqi1@huawei.com> | 2018-04-08 07:37:50 +0000 |
commit | c4d920081e56d0a10635eb132d1f55cc060f8be6 (patch) | |
tree | 336457f2d43fbeaeb078c3ce5aa4df612b5e8f4e /requirements.txt | |
parent | 91ad68f2e0ff82f4c29cfc15b98cb39861491b8c (diff) |
Add clover initial docker image build script
- install dependent deb/pip packages
- install basic tools istioctl, kubectl
- install clover source code
- build/upload docker image script
- update requirements.txt
- update module import path
- To use this image use need setup kube-config file.
e.g. `docker run -v /root/config:/root/.kube/config -it clover bash`
Change-Id: I91044bb99ce8e2b785ef03212d961a97b3d42233
Signed-off-by: QiLiang <liangqi1@huawei.com>
(cherry picked from commit c68b7b8380ea8d2ac4da6b4739c6b8e157bb952b)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index ac3fdd2..c84c18f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,8 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +kubernetes # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0 +sh # MIT xtesting # Apache-2.0 +redis # MIT |