diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-06-15 19:06:48 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-06-15 19:06:48 +0900 |
commit | f5f310ac975c10f20892cf7f4af82a5414d28899 (patch) | |
tree | c0b0ebf172ade8e34c62b7ff351a461101ccc8ea /requirements/06-summary.rst | |
parent | 4c309f02b2aeee958461b5588959c58c080af28b (diff) |
Ensure 'make' can be execute in top dir.2015.1.0
JIRA: PROMISE-4
Change-Id: I52044f54f0ab8eee5a9a5dcf6392cacae8a2692e
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'requirements/06-summary.rst')
-rw-r--r-- | requirements/06-summary.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/requirements/06-summary.rst b/requirements/06-summary.rst new file mode 100644 index 0000000..381ab87 --- /dev/null +++ b/requirements/06-summary.rst @@ -0,0 +1,24 @@ +====================== +Summary and conclusion +====================== + +Resource Reservation and Resource Capacity Management are features to be +supported by the VIM and exposed to the consumer via the VIM NBI. These +features have been specified by ETSI NFV. + +This document has described several use cases and corresponding high level +flows where Resource Reservation and Capacity Management are of great benefit +for the consumer of the virtualised resource management interface: the NFVO or +the VNFM. The use cases include: + +* Notification of changes in capacity in the NFVI +* Query of available resource capacity +* Reservation of a resource or set of resources for immediate use +* Reservation of a resource or set of resources for future use + +The Promise project has performed a gap analysis in order to fulfil the +required functionality. Based on the gap analysis an implementation plan and +way forward has been proposed, including a possible design architecture and +high level information model. Immediate next steps of this project is to +deliver a working Proof-of-Concepts (PoC) and engage upstream communities to +fill out the gaps identified by Promise. |