summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrpa <miruna.paun@enea.com>2020-10-08 10:30:31 +0200
committermrpa <miruna.paun@enea.com>2020-10-08 17:18:46 +0200
commita78b80cc094d645e6056c27f2adfb2c139d6c4b3 (patch)
treec38f067210c359619a61568242c47c71ecd7988a
parent2830cd25d851003847597306efe614c512baaf06 (diff)
downloadnfv-access-documentation-a78b80cc094d645e6056c27f2adfb2c139d6c4b3.tar.gz
Adding a note concerning timing between VNF Lifecycle
Operations. Change-Id: Ie24d68289d33822b1d899018d41262bb79d7a829 Signed-off-by: mrpa <miruna.paun@enea.com>
-rw-r--r--doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml
index 2a4cc8a..5088e9c 100644
--- a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml
+++ b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml
@@ -13,8 +13,8 @@
13 adding uCPE device(s), receiving uCPE events' reports, removing a uCPE 13 adding uCPE device(s), receiving uCPE events' reports, removing a uCPE
14 device, waiting for a uCPE device to connect to the uCPE Manager, as well 14 device, waiting for a uCPE device to connect to the uCPE Manager, as well
15 as scripts for adding and removing an offline configuration store. This 15 as scripts for adding and removing an offline configuration store. This
16 folder also contains scripts for uploading and removing an NFVA image into 16 folder also contains scripts for uploading and removing an NFVA image into
17 the uCPE Manager, and for installing and activating a NFVA image on a uCPE 17 the uCPE Manager, and for installing and activating a NFVA image on a uCPE
18 Device.</para> 18 Device.</para>
19 19
20 <para>The <literal>/customScripts</literal> folder contains Python scripts 20 <para>The <literal>/customScripts</literal> folder contains Python scripts
@@ -55,7 +55,7 @@
55 55
56 <para>The <literal>/unittestSuite/vnf_config</literal> directory contains 56 <para>The <literal>/unittestSuite/vnf_config</literal> directory contains
57 symlinks for the Fortigate license file and for the 57 symlinks for the Fortigate license file and for the
58 <literal>/vnf_config/fortigateImage</literal> folder. </para> 58 <literal>/vnf_config/fortigateImage</literal> folder.</para>
59 59
60 <para>The <literal>/vnf</literal> folder contains Python scripts for 60 <para>The <literal>/vnf</literal> folder contains Python scripts for
61 onboarding and offboarding a VNF image, instantiating a VNF, controlling a 61 onboarding and offboarding a VNF image, instantiating a VNF, controlling a
@@ -1629,6 +1629,15 @@ License("vnf_config/fortigateImage/fortigateLicense.lic")
1629 <para>How to Control a VNF instance from the Enea uCPE Manager is 1629 <para>How to Control a VNF instance from the Enea uCPE Manager is
1630 detailed below.</para> 1630 detailed below.</para>
1631 1631
1632 <note>
1633 <para>If a sequence of commands aiming to change the state of the VNF
1634 (start/stop/suspend/shutdown) is issued rapidly, certain VNFs might become
1635 unresponsive. Depending on the actual VNF, the time required between
1636 life-cycle operations may vary from several seconds to half a minute
1637 or even more. If a VNF becomes unresponsive, the only possible action
1638 is to "Force Delete" the instance from the uCPE Manager.</para>
1639 </note>
1640
1632 <section id="script_opts_control"> 1641 <section id="script_opts_control">
1633 <title>Script Options</title> 1642 <title>Script Options</title>
1634 1643