Add OpenStack fcaps module 89/78989/3
authorBin Yang <bin.yang@windriver.com>
Fri, 22 Feb 2019 08:46:53 +0000 (08:46 +0000)
committerBin Yang <bin.yang@windriver.com>
Wed, 27 Feb 2019 04:46:55 +0000 (04:46 +0000)
commitbf7b6d4dc667095bbb7ad1d250e4eb0663e21540
tree52a6540ec6d2a645c1b3d04526f77b0be0b6cd94
parent6eedde85e963dee1e12c1199c9e94300bb827318
Add OpenStack fcaps module

Change-Id: Ie05808a199edf1203ed0c7663031c7065dcb1512
Issue-ID: MULTICLOUD-499
Signed-off-by: Bin Yang <bin.yang@windriver.com>
40 files changed:
fcaps/.gitignore [new file with mode: 0644]
fcaps/README.md [new file with mode: 0644]
fcaps/assembly.xml [new file with mode: 0644]
fcaps/docker/Dockerfile [new file with mode: 0644]
fcaps/docker/build_image.sh [new file with mode: 0644]
fcaps/fcaps/__init__.py [new file with mode: 0644]
fcaps/fcaps/celery.py [new file with mode: 0644]
fcaps/fcaps/middleware.py [new file with mode: 0644]
fcaps/fcaps/pub/__init__.py [new file with mode: 0644]
fcaps/fcaps/pub/config/__init__.py [new file with mode: 0644]
fcaps/fcaps/pub/config/config.py [new file with mode: 0644]
fcaps/fcaps/pub/config/log.yml [new file with mode: 0644]
fcaps/fcaps/samples/__init__.py [new file with mode: 0644]
fcaps/fcaps/samples/tests_sample.py [new file with mode: 0644]
fcaps/fcaps/samples/urls.py [new file with mode: 0644]
fcaps/fcaps/samples/views.py [new file with mode: 0644]
fcaps/fcaps/settings.py [new file with mode: 0644]
fcaps/fcaps/urls.py [new file with mode: 0644]
fcaps/fcaps/vesagent/__init__.py [new file with mode: 0644]
fcaps/fcaps/vesagent/event_domain/__init__.py [new file with mode: 0644]
fcaps/fcaps/vesagent/event_domain/fault_vm.py [new file with mode: 0644]
fcaps/fcaps/vesagent/tasks.py [new file with mode: 0644]
fcaps/fcaps/vesagent/tests/__init__.py [new file with mode: 0644]
fcaps/fcaps/vesagent/tests/tests_fault_vm.py [new file with mode: 0644]
fcaps/fcaps/vesagent/tests/tests_tasks.py [new file with mode: 0644]
fcaps/fcaps/vesagent/tests/tests_vesagent_ctrl.py [new file with mode: 0644]
fcaps/fcaps/vesagent/tests/tests_vespublish.py [new file with mode: 0644]
fcaps/fcaps/vesagent/vesagent_ctrl.py [new file with mode: 0644]
fcaps/fcaps/vesagent/vespublish.py [new file with mode: 0644]
fcaps/fcaps/wsgi.py [new file with mode: 0644]
fcaps/initialize.sh [new file with mode: 0644]
fcaps/logs/empty.txt [new file with mode: 0644]
fcaps/manage.py [new file with mode: 0644]
fcaps/mvn-phase-script.sh [new file with mode: 0755]
fcaps/pom.xml [new file with mode: 0644]
fcaps/requirements.txt [new file with mode: 0644]
fcaps/run.sh [new file with mode: 0644]
fcaps/stop.sh [new file with mode: 0644]
fcaps/test-requirements.txt [new file with mode: 0644]
fcaps/tox.ini [new file with mode: 0644]