summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-edge-example-usecases
diff options
context:
space:
mode:
authormrpa <miruna.paun@enea.com>2021-09-08 17:10:09 +0200
committermrpa <miruna.paun@enea.com>2021-09-08 17:10:09 +0200
commit54386e07a52582e58b3c4fb24e6cbc8bd0c6a795 (patch)
tree4e137883a25ec002a417b8d7809cac968fcce868 /doc/book-enea-edge-example-usecases
parent43021dae86481d75899c7e512f6d2f9cd9dce48a (diff)
parent1677f82bb972ba060630cd1c08394459f9bb751b (diff)
downloadnfv-access-documentation-demo_CPDX-3644.tar.gz
Merge the code from develop to master for 2.5.0demo_CPDX-3644demo_CPDX-3634
Change-Id: I47ebb99993f4603ef34f2366f679cc267bf0c995
Diffstat (limited to 'doc/book-enea-edge-example-usecases')
-rw-r--r--doc/book-enea-edge-example-usecases/doc/128t_vnf_router.xml4
-rw-r--r--doc/book-enea-edge-example-usecases/doc/appendix_4.xml6
-rw-r--r--doc/book-enea-edge-example-usecases/doc/appendix_5.xml2
-rw-r--r--doc/book-enea-edge-example-usecases/doc/book.xml4
-rw-r--r--doc/book-enea-edge-example-usecases/doc/enea_test_vnf_examples.xml2
-rw-r--r--doc/book-enea-edge-example-usecases/doc/service_chaining_128t_fortigate.xml6
-rw-r--r--doc/book-enea-edge-example-usecases/doc/vnf_chaining.xml2
7 files changed, 13 insertions, 13 deletions
diff --git a/doc/book-enea-edge-example-usecases/doc/128t_vnf_router.xml b/doc/book-enea-edge-example-usecases/doc/128t_vnf_router.xml
index 993da22..f722aef 100644
--- a/doc/book-enea-edge-example-usecases/doc/128t_vnf_router.xml
+++ b/doc/book-enea-edge-example-usecases/doc/128t_vnf_router.xml
@@ -692,7 +692,7 @@
692 <orderedlist> 692 <orderedlist>
693 <listitem> 693 <listitem>
694 <para>Select the trgt uCPE device -&gt; VNF -&gt; Instances -&gt; 694 <para>Select the trgt uCPE device -&gt; VNF -&gt; Instances -&gt;
695 128T -&gt; Delete.</para> 695 <literal>128T_trgt_1</literal> -&gt; Delete.</para>
696 </listitem> 696 </listitem>
697 697
698 <listitem> 698 <listitem>
@@ -707,7 +707,7 @@
707 </listitem> 707 </listitem>
708 708
709 <listitem> 709 <listitem>
710 <para>VNF -&gt; Descriptors, select all bundles -&gt; 710 <para>VNF -&gt; Descriptors, select <literal>128T</literal> -&gt;
711 Offboard.</para> 711 Offboard.</para>
712 </listitem> 712 </listitem>
713 </orderedlist> 713 </orderedlist>
diff --git a/doc/book-enea-edge-example-usecases/doc/appendix_4.xml b/doc/book-enea-edge-example-usecases/doc/appendix_4.xml
index f52e33d..f554b37 100644
--- a/doc/book-enea-edge-example-usecases/doc/appendix_4.xml
+++ b/doc/book-enea-edge-example-usecases/doc/appendix_4.xml
@@ -40,7 +40,7 @@
40| | |---centos_128t_internet_ci.iso - 128T cloud init (day-0) iso image. 40| | |---centos_128t_internet_ci.iso - 128T cloud init (day-0) iso image.
41| |---fortigate 41| |---fortigate
42| | |---fg_basic_fw.conf - Fortigate day-0 configuration. 42| | |---fg_basic_fw.conf - Fortigate day-0 configuration.
43| | |---fortigateInstance.json - Fortigate instantiantion. 43| | |---fortigateInstance.json - Fortigate instantiation.
44| | |---fortigate.json - Fortigate onboarding. 44| | |---fortigate.json - Fortigate onboarding.
45| | |---fortigateLicense.lic 45| | |---fortigateLicense.lic
46 - Fortigate license - contact Fortinet to get a VNF image and license file. 46 - Fortigate license - contact Fortinet to get a VNF image and license file.
@@ -77,7 +77,7 @@
77 </itemizedlist> 77 </itemizedlist>
78 78
79 <note> 79 <note>
80 <para>Before starting the two usecases detailed in the following appendix, 80 <para>Before starting the two use-cases detailed in the following appendix,
81 the uCPE Device needs to be added into the Enea Edge Management 81 the uCPE Device needs to be added into the Enea Edge Management
82 application.</para> 82 application.</para>
83 </note> 83 </note>
@@ -93,7 +93,7 @@
93 <para>To run a test:</para> 93 <para>To run a test:</para>
94 94
95 <programlisting>&gt; cd automation_framework/unittestSuite/ 95 <programlisting>&gt; cd automation_framework/unittestSuite/
96&gt; python unittestSuite.py -u admin -p admin -H &lt;uCPEManager IP address&gt; -n \ 96&gt; python unittestSuite.py -u admin -p admin -H &lt;EneaEdgeManagement IP address&gt; -n \
97&lt;uCPE Device name&gt; -s &lt;Test suite&gt; -d &lt;description&gt;</programlisting> 97&lt;uCPE Device name&gt; -s &lt;Test suite&gt; -d &lt;description&gt;</programlisting>
98 98
99 <para>The <literal>Test suite</literal> must be one from any of the 99 <para>The <literal>Test suite</literal> must be one from any of the
diff --git a/doc/book-enea-edge-example-usecases/doc/appendix_5.xml b/doc/book-enea-edge-example-usecases/doc/appendix_5.xml
index abb4be8..ac09bda 100644
--- a/doc/book-enea-edge-example-usecases/doc/appendix_5.xml
+++ b/doc/book-enea-edge-example-usecases/doc/appendix_5.xml
@@ -3,7 +3,7 @@
3 <title>Example Tests Results using the Automation Framework and Test 3 <title>Example Tests Results using the Automation Framework and Test
4 Harness</title> 4 Harness</title>
5 5
6 <para>In order to run the following example usecases, certain configuration 6 <para>In order to run the following example use-cases, certain configuration
7 file entries need to be modified according to the network setup that it will 7 file entries need to be modified according to the network setup that it will
8 be used, for more details see the previous appendix:</para> 8 be used, for more details see the previous appendix:</para>
9 9
diff --git a/doc/book-enea-edge-example-usecases/doc/book.xml b/doc/book-enea-edge-example-usecases/doc/book.xml
index fc69b88..e872c95 100644
--- a/doc/book-enea-edge-example-usecases/doc/book.xml
+++ b/doc/book-enea-edge-example-usecases/doc/book.xml
@@ -8,9 +8,9 @@
8 Use-cases</title> 8 Use-cases</title>
9 9
10 <subtitle>Release Version <xi:include 10 <subtitle>Release Version <xi:include
11 href="../../s_doceneacommon/doc/eltf_params_updated.xml" 11 href="../../eltf_params_updated.xml"
12 xmlns:xi="http://www.w3.org/2001/XInclude" 12 xmlns:xi="http://www.w3.org/2001/XInclude"
13 xpointer="element(EneaLinux_REL_VER/1)" /></subtitle> 13 xpointer="element(EneaEdge_REL_VER/1)" /></subtitle>
14 14
15 <!-- OLINKDBPATH_USED_BY_XMLMIND ../../s_docbuild/olinkdb --> 15 <!-- OLINKDBPATH_USED_BY_XMLMIND ../../s_docbuild/olinkdb -->
16 16
diff --git a/doc/book-enea-edge-example-usecases/doc/enea_test_vnf_examples.xml b/doc/book-enea-edge-example-usecases/doc/enea_test_vnf_examples.xml
index 0c3815e..846ec86 100644
--- a/doc/book-enea-edge-example-usecases/doc/enea_test_vnf_examples.xml
+++ b/doc/book-enea-edge-example-usecases/doc/enea_test_vnf_examples.xml
@@ -272,7 +272,7 @@ tail -f /var/log/testpmd-out</programlisting>
272 <orderedlist> 272 <orderedlist>
273 <listitem> 273 <listitem>
274 <para>Make sure that neither uCPE device 1 nor uCPE device 2 have 274 <para>Make sure that neither uCPE device 1 nor uCPE device 2 have
275 any configured host interfaces by selcting uCPE device : 275 any configured host interfaces by selecting uCPE device :
276 <literal>Configuration</literal> -&gt; 276 <literal>Configuration</literal> -&gt;
277 <literal>OpenVSwitch</literal> -&gt; <literal>Host 277 <literal>OpenVSwitch</literal> -&gt; <literal>Host
278 Interfaces</literal>.</para> 278 Interfaces</literal>.</para>
diff --git a/doc/book-enea-edge-example-usecases/doc/service_chaining_128t_fortigate.xml b/doc/book-enea-edge-example-usecases/doc/service_chaining_128t_fortigate.xml
index 4529fbf..3208168 100644
--- a/doc/book-enea-edge-example-usecases/doc/service_chaining_128t_fortigate.xml
+++ b/doc/book-enea-edge-example-usecases/doc/service_chaining_128t_fortigate.xml
@@ -10,7 +10,7 @@
10 <title>Prerequisites</title> 10 <title>Prerequisites</title>
11 11
12 <para>The 128T router and the Fortinet firewall in a service chain require 12 <para>The 128T router and the Fortinet firewall in a service chain require
13 the following prequisites for this example use case:</para> 13 the following prerequisites for this example use case:</para>
14 14
15 <itemizedlist spacing="compact"> 15 <itemizedlist spacing="compact">
16 <listitem> 16 <listitem>
@@ -1055,8 +1055,8 @@
1055 </listitem> 1055 </listitem>
1056 1056
1057 <listitem> 1057 <listitem>
1058 <para>VNF -&gt; Descriptors. Select all bundles -&gt; 1058 <para>VNF -&gt; Select one by one, the Fortigate and 128T VNF
1059 Offboard.</para> 1059 Descriptors -&gt; Offboard.</para>
1060 </listitem> 1060 </listitem>
1061 </orderedlist> 1061 </orderedlist>
1062 </section> 1062 </section>
diff --git a/doc/book-enea-edge-example-usecases/doc/vnf_chaining.xml b/doc/book-enea-edge-example-usecases/doc/vnf_chaining.xml
index affbf39..0df2605 100644
--- a/doc/book-enea-edge-example-usecases/doc/vnf_chaining.xml
+++ b/doc/book-enea-edge-example-usecases/doc/vnf_chaining.xml
@@ -394,7 +394,7 @@ disable type: physical netflow-sampler: disable sflow-sampler: disable
394 <para>Since Fortigate VNF, which is acting as router and firewall, is 394 <para>Since Fortigate VNF, which is acting as router and firewall, is
395 configured to be the DHCP server for the LAN network, the device 395 configured to be the DHCP server for the LAN network, the device
396 interface connected to the uCPE LAN port has to be configured to get 396 interface connected to the uCPE LAN port has to be configured to get
397 dinamically assigned IPs. These IPs are in the 172.0.0.0/24 network for 397 dynamically assigned IPs. These IPs are in the 172.0.0.0/24 network for
398 Site1 and the 172.10.10.0/24 network for Site2. Therefore, site-to-site 398 Site1 and the 172.10.10.0/24 network for Site2. Therefore, site-to-site
399 connectivity can be checked (from Site1) as such:</para> 399 connectivity can be checked (from Site1) as such:</para>
400 400