From 5b1cee279df29c502081d515ab0d5eab4dbeef90 Mon Sep 17 00:00:00 2001 From: rr929y Date: Mon, 7 Aug 2017 11:11:13 -0700 Subject: VNFRQTS Requirements -- Inital Chapter File Commit VNFRQTS Requirements -- Inital commit of chapter files and document outline Change-Id: Ibfbc639b663ab0f83093f772c6ec6fbe09c8d45a Issue-ID:VNFRQTS-25 Signed-off-by: rr929y --- docs/Chapter1.rst | 2 ++ docs/Chapter2.rst | 2 ++ docs/Chapter3.rst | 2 ++ docs/Chapter4.rst | 8 ++++++++ docs/Chapter5.rst | 5 +++++ docs/Chapter6.rst | 5 +++++ docs/Chapter7.rst | 7 +++++++ docs/Chapter8.rst | 4 ++++ docs/index.rst | 14 ++++++++++++++ 9 files changed, 49 insertions(+) create mode 100644 docs/Chapter1.rst create mode 100644 docs/Chapter2.rst create mode 100644 docs/Chapter3.rst create mode 100644 docs/Chapter4.rst create mode 100644 docs/Chapter5.rst create mode 100644 docs/Chapter6.rst create mode 100644 docs/Chapter7.rst create mode 100644 docs/Chapter8.rst create mode 100644 docs/index.rst (limited to 'docs') diff --git a/docs/Chapter1.rst b/docs/Chapter1.rst new file mode 100644 index 0000000..2924ae7 --- /dev/null +++ b/docs/Chapter1.rst @@ -0,0 +1,2 @@ +**1. Purpose** +============== diff --git a/docs/Chapter2.rst b/docs/Chapter2.rst new file mode 100644 index 0000000..42b13f2 --- /dev/null +++ b/docs/Chapter2.rst @@ -0,0 +1,2 @@ +**2. Scope** +============ \ No newline at end of file diff --git a/docs/Chapter3.rst b/docs/Chapter3.rst new file mode 100644 index 0000000..c817912 --- /dev/null +++ b/docs/Chapter3.rst @@ -0,0 +1,2 @@ +**3. Introduction** +==================== \ No newline at end of file diff --git a/docs/Chapter4.rst b/docs/Chapter4.rst new file mode 100644 index 0000000..dbfd114 --- /dev/null +++ b/docs/Chapter4.rst @@ -0,0 +1,8 @@ +**4. VNF Development Requirements** +==================================== + +a. VNF Design +#. VNF Resiliency +#. VNF Security +#. VNF Modularity +#. Devops \ No newline at end of file diff --git a/docs/Chapter5.rst b/docs/Chapter5.rst new file mode 100644 index 0000000..340f842 --- /dev/null +++ b/docs/Chapter5.rst @@ -0,0 +1,5 @@ +**5. VNF Modeling Requirements** +===================================== + +a. TOSCA YAML +#. Heat diff --git a/docs/Chapter6.rst b/docs/Chapter6.rst new file mode 100644 index 0000000..dca644f --- /dev/null +++ b/docs/Chapter6.rst @@ -0,0 +1,5 @@ +**6. Infrastructure Requirements** +===================================== + +a. OpenStack +#. Azure diff --git a/docs/Chapter7.rst b/docs/Chapter7.rst new file mode 100644 index 0000000..e2a7c39 --- /dev/null +++ b/docs/Chapter7.rst @@ -0,0 +1,7 @@ +**7. ONAP Management Requirements** +===================================== + +a. Service Design +#. VNF On-boarding and package management +#. Configuration Management +#. Monitoring & Management diff --git a/docs/Chapter8.rst b/docs/Chapter8.rst new file mode 100644 index 0000000..4ef6468 --- /dev/null +++ b/docs/Chapter8.rst @@ -0,0 +1,4 @@ +**8. Appendix** +=============== + +a. Data Record Formats \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..77db178 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,14 @@ +VNF Requirements Documentation +------------------------------ + +.. toctree:: + :titlesonly: + + Chapter1 + Chapter2 + Chapter3 + Chapter4 + Chapter5 + Chapter6 + Chapter7 + Chapter8 -- cgit 1.2.3-korg