Last commit to push changes to master. Will use feature branches

going forward

Added readmes to submodules
Refactored model into multiple files
Standardized on 'node' for physical server
Pinned requirements.txt to versions
Began orchestration action outline in conjunction with DAG
This commit is contained in:
Scott Hussey
2017-03-15 14:53:46 -05:00
parent ace0e47762
commit 839c83651f
34 changed files with 1584 additions and 769 deletions

View File

@@ -32,9 +32,15 @@ aka orchestrator
Handle validation of complete design, ordering and managing downstream API calls for hardware
provisioning/bootstrapping
### Server Driver ###
### OOB Driver ###
aka maasdriver
Pluggable provider for server OOB (ILO) management
aka driver/oob
### Node Driver ###
aka driver/node
Pluggable provisioner for server bootstrapping. Initial implementation is MaaS client.