From b7fb906b22c425474d5b32a70dde8ed405b64743 Mon Sep 17 00:00:00 2001 From: Rex Lee Date: Fri, 23 Oct 2015 10:28:49 +0800 Subject: init requirements doc JIRA: CONDUCTOR-1 Change-Id: Ibc17f780166b6de13062d259704ec7d29ee3f38a --- requirements/01-intro.rst | 21 +++++++++++++++++++++ requirements/02-use_cases.rst | 0 2 files changed, 21 insertions(+) create mode 100644 requirements/01-intro.rst create mode 100644 requirements/02-use_cases.rst diff --git a/requirements/01-intro.rst b/requirements/01-intro.rst new file mode 100644 index 0000000..2110b41 --- /dev/null +++ b/requirements/01-intro.rst @@ -0,0 +1,21 @@ +Introduction +============ + +For telecom applications, the resource scheduler needs much more information of +network for resource allocation besides CPU and memory data. Upstream project +OpenStack is short of functions to monitor and collect information from network +for many applications. This project would collect more network information, do +resource isolation and make Enhanced Scheduler so that resource allocation could +be more efficient. + +Problem description +------------------- + +The purpose of this requirement project is to clarify the necessary features of +NFVI resouce schedulor, identify missing features in the current OpenSource +implementations, provide a potential implementation architecture and plan, +provide implementation guidelines in relevant upstream projects to realize those +missing features, and maintenance in alignment with ETSI NFV. + +.. + vim: set tabstop=4 expandtab textwidth=80: diff --git a/requirements/02-use_cases.rst b/requirements/02-use_cases.rst new file mode 100644 index 0000000..e69de29 -- cgit 1.2.3-korg