init docs directory 81/53381/1
authorQiaowei Ren <qiaowei.ren@intel.com>
Fri, 9 Mar 2018 08:41:44 +0000 (16:41 +0800)
committerQiaowei Ren <qiaowei.ren@intel.com>
Fri, 9 Mar 2018 08:41:44 +0000 (16:41 +0800)
This patch creates docs directory and add initial release notes.

Change-Id: I22e53d9d1a5124186416fe0044769fabd634253c
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
docs/release/release-notes/index.rst [new file with mode: 0644]
docs/release/release-notes/release-notes.rst [new file with mode: 0644]
src/ceph/.gitkeep [new file with mode: 0644]

diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst
new file mode 100644 (file)
index 0000000..2a36e61
--- /dev/null
@@ -0,0 +1,11 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+==========================
+Stor4NFV Release Notes
+==========================
+
+.. toctree::
+   :maxdepth: 1
+
+   release-notes.rst
diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst
new file mode 100644 (file)
index 0000000..013991e
--- /dev/null
@@ -0,0 +1,57 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+This document provides the release notes for Fraser 1.0 of StorPerf.
+
+.. contents::
+   :depth: 3
+   :local:
+
+
+Version history
+===============
+
+
++--------------------+--------------------+--------------------+--------------------+
+| **Date**           | **Ver.**           | **Author**         | **Comment**        |
+|                    |                    |                    |                    |
++--------------------+--------------------+--------------------+--------------------+
+| 2018-03-xx         | Fraser 1.0         | Qiaowei Ren        |                    |
+|                    |                    |                    |                    |
++--------------------+--------------------+--------------------+--------------------+
+
+
+Important notes
+----------------
+
+The Stor4NFV project is currently only supported on Compass installer.
+
+Summary
+--------
+
+Stor4NFV provides a storage solution based on Ceph and OpenSDS, and focuses on
+the optimization for storage intensive use cases of NFV, like I/O performance
+improvements.
+
+Release Data
+-------------
+
++--------------------------------------+--------------------------------------+
+| **Project**                          | Stor4NFV                             |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+| **Repo/commit-ID**                   |                                      |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+| **Release designation**              | Fraser                               |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+| **Release date**                     | 2018-03-xx                           |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+| **Purpose of the delivery**          | OPNFV Fraser release 1.0             |
+|                                      |                                      |
++--------------------------------------+--------------------------------------+
+
+
diff --git a/src/ceph/.gitkeep b/src/ceph/.gitkeep
new file mode 100644 (file)
index 0000000..617c45f
--- /dev/null
@@ -0,0 +1,3 @@
+# Ignore everything in this directory
+*
+# Except this file !.gitkeep