Difference between revisions of "TroveBlueprint"
(→Public API) |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 21: | Line 21: | ||
==== CLI interface==== | ==== CLI interface==== | ||
| − | * How | + | * How the command will look like? |
* Does it extends the already existed command interfaces ? | * Does it extends the already existed command interfaces ? | ||
| Line 32: | Line 32: | ||
=== Internal API === | === Internal API === | ||
* Does this change any internal messages between API and Task Manager or Task Manager to Guest | * Does this change any internal messages between API and Task Manager or Task Manager to Guest | ||
| + | ==== RPC API description==== | ||
| + | * Method name. | ||
| + | * Method parameters. | ||
| + | * Message type (cast/call). | ||
=== Guest Agent === | === Guest Agent === | ||
* Does this change behavior on the Guest Agent? If so, is it backwards compatible with API and Task Manager? | * Does this change behavior on the Guest Agent? If so, is it backwards compatible with API and Task Manager? | ||
| + | |||
| + | |||
| + | |||
| + | = Datastore Configuration feature spec template = | ||
| + | *https://wiki.openstack.org/wiki/Trove/Configurations | ||
| + | |||
| + | = Datastore Clustering feature spec template = | ||
| + | *https://wiki.openstack.org/wiki/Trove/Clusters-MongoDB | ||
Latest revision as of 09:41, 17 September 2014
Contents
Description
Describe the purpose of the enhancement
Justification/Benefits
- What is the driving force behind this change?
- Does it allow for great flexibility? Stability? Security?
Impacts
Configuration
- Does this impact any configuration files? If so, which ones?
Database
- Does this impact any existing tables? If so, which ones?
- Are the changes forward and backward compatible?
- Be sure to include the expected migration process
Public API
- Does this change any API that an end-user has access to?
- Are there any exceptions in terms of consistency with other APIs?
CLI interface
- How the command will look like?
- Does it extends the already existed command interfaces ?
ReST Part
- Which HTTP methods added ?
- Which routes were added/modified/extended?
- How does the Request body look like?
- How does the Response object look like?
Internal API
- Does this change any internal messages between API and Task Manager or Task Manager to Guest
RPC API description
- Method name.
- Method parameters.
- Message type (cast/call).
Guest Agent
- Does this change behavior on the Guest Agent? If so, is it backwards compatible with API and Task Manager?