From 431339258a4629d8c7ca5185d115863860652e2c Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Mon, 9 May 2016 17:57:26 +0200 Subject: First draft of programmable provisioning use cases. Change-Id: Iedcffde320ac2e68918e0ade59380e451aaf3730 Signed-off-by: Gergely Csatari --- .../use_cases/programmable_provisioning.rst | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 docs/requirements/use_cases/programmable_provisioning.rst (limited to 'docs/requirements/use_cases') 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 -- cgit 1.2.3-korg