Add Lenovo ThinkCLoud Driver 84/79584/8
authorChangjun Wang <310397125@qq.com>
Tue, 5 Mar 2019 10:22:47 +0000 (10:22 +0000)
committerChangjun Wang <310397125@qq.com>
Tue, 5 Mar 2019 10:23:37 +0000 (10:23 +0000)
commit56fd16d9f72b1b7f3f4363eeb7edb24a259a4160
tree4b82366ef5d2e480effd9e7fd57e5afa4e5cdc35
parente179f48706ef7e26c5d0e450a408f5da8568cccd
Add Lenovo ThinkCLoud Driver

add a new branch lenovo
modify pom.xml under the root

Change-Id: I5edd57bf3e9cc1e32c5a94b9494daf645b220eaa
Issue-ID: MULTICLOUD-506
Signed-off-by: Changjun Wang <310397125@qq.com>
68 files changed:
lenovo/.gitignore [new file with mode: 0644]
lenovo/README.md [new file with mode: 0644]
lenovo/assembly.xml [new file with mode: 0644]
lenovo/docker/Dockerfile [new file with mode: 0644]
lenovo/docker/build_image.sh [new file with mode: 0755]
lenovo/initialize.sh [new file with mode: 0755]
lenovo/logs/empty.txt [new file with mode: 0644]
lenovo/manage.py [new file with mode: 0644]
lenovo/mvn-phase-script.sh [new file with mode: 0755]
lenovo/pom.xml [new file with mode: 0644]
lenovo/requirements.txt [new file with mode: 0644]
lenovo/run.sh [new file with mode: 0755]
lenovo/stop.sh [new file with mode: 0755]
lenovo/test-requirements.txt [new file with mode: 0644]
lenovo/thinkcloud/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/extensions/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/extensions/tests/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/extensions/tests/test_extensions.py [new file with mode: 0644]
lenovo/thinkcloud/extensions/urls.py [new file with mode: 0644]
lenovo/thinkcloud/extensions/urlsV1.py [new file with mode: 0644]
lenovo/thinkcloud/extensions/views/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/extensions/views/extensions.py [new file with mode: 0644]
lenovo/thinkcloud/middleware.py [new file with mode: 0644]
lenovo/thinkcloud/proxy/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/proxy/tests/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/proxy/tests/test_identity_proxy.py [new file with mode: 0644]
lenovo/thinkcloud/proxy/tests/test_service_proxy.py [new file with mode: 0644]
lenovo/thinkcloud/proxy/urls.py [new file with mode: 0644]
lenovo/thinkcloud/proxy/urlsV1.py [new file with mode: 0644]
lenovo/thinkcloud/proxy/views/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/proxy/views/identityV3.py [new file with mode: 0644]
lenovo/thinkcloud/proxy/views/services.py [new file with mode: 0644]
lenovo/thinkcloud/pub/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/pub/config/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/pub/config/config.py [new file with mode: 0644]
lenovo/thinkcloud/pub/config/log.yml [new file with mode: 0644]
lenovo/thinkcloud/registration/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/registration/tests/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/registration/tests/test_registration.py [new file with mode: 0644]
lenovo/thinkcloud/registration/tests/test_registration2.py [new file with mode: 0644]
lenovo/thinkcloud/registration/views/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/registration/views/registration.py [new file with mode: 0644]
lenovo/thinkcloud/requests/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/requests/urls.py [new file with mode: 0644]
lenovo/thinkcloud/requests/urlsV1.py [new file with mode: 0644]
lenovo/thinkcloud/requests/views/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/resource/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/resource/tests/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/resource/tests/test_capacity.py [new file with mode: 0644]
lenovo/thinkcloud/resource/tests/test_events.py [new file with mode: 0644]
lenovo/thinkcloud/resource/tests/tests_infra_workload.py [new file with mode: 0644]
lenovo/thinkcloud/resource/views/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/resource/views/capacity.py [new file with mode: 0644]
lenovo/thinkcloud/resource/views/events.py [new file with mode: 0644]
lenovo/thinkcloud/resource/views/infra_workload.py [new file with mode: 0644]
lenovo/thinkcloud/samples/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/samples/tests.py [new file with mode: 0644]
lenovo/thinkcloud/samples/urls.py [new file with mode: 0644]
lenovo/thinkcloud/samples/views.py [new file with mode: 0644]
lenovo/thinkcloud/settings.py [new file with mode: 0644]
lenovo/thinkcloud/swagger/__init__.py [new file with mode: 0644]
lenovo/thinkcloud/swagger/tests.py [new file with mode: 0644]
lenovo/thinkcloud/swagger/urls.py [new file with mode: 0644]
lenovo/thinkcloud/swagger/views.py [new file with mode: 0644]
lenovo/thinkcloud/urls.py [new file with mode: 0644]
lenovo/thinkcloud/wsgi.py [new file with mode: 0644]
lenovo/tox.ini [new file with mode: 0644]
pom.xml