diff options
-rw-r--r-- | requirements/01-intro.rst | 21 | ||||
-rw-r--r-- | requirements/02-use_cases.rst | 0 |
2 files changed, 21 insertions, 0 deletions
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 --- /dev/null +++ b/requirements/02-use_cases.rst |