diff options
-rw-r--r-- | docs/requirements/use_cases.rst | 5 | ||||
-rw-r--r-- | docs/requirements/use_cases/programmable_provisioning.rst | 38 |
2 files changed, 40 insertions, 3 deletions
diff --git a/docs/requirements/use_cases.rst b/docs/requirements/use_cases.rst index 3f9f009..0aabc65 100644 --- a/docs/requirements/use_cases.rst +++ b/docs/requirements/use_cases.rst @@ -6,7 +6,6 @@ Use cases The following sections address networking use cases that have been identified to be relevant in the scope of NFV and NetReady. -.. include:: +.. toctree:: use_cases/shared-service-functions.rst -.. -> Add references to your use cases here. -.. -> We can easily sort and structure use cases based on their order of inclusion + use_cases/programmable_provisioning.rst 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 |