aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorPiotr Stanior <piotr.stanior@t-mobile.pl>2022-02-02 15:14:47 +0100
committerPiotr Stanior <piotr.stanior@t-mobile.pl>2022-02-03 14:44:31 +0100
commit7f6332466912bbc0886756d40e34128861a39259 (patch)
treeb15fdb446e440d09c74c1300295ba41de1d06920 /docs/source
parente9dbe96626c23204bac7426bba69b4e2aedfbd8f (diff)
Add vfc resource support for xnfs
Change-Id: I8caa5174e35167f1bd26fe4a950af2cd7fe63ead Signed-off-by: Piotr Stanior <piotr.stanior@t-mobile.pl> Issue-ID: INT-2058 Signed-off-by: Piotr Stanior <piotr.stanior@t-mobile.pl>
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/schemas/resources/shared/xnf_resources.rst18
-rw-r--r--docs/source/schemas/version_1_0.rst17
-rw-r--r--docs/source/schemas/version_1_1.rst17
3 files changed, 52 insertions, 0 deletions
diff --git a/docs/source/schemas/resources/shared/xnf_resources.rst b/docs/source/schemas/resources/shared/xnf_resources.rst
new file mode 100644
index 0000000..71ad609
--- /dev/null
+++ b/docs/source/schemas/resources/shared/xnf_resources.rst
@@ -0,0 +1,18 @@
+Resources
+^^^^^^^^^
+
+.. list-table::
+ :header-rows: 1
+
+ * - Property
+ - Type
+ - Required
+ - Comment
+ * - name
+ - string
+ - YES
+ -
+ * - xnf_type
+ - string
+ - YES
+ - \ No newline at end of file
diff --git a/docs/source/schemas/version_1_0.rst b/docs/source/schemas/version_1_0.rst
index ffc65ca..98634c2 100644
--- a/docs/source/schemas/version_1_0.rst
+++ b/docs/source/schemas/version_1_0.rst
@@ -196,6 +196,10 @@ PNF
- List of `PNF Properties 1.0`_
- NO
-
+ * - resources
+ - List of `PNF Resources 1.0`_
+ - NO
+ -
.. _PNF deployment artifact 1.0:
@@ -205,6 +209,10 @@ PNF
.. include:: /schemas/resources/shared/xnf_property.rst
+.. _PNF resources 1.0:
+
+.. include:: /schemas/resources/shared/xnf_resources.rst
+
VNF
---
@@ -231,6 +239,10 @@ VNF
- List of `VNF properties 1.0`_
- NO
-
+ * - resources
+ - List of `VNF Resources 1.0`_
+ - NO
+ -
.. _VNF deployment artifact 1.0:
@@ -248,6 +260,11 @@ VNF
.. include:: /schemas/resources/shared/line_of_business.rst
+.. _VNF resources 1.0:
+
+.. include:: /schemas/resources/shared/xnf_resources.rst
+
+
MSB k8s definition
------------------
diff --git a/docs/source/schemas/version_1_1.rst b/docs/source/schemas/version_1_1.rst
index cb78222..bcbdd53 100644
--- a/docs/source/schemas/version_1_1.rst
+++ b/docs/source/schemas/version_1_1.rst
@@ -206,6 +206,10 @@ PNF
- List of `PNF Properties 1.1`_
- NO
-
+ * - resources
+ - List of `PNF Resources 1.1`_
+ - NO
+ -
.. _PNF deployment artifact 1.1:
@@ -215,6 +219,10 @@ PNF
.. include:: /schemas/resources/shared/xnf_property.rst
+.. _PNF resources 1.1:
+
+.. include:: /schemas/resources/shared/xnf_resources.rst
+
VNF
---
@@ -253,6 +261,10 @@ VNF
- List of `VNF properties 1.1`_
- NO
-
+ * - resources
+ - List of `VNF Resources 1.1`_
+ - NO
+ -
.. _VNF deployment artifact 1.1:
@@ -262,6 +274,11 @@ VNF
.. include:: /schemas/resources/shared/owning_entity.rst
+.. _VNF resources 1.1:
+
+.. include:: /schemas/resources/shared/xnf_resources.rst
+
+
MSB k8s definition
------------------