diff options
author | Gerald Kunzmann <kunzmann@docomolab-euro.com> | 2016-01-12 06:40:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-12 06:40:41 +0000 |
commit | 05fbd5c48c97f1f56f42261cdb671bbe7036ddd1 (patch) | |
tree | 2ed2390bd1e2a99bb07f2549d883b371fa770617 /docs/requirements/summary.rst | |
parent | 598a47c4677cbc646ccb56d8e45677d3b94cfde6 (diff) | |
parent | 9fdb1e0b443e68f67b0978e27ec211bd7aa4cd89 (diff) |
Merge "Split Shim-layer architecture and Integrated architecture"
Diffstat (limited to 'docs/requirements/summary.rst')
-rw-r--r-- | docs/requirements/summary.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/requirements/summary.rst b/docs/requirements/summary.rst new file mode 100644 index 0000000..ebd2bb9 --- /dev/null +++ b/docs/requirements/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 fulfill 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. |