summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Wright <sw3588@att.com>2018-03-13 12:03:10 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-13 12:03:10 +0000
commitc4ace4929c2b2227c8f4df9eba035a96061424a0 (patch)
treed2fe031b87c8220480ccabb2c10f3d47b8340d6d
parent4488cd4c6ac9524fff5d3bbb6d898468ff6ed62f (diff)
parentd814e0f285138f803015493aeed22cf058f96338 (diff)
Merge "VNFRQTS - R-41159 word update for clarification"
-rw-r--r--docs/Chapter4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Chapter4.rst b/docs/Chapter4.rst
index 82a8b80..e970e1e 100644
--- a/docs/Chapter4.rst
+++ b/docs/Chapter4.rst
@@ -139,7 +139,7 @@ System Resource Optimization Requirements
* R-22059 The VNF **MUST NOT** execute long running tasks (e.g., IO, database, network operations, service calls) in a critical section of code, so as to minimize blocking of other operations and increase concurrent throughput.
* R-63473 The VNF **MUST** automatically advertise newly scaled components so there is no manual intervention required.
* R-74712 The VNF **MUST** utilize FQDNs (and not IP address) for both Service Chaining and scaling.
-* R-41159 The VNF **MUST** deliver any and all functionality from any VNFC in the pool. The VNFC pool member should be transparent to the client. Upstream and downstream clients should only recognize the function being performed, not the member performing it.
+* R-41159 The VNF **MUST** deliver any and all functionality from any VNFC in the pool (where pooling is the most suitable solution). The VNFC pool member should be transparent to the client. Upstream and downstream clients should only recognize the function being performed, not the member performing it.
* R-85959 The VNF **SHOULD** automatically enable/disable added/removed sub-components or component so there is no manual intervention required.
* R-06885 The VNF **SHOULD** support the ability to scale down a VNFC pool without jeopardizing active sessions. Ideally, an active session should not be tied to any particular VNFC instance.
* R-12538 The VNF **SHOULD** support load balancing and discovery mechanisms in resource pools containing VNFC instances.