Added all common modules in conductor directory 07/26407/1
authorrl001m <ruilu@research.att.com>
Sun, 17 Dec 2017 14:04:31 +0000 (09:04 -0500)
committerrl001m <ruilu@research.att.com>
Sun, 17 Dec 2017 14:05:11 +0000 (09:05 -0500)
commit710d958a29198b6633236c1b7cad12babfe46833
tree5819d23e6a3b9d4e111b3debaf41ee7fe7731a78
parent22cff5d3b51d9aa2d4fd11f657264e41063add1c
Added all common modules in conductor directory

Added the common modules used by all the other components of Homing Optimizer.

Change-Id: I6e8a991b54ef422da66b3174f27f6998731ec188
Issue-ID: OPTFRA-11
Signed-off-by: rl001m <ruilu@research.att.com>
81 files changed:
conductor/LICENSE [new file with mode: 0644]
conductor/README.rst [new file with mode: 0644]
conductor/conductor/__init__.py [new file with mode: 0644]
conductor/conductor/clean.sh [new file with mode: 0755]
conductor/conductor/cmd/__init__.py [new file with mode: 0644]
conductor/conductor/cmd/controller.py [new file with mode: 0644]
conductor/conductor/cmd/data.py [new file with mode: 0644]
conductor/conductor/cmd/reservation.py [new file with mode: 0644]
conductor/conductor/cmd/solver.py [new file with mode: 0644]
conductor/conductor/common/__init__.py [new file with mode: 0644]
conductor/conductor/common/classes.py [new file with mode: 0644]
conductor/conductor/common/models/__init__.py [new file with mode: 0644]
conductor/conductor/common/models/plan.py [new file with mode: 0644]
conductor/conductor/common/music/__init__.py [new file with mode: 0644]
conductor/conductor/common/music/api.py [new file with mode: 0644]
conductor/conductor/common/music/messaging/__init__.py [new file with mode: 0644]
conductor/conductor/common/music/messaging/component.py [new file with mode: 0644]
conductor/conductor/common/music/messaging/message.py [new file with mode: 0644]
conductor/conductor/common/music/model/__init__.py [new file with mode: 0644]
conductor/conductor/common/music/model/base.py [new file with mode: 0644]
conductor/conductor/common/music/model/search.py [new file with mode: 0644]
conductor/conductor/common/music/model/transaction.py [new file with mode: 0644]
conductor/conductor/common/music/voting.py [new file with mode: 0644]
conductor/conductor/common/rest.py [new file with mode: 0644]
conductor/conductor/common/threshold.py [new file with mode: 0644]
conductor/conductor/conf/__init__.py [new file with mode: 0644]
conductor/conductor/conf/defaults.py [new file with mode: 0644]
conductor/conductor/conf/inventory_provider.py [new file with mode: 0644]
conductor/conductor/conf/service_controller.py [new file with mode: 0644]
conductor/conductor/i18n.py [new file with mode: 0644]
conductor/conductor/messaging.py [new file with mode: 0644]
conductor/conductor/middleware.py [new file with mode: 0644]
conductor/conductor/opts.py [new file with mode: 0644]
conductor/conductor/service.py [new file with mode: 0644]
conductor/conductor/tests/__init__.py [new file with mode: 0644]
conductor/conductor/tests/data/__init__.py [new file with mode: 0644]
conductor/conductor/tests/functional/__init__.py [new file with mode: 0644]
conductor/conductor/tests/integration/__init__.py [new file with mode: 0644]
conductor/conductor/tests/tempest/__init__.py [new file with mode: 0644]
conductor/conductor/tests/testing-overview.txt [new file with mode: 0644]
conductor/conductor/tests/unit/__init__.py [new file with mode: 0644]
conductor/conductor/version.py [new file with mode: 0644]
conductor/doc/api/README.md [new file with mode: 0644]
conductor/doc/distribution/README.md [new file with mode: 0644]
conductor/doc/examples/README.md [new file with mode: 0644]
conductor/doc/glossary/README.md [new file with mode: 0644]
conductor/doc/template/README.md [new file with mode: 0644]
conductor/etc/conductor/api_paste.ini [new file with mode: 0644]
conductor/etc/conductor/conductor-config-generator.conf [new file with mode: 0644]
conductor/etc/conductor/log.conf [new file with mode: 0644]
conductor/etc/conductor/policy.json [new file with mode: 0644]
conductor/etc/conductor/rootwrap.conf [new file with mode: 0644]
conductor/etc/conductor/rootwrap.d/README.txt [new file with mode: 0644]
conductor/examples/apache2/conductor.conf [new file with mode: 0644]
conductor/examples/distribution/ubuntu/init.d/conductor-api [new file with mode: 0644]
conductor/examples/distribution/ubuntu/init.d/conductor-controller [new file with mode: 0644]
conductor/examples/distribution/ubuntu/init.d/conductor-data [new file with mode: 0644]
conductor/examples/distribution/ubuntu/init.d/conductor-reservation [new file with mode: 0644]
conductor/examples/distribution/ubuntu/init.d/conductor-solver [new file with mode: 0644]
conductor/examples/distribution/ubuntu/init/conductor-api.conf [new file with mode: 0644]
conductor/examples/distribution/ubuntu/init/conductor-controller.conf [new file with mode: 0644]
conductor/examples/distribution/ubuntu/init/conductor-data.conf [new file with mode: 0644]
conductor/examples/distribution/ubuntu/init/conductor-reservation.conf [new file with mode: 0644]
conductor/examples/distribution/ubuntu/init/conductor-solver.conf [new file with mode: 0644]
conductor/examples/distribution/ubuntu/logrotate.d/conductor-api [new file with mode: 0644]
conductor/examples/distribution/ubuntu/logrotate.d/conductor-common [new file with mode: 0644]
conductor/examples/distribution/ubuntu/logrotate.d/conductor-controller [new file with mode: 0644]
conductor/examples/distribution/ubuntu/logrotate.d/conductor-data [new file with mode: 0644]
conductor/examples/distribution/ubuntu/logrotate.d/conductor-reservation [new file with mode: 0644]
conductor/examples/distribution/ubuntu/logrotate.d/conductor-solver [new file with mode: 0644]
conductor/examples/nginx/conductor-api.upstart.conf [new file with mode: 0644]
conductor/examples/nginx/nginx.conf [new file with mode: 0644]
conductor/examples/nginx/uwsgi_params [new file with mode: 0644]
conductor/pylintrc [new file with mode: 0644]
conductor/requirements.txt [new file with mode: 0644]
conductor/setup.cfg [new file with mode: 0644]
conductor/setup.py [new file with mode: 0644]
conductor/test-requirements.txt [new file with mode: 0644]
conductor/tools/README.md [new file with mode: 0644]
conductor/tools/pretty_tox.sh [new file with mode: 0755]
conductor/tox.ini [new file with mode: 0644]