diff options
author | Yifei Xue <xueyifei@huawei.com> | 2017-03-01 16:39:43 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2017-03-08 04:42:53 +0000 |
commit | 4ba62d9db32b1624a8bb0cd1428fc8dd0ec37da7 (patch) | |
tree | 4afaaf5f5e6969b97929520fd0f9aefdeec44bf4 /repo/pip/Dockerfile | |
parent | 3a90b69c278bf4f822d182ce7f1c995f32760173 (diff) |
Upgrade tacker from mitaka to newton
JIRA: COMPASS-528
Add tacker package making scripts into repo/pip/ directory.
Compass will install tacker using pip in this release.
Upgrade tacker role including tasks, templates and vars.
Modify the installation method from using source code to using whl package.
Change-Id: Iead323c7b46d8d1df084ed868d0e01bc1b0f7e55
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Diffstat (limited to 'repo/pip/Dockerfile')
-rw-r--r-- | repo/pip/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repo/pip/Dockerfile b/repo/pip/Dockerfile index e8fed1ba..356c1459 100644 --- a/repo/pip/Dockerfile +++ b/repo/pip/Dockerfile @@ -23,6 +23,10 @@ RUN apt-get install -y git python-pip RUN apt-get install -y libssl-dev libffi-dev +RUN pip install --upgrade setuptools + +RUN pip install --upgrade pip + RUN mkdir -p /home/tmp RUN mkdir -p /pip-openstack |