diff options
author | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-05-04 18:44:41 +0000 |
---|---|---|
committer | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-05-04 18:45:35 +0000 |
commit | df34f5a369873cecfddcb865f834e7e76148475f (patch) | |
tree | cac449557712efb8adb07ded510282a98a28a3ee /docs/Chapter8.rst | |
parent | 3e079f4efbfeca035c19688d6f51bd811b1e2462 (diff) |
VNFRQTS - OpenStack recovery commands
Add Openstack foundational recovery commands to start, stop, rebuild, migrate, evacuate, snapshot VM or other containers.
Change-Id: I6ba8c6e8af4fd8f648830c6d7abbbdc6ee9f47c7
Issue-ID: VNFRQTS-213
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'docs/Chapter8.rst')
-rw-r--r-- | docs/Chapter8.rst | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/Chapter8.rst b/docs/Chapter8.rst index 3b51bd9..1a4ad68 100644 --- a/docs/Chapter8.rst +++ b/docs/Chapter8.rst @@ -988,6 +988,12 @@ R-36843 The VNF **MUST** support the ability of the VNFC to be deployable in multi-zoned cloud sites to allow for site support in the event of cloud zone failure or upgrades. +R-00098 The VNF **MUST NOT** impact the ability of the VNF to provide +service/function due to a single container restart. + +R-79952 The VNF **SHOULD** support container snapshots if not for rebuild +and evacuate for rollback or back out mechanism. + R-92935 The VNF **SHOULD** minimize the propagation of state information across multiple data centers to avoid cross data center traffic. @@ -1027,6 +1033,19 @@ service continuity. R-36792 The VNF **MUST** automatically retry/resubmit failed requests made by the software to its downstream system to increase the success rate. +R-70013 The VNF **MUST NOT** require any manual steps to get it ready for +service after a container rebuild. + +R-65515 The VNF **MUST** provide a mechanism and tool to start VNF +containers (VMs) without impacting service or service quality assuming +another VNF in same or other geographical location is processing service +requests. + +R-94978 The VNF **MUST** provide a mechanism and tool to perform a graceful +shutdown of all the containers (VMs) in the VNF without impacting service +or service quality assuming another VNF in same or other geographical +location can take over traffic and process service requests. + 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 @@ -2522,6 +2541,18 @@ command. R-65641 The xNF **MUST** support ONAP Controller’s **UpgradeBackOut** command. +R-11790 The VNF **MUST** support ONAP Controller’s +**Restart (stop/start or reboot)** command. + +R-56218 The VNF **MUST** support ONAP Controller’s Migrate command that +moves container (VM) from a live Physical Server / Compute Node to +another live Physical Server / Compute Node. + +R-38001 The VNF MUST support ONAP Controller’s **Rebuild** command. + +R-76901 VNF MUST support a container rebuild mechanism based on existing +image (e.g. Glance image in Openstack environment) or a snapshot. + R-41430 The xNF **MUST** support ONAP Controller’s **HealthCheck** command. @@ -3807,3 +3838,4 @@ UpgradePostCheck: .. [7] Multiple ONAP actions may map to one playbook. + |