diff options
author | Rex Lee <limingjiang@huawei.com> | 2015-10-23 10:28:49 +0800 |
---|---|---|
committer | Rex Lee <limingjiang@huawei.com> | 2015-10-23 10:30:48 +0800 |
commit | b7fb906b22c425474d5b32a70dde8ed405b64743 (patch) | |
tree | 51e887dcc652c1fbf57d18f08393d89e701b5347 | |
parent | 73f2e57b12a31e300fad45c3c9221a264b95a910 (diff) |
init requirements doc
JIRA: CONDUCTOR-1
Change-Id: Ibc17f780166b6de13062d259704ec7d29ee3f38a
-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 |