Support for single MongoDB instance in GA
Guestagent code for single MongoDB instance. This is the first part of https:/
It will use MongoDB packages from 10-gen (Mongo developer) repositories,
not from linux distro vendors.
The code in scope of this BP is supposed to implement:
- CRUD for instances
- CRUD for databases
MongoDB's approach to user management does not fit well into current Trove's interface for the same. Trove follows MySQL model: ONE storage for users, grant PRIVILEGES on different DB's. MongoDB's model is different: EACH DB defines list of users and their ROLES. So no user management for now.
Will use mongodump/
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- High
- Drafter:
- None
- Direction:
- Approved
- Assignee:
- Illia Khudoshyn
- Definition:
- Approved
- Series goal:
- Accepted for icehouse
- Implementation:
- Implemented
- Milestone target:
- 2014.1
- Started by
- Illia Khudoshyn
- Completed by
- Nikhil Manchanda
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Initial support for single instance MongoDB support
Addressed by: https:/
Add heat template for mongodb single instance
Gerrit topic: https:/
Addressed by: https:/
Fix inconsistent usage of mount_point
Work Items
Dependency tree
* Blueprints in grey have been implemented.