diff options
author | Gergely Csatari <gergely.csatari@nokia.com> | 2016-05-09 17:57:26 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2016-05-10 19:11:20 +0200 |
commit | 431339258a4629d8c7ca5185d115863860652e2c (patch) | |
tree | c14b6bfd862ad77522917c8d52e7a0c81f73547b /docs/requirements/use_cases | |
parent | c43b4b3554b695ba7c32afceb8d34ee57472680d (diff) |
First draft of programmable provisioning use cases.
Change-Id: Iedcffde320ac2e68918e0ade59380e451aaf3730
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
Diffstat (limited to 'docs/requirements/use_cases')
-rw-r--r-- | docs/requirements/use_cases/programmable_provisioning.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/requirements/use_cases/programmable_provisioning.rst b/docs/requirements/use_cases/programmable_provisioning.rst new file mode 100644 index 0000000..e08775b --- /dev/null +++ b/docs/requirements/use_cases/programmable_provisioning.rst @@ -0,0 +1,38 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Programmable Provisioning of Provider networks +---------------------------------------------- +Description +~~~~~~~~~~~ +In NFV environment the VNFM (consumer of OpenStack IaaS API) have no administrative +rights, however in this environment provider networks are used in some cases. +When a provider network is ceated administrative rights are needed what in the +case of non admin VNFM leeds to manual work. +It shall be possible to configure provider networks without administrative rights. +It should be possible to assign the capability to create provider networks to any roles. + +Derrived Requirements +~~~~~~~~~~~~~~~~~~~~~ + - Possibility to assign the property of provider networks to any role + - When the provider network is created it should be checked if the role of the user has the permission to create a provider network. + +Northbound API / Workflow ++++++++++++++++++++++++++ + - TBD + +Data model objects +++++++++++++++++++ + - TBD + +Orchestration ++++++++++++++ + - TBD + +Dependencies on compute services +++++++++++++++++++++++++++++++++ + - TBD + +Potential implementation +++++++++++++++++++++++++ + - TBD |