Seed code for OSDF placement adapter 77/27977/1
authorSastry Isukapalli <sastry@research.att.com>
Thu, 11 Jan 2018 19:45:11 +0000 (14:45 -0500)
committerSastry Isukapalli <sastry@research.att.com>
Thu, 11 Jan 2018 19:46:07 +0000 (14:46 -0500)
commit524573f21dfc3d88b1512850d52da7e5b545cf9d
tree27c3c98a9b7b215b61feef3a1c92526ee6a86a80
parentd51c20ced007294d86e560f3bc9f5812cc17f193
Seed code for OSDF placement adapter

Issue-ID: OPTFRA-46
Change-Id: Ia1e5ecae1052d0ef93d99cf560216822051c438f
Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
models/api/common.py [new file with mode: 0755]
models/api/placementRequest.py [new file with mode: 0644]
models/api/placementResponse.py [new file with mode: 0644]
optimizers/placementopt/__init__.py [new file with mode: 0644]
optimizers/placementopt/conductor/__init__.py [new file with mode: 0644]
optimizers/placementopt/conductor/api_builder.py [new file with mode: 0644]
optimizers/placementopt/conductor/conductor.py [new file with mode: 0644]
optimizers/placementopt/conductor/remote_opt_processor.py [new file with mode: 0644]
optimizers/placementopt/conductor/translation.py [new file with mode: 0644]