Deploy Engine Factory
Registered by
Boris Pavlovic
Goal is to add deploy engine factory:
Add EngineFactory class:
Abstract base class with next methods:
registration mechanism (for new engines):
1) any subclass of Engine factory in rally.deploy.
=> will be automatically registered
static:
1) get deploy engine by name
2) get names of available engines
abstract:
1) deploy
2) cleanup
with statement:
This with statement should call deploy() on enter and cleanup() on exit()
Blueprint information
- Status:
- Complete
- Approver:
- Boris Pavlovic
- Priority:
- High
- Drafter:
- Boris Pavlovic
- Direction:
- Approved
- Assignee:
- Boris Pavlovic
- Definition:
- Approved
- Series goal:
- Accepted for 0.0
- Implementation:
- Implemented
- Milestone target:
- None
- Started by
- Boris Pavlovic
- Completed by
- Boris Pavlovic
Related branches
Related bugs
Sprints
Whiteboard
Implementation:
✓ Base class for Engine was added
✓ Static methods added
✓ Abstract methods added
✓ WIth construction implemented
✓ Registration mechanism is partial added
(?)
Work Items
Dependency tree
* Blueprints in grey have been implemented.