drydock/drydock_provisioner
Scott Hussey 80b3a1e99d Orchestration of MaaS enlistment (#42)
* WIP - Initial API implementation with Falcon

* API service for /designs and /tasks endpoints

REST API using falcon library
Middleware for authentication (stubbed until Keystone is avail)
Middleware for context and logging
Request logging and initial error logging
README updates

* Cleanup readme formatting

* Rename helm_drydock to drydock_provisioner

* Fixed missing except statement

* Fixed missing except statement

* Reorganize API paths in a list
Fix duplication of context init
Add API version prefix to URLs

* DRYD-2 MVP - phase 1 - node enlistment

Add node driver task for IdentifyNode
Implement MaaS API interface for Machines and Interfaces
2017-06-15 20:42:53 -07:00
..
control Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07:00
drivers Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07:00
ingester Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07:00
introspection Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07:00
objects Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07:00
orchestrator Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07:00
statemgmt Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07:00
__init__.py Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07:00
config.py Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07:00
drydock.py Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07:00
error.py Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07:00