summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2019-03-15 16:17:06 +0100
committerSona Sarmadi <sona.sarmadi@enea.com>2019-03-15 17:16:42 +0100
commit127d53e60e965eccb12023496b027cfd26b2e1b9 (patch)
tree2f4f09b3f0cf6dfbc9fdc9c7fc06791fc9417497
parent0bf6b810c27fca8328b0911ac6598582c5593693 (diff)
downloadnfv-access-documentation-127d53e60e965eccb12023496b027cfd26b2e1b9.tar.gz
Rel-Info: update known issues
Fixed incorrect info in VNF chaining section in the example-usecases doc Change-Id: I632d2ce23ddd951729367de68ea651a8db5a26d9 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
-rw-r--r--doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml8
-rw-r--r--doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml30
2 files changed, 29 insertions, 9 deletions
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml b/doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml
index 3de347d..412af4a 100644
--- a/doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml
+++ b/doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml
@@ -270,7 +270,7 @@
270 </itemizedlist> 270 </itemizedlist>
271 271
272 <note> 272 <note>
273 <para>the login/password values for the Juniper VNF are 273 <para>The login/password values for the Fortigate VNF are
274 <literal>admin/&lt;empty password&gt;</literal>, 274 <literal>admin/&lt;empty password&gt;</literal>,
275 respectively.</para> 275 respectively.</para>
276 </note> 276 </note>
@@ -292,8 +292,10 @@
292 <para>Before testing LAN to LAN connectivity, preliminary tests of service 292 <para>Before testing LAN to LAN connectivity, preliminary tests of service
293 can be run to ensure everything was set up properly.</para> 293 can be run to ensure everything was set up properly.</para>
294 294
295 <para>For instance, by connecting to the vSRX CLI (any site), the user can 295 <para>Before testing LAN to LAN connectivity, one can run preliminary tests of service to ensure everything was
296 test IKE security associations:</para> 296set-up properly. For instance, by connecting to vSRX CLI (any site), one can test IKE security associations:</para>
297
298 <programlisting>root@Atom-C3000:~ # cli</programlisting>
297 299
298 <programlisting>root@Atom-C3000&gt; show security ike security-associations 300 <programlisting>root@Atom-C3000&gt; show security ike security-associations
299Index State Initiator cookie Responder cookie Mode Remote Address 301Index State Initiator cookie Responder cookie Mode Remote Address
diff --git a/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml b/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml
index 8c3a554..b066821 100644
--- a/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml
+++ b/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml
@@ -17,8 +17,8 @@
17 17
18 <listitem> 18 <listitem>
19 <para><remark>LXCR-9056</remark>Instantiating a VNF with a different 19 <para><remark>LXCR-9056</remark>Instantiating a VNF with a different
20 number of interfaces than was specified during VNF onboarding causes 20 number of interfaces than was specified during VNF onboarding causes an
21 an exception.</para> 21 exception.</para>
22 </listitem> 22 </listitem>
23 23
24 <listitem> 24 <listitem>
@@ -28,14 +28,32 @@
28 </listitem> 28 </listitem>
29 29
30 <listitem> 30 <listitem>
31 <para><remark>ELCCR-99</remark>The uCPE Manager fails to onboard renamed VNF 31 <para><remark>ELCCR-99</remark>The uCPE Manager fails to onboard renamed
32 bundles downloaded to the same repo.</para> 32 VNF bundles downloaded to the same repo.</para>
33 </listitem> 33 </listitem>
34 34
35 <listitem> 35 <listitem>
36 <para><remark>ELCCR-102</remark>Sometimes, during VNF instantiation, 36 <para><remark>ELCCR-102</remark>Sometimes, during VNF instantiation,
37 even if the needed configuration file has been selected/uploaded, the uCPE 37 even if the needed configuration file has been selected/uploaded, the
38 Manager UI is not updated with the appropriate file name.</para> 38 uCPE Manager UI is not updated with the appropriate file name.</para>
39 </listitem>
40
41 <listitem>
42 <para>No disk space check is performed when instantiating (i.e. downloading) a VNF to the CPE device. If there is not enough disk space available, then a crash will occur.</para>
43 </listitem>
44
45 <listitem>
46 <para>The Enea uCPE Manager will not detect that a VNF is no longer
47 running if the CPE device is reinstalled with the Enea NFV Access
48 Run-Time platform and rebooted after the VNF has been instantiated.</para>
49 </listitem>
50
51 <listitem>
52 <para>If different interfaces are configured during Instantiation than were set up during Onboarding, an error occurs..</para>
53 </listitem>
54
55 <listitem>
56 <para>No support is provided for multiple CPE devices behind a firewall or gateway connecting callhome to a uCPE Manager (running outside the local network).</para>
39 </listitem> 57 </listitem>
40 </itemizedlist> 58 </itemizedlist>
41 59