Simple mapper/scheduler/partitioner functions implemented 79/14179/1
authorUlas Kozat <ulas.kozat@gmail.com>
Mon, 16 May 2016 04:31:15 +0000 (21:31 -0700)
committerUlas Kozat <ulas.kozat@gmail.com>
Mon, 16 May 2016 04:43:21 +0000 (21:43 -0700)
commit7893dd02c15f2a727eb50887c9ddb829fc71f556
tree54efcdadfda729ec4301537d264f6ea4298716e9
parent06f85217ae3d5c9b429bad94827caed0641cd120
Simple mapper/scheduler/partitioner functions implemented

Change-Id: I553b196943022451d8dc4984fe37b2b228c8f4cf

Signed-off-by: Ulas C. Kozat <ulas.kozat@huawei.com>
70 files changed:
DominoClient.py [new file with mode: 0755]
DominoServer.py [new file with mode: 0755]
README.md [new file with mode: 0644]
buildpy [new file with mode: 0755]
domino.thrift [new file with mode: 0644]
lib/__init__.py [new file with mode: 0644]
lib/dominoRPC/Communication-remote [new file with mode: 0755]
lib/dominoRPC/Communication.py [new file with mode: 0644]
lib/dominoRPC/Communication.pyc [new file with mode: 0644]
lib/dominoRPC/__init__.py [new file with mode: 0644]
lib/dominoRPC/__init__.pyc [new file with mode: 0644]
lib/dominoRPC/constants.py [new file with mode: 0644]
lib/dominoRPC/constants.pyc [new file with mode: 0644]
lib/dominoRPC/ttypes.py [new file with mode: 0644]
lib/dominoRPC/ttypes.pyc [new file with mode: 0644]
lib/mapper/__init__.py [new file with mode: 0644]
lib/mapper/__init__.pyc [new file with mode: 0644]
lib/mapper/label.py [new file with mode: 0644]
lib/mapper/label.pyc [new file with mode: 0644]
lib/partitioner/__init__.py [new file with mode: 0644]
lib/partitioner/__init__.pyc [new file with mode: 0644]
lib/partitioner/constants.py [new file with mode: 0644]
lib/partitioner/constants.pyc [new file with mode: 0644]
lib/partitioner/partitioner.py [new file with mode: 0644]
lib/partitioner/partitioner.pyc [new file with mode: 0644]
lib/thrift/TMultiplexedProcessor.py [new file with mode: 0644]
lib/thrift/TSCons.py [new file with mode: 0644]
lib/thrift/TSerialization.py [new file with mode: 0644]
lib/thrift/TTornado.py [new file with mode: 0644]
lib/thrift/Thrift.py [new file with mode: 0644]
lib/thrift/Thrift.pyc [new file with mode: 0644]
lib/thrift/__init__.py [new file with mode: 0644]
lib/thrift/__init__.pyc [new file with mode: 0644]
lib/thrift/protocol/TBase.py [new file with mode: 0644]
lib/thrift/protocol/TBinaryProtocol.py [new file with mode: 0644]
lib/thrift/protocol/TBinaryProtocol.pyc [new file with mode: 0644]
lib/thrift/protocol/TCompactProtocol.py [new file with mode: 0644]
lib/thrift/protocol/TJSONProtocol.py [new file with mode: 0644]
lib/thrift/protocol/TMultiplexedProtocol.py [new file with mode: 0644]
lib/thrift/protocol/TProtocol.py [new file with mode: 0644]
lib/thrift/protocol/TProtocol.pyc [new file with mode: 0644]
lib/thrift/protocol/TProtocolDecorator.py [new file with mode: 0644]
lib/thrift/protocol/__init__.py [new file with mode: 0644]
lib/thrift/protocol/__init__.pyc [new file with mode: 0644]
lib/thrift/protocol/fastbinary.so [new file with mode: 0755]
lib/thrift/server/THttpServer.py [new file with mode: 0644]
lib/thrift/server/TNonblockingServer.py [new file with mode: 0644]
lib/thrift/server/TProcessPoolServer.py [new file with mode: 0644]
lib/thrift/server/TServer.py [new file with mode: 0644]
lib/thrift/server/TServer.pyc [new file with mode: 0644]
lib/thrift/server/__init__.py [new file with mode: 0644]
lib/thrift/server/__init__.pyc [new file with mode: 0644]
lib/thrift/transport/THttpClient.py [new file with mode: 0644]
lib/thrift/transport/TSSLSocket.py [new file with mode: 0644]
lib/thrift/transport/TSocket.py [new file with mode: 0644]
lib/thrift/transport/TSocket.pyc [new file with mode: 0644]
lib/thrift/transport/TTransport.py [new file with mode: 0644]
lib/thrift/transport/TTransport.pyc [new file with mode: 0644]
lib/thrift/transport/TTwisted.py [new file with mode: 0644]
lib/thrift/transport/TZlibTransport.py [new file with mode: 0644]
lib/thrift/transport/__init__.py [new file with mode: 0644]
lib/thrift/transport/__init__.pyc [new file with mode: 0644]
lib/util/__init__.py [new file with mode: 0644]
lib/util/__init__.pyc [new file with mode: 0644]
lib/util/miscutil.py [new file with mode: 0644]
lib/util/miscutil.pyc [new file with mode: 0644]
lib/util/netutil.py [new file with mode: 0644]
lib/util/netutil.pyc [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
tosca-templates/tosca_helloworld_nfv.yaml [new file with mode: 0644]