summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhariharan97 <rh20085046@wipro.com>2021-04-16 13:00:32 +0530
committerHariharan Ramanathan <rh20085046@wipro.com>2021-04-19 04:36:21 +0000
commit2b65f0de725064e6d8cdb7cdae8f6ba3ec9c519d (patch)
tree76888b64d9d26fb72e75fd2be8a4f1b4ffa157a3
parentb07f208f9da6ff15c5f98d6039cab6a5bbe5f9e7 (diff)
Updating the docs to include NST selection enhancementshonolulu
Issue-ID: OPTFRA-942 Signed-off-by: hariharan97 <rh20085046@wipro.com> Change-Id: Ic1e059d1ce31591ee4ac7b1d0884f2d68107b064 (cherry picked from commit 3b2b42576c88549511443042dcd2298242a4ba06)
-rw-r--r--docs/sections/example.rst67
-rw-r--r--docs/sections/homingspecification.rst10
2 files changed, 73 insertions, 4 deletions
diff --git a/docs/sections/example.rst b/docs/sections/example.rst
index c2254e0..a511e8e 100644
--- a/docs/sections/example.rst
+++ b/docs/sections/example.rst
@@ -312,6 +312,73 @@ constraint specifies that the latency of the the subnets must be less
than a particular threshold.
+Example 4
+---------
+
+.. code:: json
+
+ {
+ "name":"urllc_sample",
+ "files":{
+
+ },
+ "limit":10,
+ "num_solution":"1",
+ "timeout":1200,
+ "template":{
+ "homing_template_version":"2020-08-13",
+ "demands":{
+ "nst_demand":[
+ {
+ "inventory_provider":"aai",
+ "inventory_type":"nst",
+ "unique":"true",
+ "region":"RegionOne",
+ "filtering_attributes":{
+ "model-role":"nst"
+ }
+ }
+ ]
+ },
+ "constraints":{
+ "nst_Threshold":{
+ "type":"threshold",
+ "demands":[
+ "nst_demand"
+ ],
+ "properties":{
+ "evaluate":[
+ {
+ "attribute":"latency",
+ "operator":"lte",
+ "threshold":30,
+ "unit":"ms"
+ }
+ ]
+ }
+ }
+ },
+ "optimization":{
+ "goal": "minimize",
+ "operation_function": {
+ "operator": "sum",
+ "operands": [{
+ "function": "attribute",
+ "params": {
+ "demand": "nst_demand",
+ "attribute": "latency"
+ }
+ }]
+ }
+ }
+ }
+ }
+
+This template is for the selecting the NST templates for Network
+Slicing use case. The demand here is the slice templates and the threshold
+constraint specifies that the latency of the the templates must be less
+than a particular threshold.
+
Contact
-------
diff --git a/docs/sections/homingspecification.rst b/docs/sections/homingspecification.rst
index 4950a9a..ae09208 100644
--- a/docs/sections/homingspecification.rst
+++ b/docs/sections/homingspecification.rst
@@ -249,8 +249,9 @@ Demand criteria is dependent upon the inventory provider in use.
| | existing service instances), |
| | ``vfmodule`` (for vf instances), |
| | ``nssi`` (for slice subnet |
-| | instances). Exactly one inventory |
-| | type may be specified. |
+| | instances), ``nst`` (for slice |
+| | templates). Exactly one |
+| | inventory type may be specified. |
+-----------------------------+------------------------------------+
| ``filtering_attributes`` | A list of key-value pairs, that is |
| (Optional) | used to select inventory |
@@ -328,8 +329,9 @@ for ONAP.
| | existing service instances), |
| | ``vfmodule`` (for vf instances), |
| | ``nssi`` (for slice subnet |
-| | instances). Exactly one inventory |
-| | type may be specified. |
+| | instances), ``nst`` (for slice |
+| | templates). Exactly one |
+| | inventory type may be specified. |
+-----------------------------+------------------------------------+
| ``filtering attributes`` | A list of key-value pairs to match |
| (Optional) | against inventory when drawing |