Bugfix: reporting docker image build failed
authorchenjiankun <chenjiankun1@huawei.com>
Fri, 16 Dec 2016 07:34:13 +0000 (07:34 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Fri, 16 Dec 2016 10:17:19 +0000 (10:17 +0000)
commitfaf50c5d000ccf3a7523ba153798b20c44bd7142
tree26405178dc5df3ceb0f5957fe4677ec87aca3394
parentf6f24d49702a4680b40b3f5bbf809951ef44ac37
Bugfix: reporting docker image build failed

JIRA: RELENG-181

Since we just decide to use dynamic server, we need to deploy a dynamic
server such as tornado . But when I use the Dockerfile to build image,
it failed due to some reasons. So I need fix it first and then deploy
the dynamic server.

Then we can use this command:

docker run -it -d -p 8080:80 opnfv/releng:latest

And visit reporting page by http://server_ip:8080/display/...

Change-Id: Id04575c7b38e4c07625ce217d23ebca1c5bf0191
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
reporting/docker/Dockerfile
reporting/docker/reporting.sh
reporting/docker/requirements.pip
reporting/yardstick/reporting-status.py