diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Chapter1.rst | 2 | ||||
-rw-r--r-- | docs/Chapter2.rst | 2 | ||||
-rw-r--r-- | docs/Chapter3.rst | 2 | ||||
-rw-r--r-- | docs/Chapter4.rst | 8 | ||||
-rw-r--r-- | docs/Chapter5.rst | 5 | ||||
-rw-r--r-- | docs/Chapter6.rst | 5 | ||||
-rw-r--r-- | docs/Chapter7.rst | 7 | ||||
-rw-r--r-- | docs/Chapter8.rst | 4 | ||||
-rw-r--r-- | docs/index.rst | 14 |
9 files changed, 49 insertions, 0 deletions
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 |