diff options
author | mrpa <miruna.paun@enea.com> | 2021-07-27 21:36:51 +0200 |
---|---|---|
committer | mrpa <miruna.paun@enea.com> | 2021-07-27 21:45:18 +0200 |
commit | e112d581beb8b4127dc587d8fd0be2767f097c1d (patch) | |
tree | d649b148c9f94312abad4ebadb5e0466f708474f | |
parent | 84a268b082929c15ac956b9387f286c721bf30df (diff) | |
download | nfv-access-documentation-e112d581beb8b4127dc587d8fd0be2767f097c1d.tar.gz |
Updated the Automation User Guide and Getting Started Manuals
with the edits needed and uniformization of installerdir terms.
Change-Id: I3b2742eda5798c0116847239ce89e30f57a545a6
Signed-off-by: mrpa <miruna.paun@enea.com>
8 files changed, 174 insertions, 154 deletions
diff --git a/doc/book-enea-edge-automation-user-guide/doc/automation_framework_test_harness.xml b/doc/book-enea-edge-automation-user-guide/doc/automation_framework_test_harness.xml index bdc3343..0d25bd7 100644 --- a/doc/book-enea-edge-automation-user-guide/doc/automation_framework_test_harness.xml +++ b/doc/book-enea-edge-automation-user-guide/doc/automation_framework_test_harness.xml | |||
@@ -76,10 +76,10 @@ | |||
76 | </listitem> | 76 | </listitem> |
77 | </itemizedlist> | 77 | </itemizedlist> |
78 | 78 | ||
79 | <para>Where the <filename>environment_variables.sh</filename> script | 79 | <para>The <filename>environment_variables.sh</filename> script sets the |
80 | sets the environment variables. The | 80 | environment variables, the |
81 | <filename>setup_env_requirements.txt</filename> contains the mapping | 81 | <filename>setup_env_requirements.txt</filename> file contains the |
82 | between the package name and its version, and the | 82 | mapping between the package name and its version, and the |
83 | <filename>setup_env.sh</filename> script creates a testing virtual | 83 | <filename>setup_env.sh</filename> script creates a testing virtual |
84 | environment.</para> | 84 | environment.</para> |
85 | 85 | ||
@@ -317,7 +317,7 @@ | |||
317 | </listitem> | 317 | </listitem> |
318 | 318 | ||
319 | <listitem> | 319 | <listitem> |
320 | <para>Update the username, password and IP address</para> | 320 | <para>Update the username, password and IP address or FQDN.</para> |
321 | 321 | ||
322 | <note> | 322 | <note> |
323 | <para>The | 323 | <para>The |
@@ -751,7 +751,7 @@ Check 'test' directory for JSON configuration files</programlisting> | |||
751 | 751 | ||
752 | <para>The Automation Framework scripts described in the following section | 752 | <para>The Automation Framework scripts described in the following section |
753 | are located in the | 753 | are located in the |
754 | <literal><Automation-installdir>/automation_framework</literal> | 754 | <literal><Automation-installerdir>/automation_framework</literal> |
755 | directory.</para> | 755 | directory.</para> |
756 | 756 | ||
757 | <section id="httpclient_class"> | 757 | <section id="httpclient_class"> |
@@ -1302,7 +1302,7 @@ Parameters(not needed): -- | |||
1302 | <title>Test Harness</title> | 1302 | <title>Test Harness</title> |
1303 | 1303 | ||
1304 | <para>The Test Harness sources are in the | 1304 | <para>The Test Harness sources are in the |
1305 | <literal><Automation-installdir>/test_harness</literal> | 1305 | <literal><Automation-installerdir>/test_harness</literal> |
1306 | directory.</para> | 1306 | directory.</para> |
1307 | 1307 | ||
1308 | <section id="indiv_ansible_playbooks"> | 1308 | <section id="indiv_ansible_playbooks"> |
diff --git a/doc/book-enea-edge-automation-user-guide/doc/components.xml b/doc/book-enea-edge-automation-user-guide/doc/components.xml index cb6c783..2323fdf 100644 --- a/doc/book-enea-edge-automation-user-guide/doc/components.xml +++ b/doc/book-enea-edge-automation-user-guide/doc/components.xml | |||
@@ -1,8 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="ISO-8859-1"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <chapter id="components"> | 2 | <chapter id="components"> |
3 | <title>Components</title> | 3 | <title>Components</title> |
4 | 4 | ||
5 | <para>This chapter presents an overview of the Enea Edge components: Enea Edge Runtime, Enea Edge Management and Enea Edge Automation.</para> | 5 | <para>This chapter presents an overview of the Enea Edge components: Enea |
6 | Edge Runtime, Enea Edge Management and Enea Edge Automation.</para> | ||
6 | 7 | ||
7 | <figure> | 8 | <figure> |
8 | <title>Component Overview</title> | 9 | <title>Component Overview</title> |
@@ -15,97 +16,101 @@ | |||
15 | </mediaobject> | 16 | </mediaobject> |
16 | </figure> | 17 | </figure> |
17 | 18 | ||
18 | <section id="eucpe_manager"> | 19 | <section id="eucpe_manager"> |
19 | <title>Enea Edge Management</title> | 20 | <title>Enea Edge Management</title> |
20 | 21 | ||
21 | <para>The Enea Edge Management application is installed on a supported | 22 | <para>The Enea Edge Management application is installed on a supported |
22 | platform. It manages Enea Edge <literal>devices</literal>, that | 23 | platform. It manages Enea Edge <literal>devices</literal>, that are |
23 | are virtualized CPE devices.</para> | 24 | virtualized CPE devices.</para> |
24 | 25 | ||
25 | <para>For more details about Enea Edge Management installation, see <olink | 26 | <para>For more details about Enea Edge Management installation, see <olink |
26 | targetdoc="book_enea_edge_getting_started" | 27 | targetdoc="book_enea_edge_getting_started" |
27 | targetptr="install_ucpe_mg">Installing the Enea Edge Management application in the | 28 | targetptr="install_ucpe_mg">Installing the Enea Edge Management |
28 | <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml" | 29 | application in the <xi:include |
29 | xmlns:xi="http://www.w3.org/2001/XInclude" | 30 | href="../../s_docbuild/olinkdb/pardoc-names.xml" |
30 | xpointer="element(book_enea_edge_getting_started/1)" /></olink> | 31 | xmlns:xi="http://www.w3.org/2001/XInclude" |
31 | Manual.</para> | 32 | xpointer="element(book_enea_edge_getting_started/1)" /></olink> |
32 | </section> | 33 | Manual.</para> |
33 | 34 | </section> | |
34 | <section id="ena_plat"> | 35 | |
35 | <title>Enea Edge Runtime</title> | 36 | <section id="ena_plat"> |
36 | 37 | <title>Enea Edge Runtime</title> | |
37 | <para>One or more uCPE devices running the Enea Edge Runtime | 38 | |
38 | are required as hosts, to run the VNFs. The uCPE device is | 39 | <para>One or more uCPE devices running the Enea Edge Runtime are required |
39 | known to the Enea Edge Management application as the <literal>VcpeAgent</literal> device | 40 | as hosts, to run the VNFs. The uCPE device is known to the Enea Edge |
40 | module.</para> | 41 | Management application as the <literal>VcpeAgent</literal> device |
41 | 42 | module.</para> | |
42 | <para>Before running any use case with the Enea Edge Automation, the uCPE devices have to be added to the Enea Edge Management application.</para> | 43 | |
43 | 44 | <para>Before running any use case with the Enea Edge Automation, the uCPE | |
44 | <para>Adding a <literal>VcpeAgent</literal> device can be done:</para> | 45 | devices have to be added to the Enea Edge Management application.</para> |
45 | 46 | ||
46 | <itemizedlist> | 47 | <para>Adding a <literal>VcpeAgent</literal> device can be done:</para> |
47 | <listitem> | 48 | |
48 | <para>using the Enea Edge Management GUI</para> | 49 | <itemizedlist> |
49 | </listitem> | 50 | <listitem> |
50 | 51 | <para>using the Enea Edge Management GUI</para> | |
51 | <listitem> | 52 | </listitem> |
52 | <para>using REST API</para> | 53 | |
53 | </listitem> | 54 | <listitem> |
54 | </itemizedlist> | 55 | <para>using REST API</para> |
55 | 56 | </listitem> | |
56 | <para>For more details about Enea Edge installation, see <olink | 57 | </itemizedlist> |
57 | targetdoc="book_enea_edge_getting_started" | 58 | |
58 | targetptr="prep_usb_ena">Preparing the USB stick for installation of the | 59 | <para>For more details about the Enea Edge Runtime installation, see |
59 | Edge Runtime in the <xi:include | 60 | <olink targetdoc="book_enea_edge_getting_started" |
60 | href="../../s_docbuild/olinkdb/pardoc-names.xml" | 61 | targetptr="prep_usb_ena">Preparing the USB stick for installation of the |
61 | xmlns:xi="http://www.w3.org/2001/XInclude" | 62 | Edge Runtime in the <xi:include |
62 | xpointer="element(book_enea_edge_getting_started/1)" /></olink> | 63 | href="../../s_docbuild/olinkdb/pardoc-names.xml" |
63 | Manual.</para> | 64 | xmlns:xi="http://www.w3.org/2001/XInclude" |
64 | </section> | 65 | xpointer="element(book_enea_edge_getting_started/1)" /></olink> |
65 | 66 | Manual.</para> | |
66 | <section id="automation"> | 67 | </section> |
67 | <title>Enea Edge Automation</title> | 68 | |
68 | 69 | <section id="automation"> | |
69 | <para>Enea Edge Automation has two components: Automation Framework and Test Harness. | 70 | <title>Enea Edge Automation</title> |
70 | It provides Python scripts using Enea Edge Management REST API and Ansible Playbooks.</para> | 71 | |
71 | 72 | <para>Enea Edge Automation has two components: Automation Framework and | |
72 | <para>The Automation Framework component provides a Python unit-test suite that runs automatically the | 73 | Test Harness. It provides Python scripts using Enea Edge Management REST |
73 | test-cases defined for each Python script.</para> | 74 | API and Ansible Playbooks.</para> |
74 | 75 | ||
75 | <para>It is recommended to use a different host for running the tests, in | 76 | <para>The Automation Framework component provides a Python unit-test suite |
76 | order to allow external users to access and use the Enea Edge Management application | 77 | that runs automatically the test-cases defined for each Python |
77 | effectively.</para> | 78 | script.</para> |
78 | 79 | ||
79 | <para>The Test Harness component provides a way for driving configuration with | 80 | <para>It is recommended to use a different host for running the tests, in |
80 | Ansible Playbooks, by running the Python modules from the Automation Framework component | 81 | order to allow external users to access and use the Enea Edge Management |
81 | and by direct connection over SSH to the boards that run Enea | 82 | application effectively.</para> |
82 | Edge.</para> | 83 | |
83 | 84 | <para>The Test Harness component provides a way for driving configuration | |
84 | <para>The Test Harness includes an automated test suite that | 85 | with Ansible Playbooks, by running the Python modules from the Automation |
85 | contains:</para> | 86 | Framework component and by direct connection over SSH to the boards that |
86 | 87 | run Enea Edge.</para> | |
87 | <itemizedlist> | 88 | |
88 | <listitem> | 89 | <para>The Test Harness includes an automated test suite that |
89 | <para>VNF, Device and Network Smoke Test Cases. A sample test suite | 90 | contains:</para> |
90 | that acts as basic smoke tests for Enea Edge and also as a | 91 | |
91 | sanity-check test suite for the Enea Edge Automation.</para> | 92 | <itemizedlist> |
92 | </listitem> | 93 | <listitem> |
93 | 94 | <para>VNF, Device and Network Smoke Test Cases. A sample test suite | |
94 | <listitem> | 95 | that acts as basic smoke tests for Enea Edge and also as a |
95 | <para>VNF Deployment and Lifecycle. A sample test suite that verifies | 96 | sanity-check test suite for the Enea Edge Automation.</para> |
96 | the instantiation, lifecycle control and destruction of a VNF for Enea | 97 | </listitem> |
97 | Edge.</para> | 98 | |
98 | </listitem> | 99 | <listitem> |
99 | 100 | <para>VNF Deployment and Lifecycle. A sample test suite that verifies | |
100 | <listitem> | 101 | the instantiation, lifecycle control and destruction of a VNF for Enea |
101 | <para>Service Creation and Lifecycle. A sample test suite that | 102 | Edge.</para> |
102 | contains complex test cases showcasing service creation and lifecycle | 103 | </listitem> |
103 | management.</para> | 104 | |
104 | </listitem> | 105 | <listitem> |
105 | </itemizedlist> | 106 | <para>Service Creation and Lifecycle. A sample test suite that |
106 | 107 | contains complex test cases showcasing service creation and lifecycle | |
107 | <para>For more details about the test suites or test cases, see the README | 108 | management.</para> |
108 | file included in the test scenario folders from the Enea Edge Automation | 109 | </listitem> |
109 | archive.</para> | 110 | </itemizedlist> |
110 | </section> | 111 | |
112 | <para>For more details about the test suites or test cases, see the README | ||
113 | file included in the test scenario folders from the Enea Edge Automation | ||
114 | archive.</para> | ||
115 | </section> | ||
111 | </chapter> \ No newline at end of file | 116 | </chapter> \ No newline at end of file |
diff --git a/doc/book-enea-edge-automation-user-guide/doc/getting_started.xml b/doc/book-enea-edge-automation-user-guide/doc/getting_started.xml index c5b9568..536cea6 100644 --- a/doc/book-enea-edge-automation-user-guide/doc/getting_started.xml +++ b/doc/book-enea-edge-automation-user-guide/doc/getting_started.xml | |||
@@ -189,7 +189,7 @@ | |||
189 | </listitem> | 189 | </listitem> |
190 | 190 | ||
191 | <listitem> | 191 | <listitem> |
192 | <para><programlisting>cd <Automation-installdir></programlisting></para> | 192 | <para><programlisting>cd <Automation-installerdir></programlisting></para> |
193 | </listitem> | 193 | </listitem> |
194 | 194 | ||
195 | <listitem> | 195 | <listitem> |
@@ -222,13 +222,13 @@ | |||
222 | <listitem> | 222 | <listitem> |
223 | <para>Activate the Python virtual environment</para> | 223 | <para>Activate the Python virtual environment</para> |
224 | 224 | ||
225 | <programlisting>source <Automation-installdir>/testHarness-venv/bin/activate</programlisting> | 225 | <programlisting>source <Automation-installerdir>/testHarness-venv/bin/activate</programlisting> |
226 | </listitem> | 226 | </listitem> |
227 | 227 | ||
228 | <listitem> | 228 | <listitem> |
229 | <para>Optionally, check the History Information</para> | 229 | <para>Optionally, check the History Information</para> |
230 | 230 | ||
231 | <programlisting>vi <Automation-installdir>/CHANGELOG</programlisting> | 231 | <programlisting>vi <Automation-installerdir>/CHANGELOG</programlisting> |
232 | </listitem> | 232 | </listitem> |
233 | 233 | ||
234 | <listitem> | 234 | <listitem> |
@@ -251,7 +251,7 @@ | |||
251 | </listitem> | 251 | </listitem> |
252 | 252 | ||
253 | <listitem> | 253 | <listitem> |
254 | <para><programlisting>cd <Automation-installdir></programlisting></para> | 254 | <para><programlisting>cd <Automation-installerdir></programlisting></para> |
255 | </listitem> | 255 | </listitem> |
256 | 256 | ||
257 | <listitem> | 257 | <listitem> |
diff --git a/doc/book-enea-edge-automation-user-guide/doc/overview.xml b/doc/book-enea-edge-automation-user-guide/doc/overview.xml index 30cc91f..78e5e82 100644 --- a/doc/book-enea-edge-automation-user-guide/doc/overview.xml +++ b/doc/book-enea-edge-automation-user-guide/doc/overview.xml | |||
@@ -1,24 +1,26 @@ | |||
1 | <?xml version="1.0" encoding="ISO-8859-1"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <chapter id="overview"> | 2 | <chapter id="overview"> |
3 | <title>Overview</title> | 3 | <title>Overview</title> |
4 | 4 | ||
5 | <para>This document describes the Enea Edge Automation for Enea Edge, | 5 | <para>This document describes the Enea Edge Automation for Enea Edge, along |
6 | along with instructions regarding the necessary steps to run these software | 6 | with instructions regarding the necessary steps to run these software |
7 | tools.</para> | 7 | tools.</para> |
8 | 8 | ||
9 | <section id="descrip"> | 9 | <section id="descrip"> |
10 | <title>Description</title> | 10 | <title>Description</title> |
11 | 11 | ||
12 | <para>The Enea Edge Automation complements the Enea Edge Management | 12 | <para>The Enea Edge Automation complements the Enea Edge Management GUI |
13 | GUI and uses the northbound REST APIs, given to provide full usability of | 13 | and uses the northbound REST APIs, given to provide full usability of the |
14 | the Enea Edge Management features.</para> | 14 | Enea Edge Management features.</para> |
15 | 15 | ||
16 | <para>The Enea Edge Automation includes an Automation Framework (AF) component, providing a way for driving | 16 | <para>The Enea Edge Automation includes an Automation Framework (AF) |
17 | configuration with Python scripting, and a Test Harness (TH) component, based on Ansible Playbooks to complete different test | 17 | component, providing a way for driving configuration with Python |
18 | cases.</para> | 18 | scripting, and a Test Harness (TH) component, based on Ansible Playbooks |
19 | 19 | to complete different test cases.</para> | |
20 | <para>The Test Harness makes use of the Automation Framework Python modules and/or | 20 | |
21 | direct commands on the uCPE devices running the Enea Edge Runtime.</para> | 21 | <para>The Test Harness makes use of the Automation Framework Python |
22 | modules and/or direct commands on the uCPE devices running the Enea Edge | ||
23 | Runtime.</para> | ||
22 | </section> | 24 | </section> |
23 | 25 | ||
24 | <section id="def_acro"> | 26 | <section id="def_acro"> |
@@ -41,21 +43,29 @@ | |||
41 | <tbody> | 43 | <tbody> |
42 | <row> | 44 | <row> |
43 | <entry>Enea Edge</entry> | 45 | <entry>Enea Edge</entry> |
46 | |||
44 | <entry>Enea NFVI software platform.</entry> | 47 | <entry>Enea NFVI software platform.</entry> |
45 | </row> | 48 | </row> |
49 | |||
46 | <row> | 50 | <row> |
47 | <entry>Enea Edge Runtime</entry> | 51 | <entry>Enea Edge Runtime</entry> |
48 | <entry>A lightweight, multi-architecture virtualization platform, supporting Virtual Machines.</entry> | 52 | |
53 | <entry>A lightweight, multi-architecture virtualization platform, | ||
54 | supporting Virtual Machines.</entry> | ||
49 | </row> | 55 | </row> |
56 | |||
50 | <row> | 57 | <row> |
51 | <entry>Enea Edge Management</entry> | 58 | <entry>Enea Edge Management</entry> |
59 | |||
52 | <entry>Enea Universal Customer Premises Equipment Manager.</entry> | 60 | <entry>Enea Universal Customer Premises Equipment Manager.</entry> |
53 | </row> | 61 | </row> |
62 | |||
54 | <row> | 63 | <row> |
55 | <entry>Enea Edge Automation</entry> | 64 | <entry>Enea Edge Automation</entry> |
56 | <entry>Enea Edge framework for automated deployment and testing.</entry> | ||
57 | </row> | ||
58 | 65 | ||
66 | <entry>Enea Edge framework for automated deployment and | ||
67 | testing.</entry> | ||
68 | </row> | ||
59 | </tbody> | 69 | </tbody> |
60 | </tgroup> | 70 | </tgroup> |
61 | </table> | 71 | </table> |
@@ -100,6 +110,12 @@ | |||
100 | </row> | 110 | </row> |
101 | 111 | ||
102 | <row> | 112 | <row> |
113 | <entry>FQDN </entry> | ||
114 | |||
115 | <entry>Fully Qualified Domain Name.</entry> | ||
116 | </row> | ||
117 | |||
118 | <row> | ||
103 | <entry>FTP</entry> | 119 | <entry>FTP</entry> |
104 | 120 | ||
105 | <entry>File Transfer Protocol.</entry> | 121 | <entry>File Transfer Protocol.</entry> |
@@ -186,4 +202,4 @@ | |||
186 | </tgroup> | 202 | </tgroup> |
187 | </table> | 203 | </table> |
188 | </section> | 204 | </section> |
189 | </chapter> | 205 | </chapter> \ No newline at end of file |
diff --git a/doc/book-enea-edge-getting-started/doc/installation_guide.xml b/doc/book-enea-edge-getting-started/doc/installation_guide.xml index b68a6c4..a61e385 100644 --- a/doc/book-enea-edge-getting-started/doc/installation_guide.xml +++ b/doc/book-enea-edge-getting-started/doc/installation_guide.xml | |||
@@ -495,8 +495,8 @@ userdel postgres</programlisting> | |||
495 | installation folder.</para> | 495 | installation folder.</para> |
496 | 496 | ||
497 | <para>The application files will be installed in | 497 | <para>The application files will be installed in |
498 | <literal>/opt/ems/ucpemanager/application</literal>. The | 498 | <literal>/opt/ems/ucpemanager/application</literal>. The database |
499 | database will be installed in | 499 | will be installed in |
500 | <literal>/opt/ems/ucpemanager/database</literal>.</para> | 500 | <literal>/opt/ems/ucpemanager/database</literal>.</para> |
501 | </listitem> | 501 | </listitem> |
502 | 502 | ||
@@ -636,13 +636,11 @@ Enea_Edge_Management_<version>-build<build_number>.tar.gz</programli | |||
636 | 636 | ||
637 | <listitem> | 637 | <listitem> |
638 | <para>Install the Enea Edge Management application as a | 638 | <para>Install the Enea Edge Management application as a |
639 | service with the name | 639 | service with the name <literal>ucpemanager</literal>.</para> |
640 | <literal>ucpemanager</literal>.</para> | ||
641 | </listitem> | 640 | </listitem> |
642 | 641 | ||
643 | <listitem> | 642 | <listitem> |
644 | <para>Start the <literal>ucpemanager</literal> | 643 | <para>Start the <literal>ucpemanager</literal> service.</para> |
645 | service.</para> | ||
646 | </listitem> | 644 | </listitem> |
647 | </itemizedlist> | 645 | </itemizedlist> |
648 | </listitem> | 646 | </listitem> |
@@ -679,8 +677,8 @@ Enea_Edge_Management_<version>-build<build_number>.tar.gz</programli | |||
679 | role="bold">System</emphasis> menu, and clicking <emphasis | 677 | role="bold">System</emphasis> menu, and clicking <emphasis |
680 | role="bold">System Backup</emphasis>, from the Enea Edge Management | 678 | role="bold">System Backup</emphasis>, from the Enea Edge Management |
681 | GUI. The resulting zip archive will be located in the | 679 | GUI. The resulting zip archive will be located in the |
682 | <filename>/opt/ems/ucpemanager/application/backup</filename> | 680 | <filename>/opt/ems/ucpemanager/application/backup</filename> folder |
683 | folder and will be named | 681 | and will be named |
684 | <literal>SystemBackup_MMMDD_YYYY_HHMM_SS.zip</literal> (e.g | 682 | <literal>SystemBackup_MMMDD_YYYY_HHMM_SS.zip</literal> (e.g |
685 | System-Backup_Feb19_2013_2257_42.zip). Save the archive to another | 683 | System-Backup_Feb19_2013_2257_42.zip). Save the archive to another |
686 | location outside the Enea Edge Management installation folder for | 684 | location outside the Enea Edge Management installation folder for |
@@ -691,9 +689,9 @@ Enea_Edge_Management_<version>-build<build_number>.tar.gz</programli | |||
691 | GUI (<filename>SystemBackup_MMMDD_YYYY_HHMM_SS.zip</filename>) is | 689 | GUI (<filename>SystemBackup_MMMDD_YYYY_HHMM_SS.zip</filename>) is |
692 | different from the snapshot obtained during an Enea Edge Management | 690 | different from the snapshot obtained during an Enea Edge Management |
693 | Upgrade or Uninstall operation | 691 | Upgrade or Uninstall operation |
694 | (<filename>EneaEdgeManagement-Backup-YYYYddMMHHmm.tar.gz</filename>) needed | 692 | (<filename>EneaEdgeManagement-Backup-YYYYddMMHHmm.tar.gz</filename>) |
695 | for recovery of the Enea Edge Management application. For more | 693 | needed for recovery of the Enea Edge Management application. For |
696 | details, see <olink targetdoc="book_enea_edge_getting_started" | 694 | more details, see <olink targetdoc="book_enea_edge_getting_started" |
697 | targetptr="restore_prev_ucpe_install">Restoring a previous Enea Edge | 695 | targetptr="restore_prev_ucpe_install">Restoring a previous Enea Edge |
698 | Management installation in the <xi:include | 696 | Management installation in the <xi:include |
699 | href="../../s_docbuild/olinkdb/pardoc-names.xml" | 697 | href="../../s_docbuild/olinkdb/pardoc-names.xml" |
@@ -767,7 +765,7 @@ of=/dev/sdb bs=4M conv=fsync</programlisting> | |||
767 | <section id="prep_phys_deploy"> | 765 | <section id="prep_phys_deploy"> |
768 | <title>Preparing Physical Deployment for Installation</title> | 766 | <title>Preparing Physical Deployment for Installation</title> |
769 | 767 | ||
770 | <figure> | 768 | <figure id="prep_hw_installation"> |
771 | <title>Preparing for Hardware Installation</title> | 769 | <title>Preparing for Hardware Installation</title> |
772 | 770 | ||
773 | <mediaobject> | 771 | <mediaobject> |
@@ -917,9 +915,10 @@ of=/dev/sdb bs=4M conv=fsync</programlisting> | |||
917 | </listitem> | 915 | </listitem> |
918 | 916 | ||
919 | <listitem> | 917 | <listitem> |
920 | <para>Connect the WAN cable to the uCPE device (see Figure 2). This | 918 | <para>Connect the WAN cable to the uCPE device (see <link |
921 | will be used as the uCPE management network interface, as described | 919 | linkend="prep_hw_installation">Figure 2.1 Preparing for Hardware |
922 | below.</para> | 920 | Installation</link>). This will be used as the uCPE management |
921 | network interface, as described below.</para> | ||
923 | </listitem> | 922 | </listitem> |
924 | 923 | ||
925 | <listitem> | 924 | <listitem> |
@@ -963,7 +962,7 @@ of=/dev/sdb bs=4M conv=fsync</programlisting> | |||
963 | <section id="prep_phys_exec"> | 962 | <section id="prep_phys_exec"> |
964 | <title>Preparing Physical Deployment for Execution</title> | 963 | <title>Preparing Physical Deployment for Execution</title> |
965 | 964 | ||
966 | <figure> | 965 | <figure id="prep_deploy_execution"> |
967 | <title>Preparing for Deployment Execution</title> | 966 | <title>Preparing for Deployment Execution</title> |
968 | 967 | ||
969 | <mediaobject> | 968 | <mediaobject> |
@@ -1253,4 +1252,4 @@ of=/dev/sdb bs=4M conv=fsync</programlisting> | |||
1253 | </note> | 1252 | </note> |
1254 | </section> | 1253 | </section> |
1255 | </section> | 1254 | </section> |
1256 | </chapter> | 1255 | </chapter> \ No newline at end of file |
diff --git a/doc/book-enea-edge-getting-started/doc/log_collector.xml b/doc/book-enea-edge-getting-started/doc/log_collector.xml index d7d99dd..ea99c9b 100644 --- a/doc/book-enea-edge-getting-started/doc/log_collector.xml +++ b/doc/book-enea-edge-getting-started/doc/log_collector.xml | |||
@@ -341,7 +341,7 @@ | |||
341 | collected uCPE device logs to the support team provides important | 341 | collected uCPE device logs to the support team provides important |
342 | information for troubleshooting (especially in cases of connectivity | 342 | information for troubleshooting (especially in cases of connectivity |
343 | issues with the uCPE device and error popups).</para> | 343 | issues with the uCPE device and error popups).</para> |
344 | 344 | ||
345 | <para>Enea Edge Management log files are located in | 345 | <para>Enea Edge Management log files are located in |
346 | <filename>application/logs/</filename> in the Enea Edge Management | 346 | <filename>application/logs/</filename> in the Enea Edge Management |
347 | application's installation folder | 347 | application's installation folder |
@@ -394,7 +394,7 @@ | |||
394 | <para>Log collection from uCPE Devices can also be done when there is no | 394 | <para>Log collection from uCPE Devices can also be done when there is no |
395 | Enea Edge Management connection. A SSH connection to the uCPE Device is | 395 | Enea Edge Management connection. A SSH connection to the uCPE Device is |
396 | needed for use of the log collector script, which can be found in the uCPE | 396 | needed for use of the log collector script, which can be found in the uCPE |
397 | Device file system in <literal>/usr/local/enea/</literal>.</para> | 397 | Device file system in <literal>/usr/enea/</literal>.</para> |
398 | 398 | ||
399 | <para>The Log collector script takes relevant information about the system | 399 | <para>The Log collector script takes relevant information about the system |
400 | and collects it in an archive:</para> | 400 | and collects it in an archive:</para> |
diff --git a/doc/book-enea-edge-getting-started/doc/troubleshooting.xml b/doc/book-enea-edge-getting-started/doc/troubleshooting.xml index 299e183..0e6322f 100644 --- a/doc/book-enea-edge-getting-started/doc/troubleshooting.xml +++ b/doc/book-enea-edge-getting-started/doc/troubleshooting.xml | |||
@@ -54,7 +54,7 @@ | |||
54 | </row> | 54 | </row> |
55 | 55 | ||
56 | <row> | 56 | <row> |
57 | <entry>The uCPE Device cannot boot after an upgrade.</entry> | 57 | <entry>The uCPE device cannot boot after an upgrade.</entry> |
58 | 58 | ||
59 | <entry><orderedlist> | 59 | <entry><orderedlist> |
60 | <listitem> | 60 | <listitem> |
diff --git a/doc/book-enea-edge-getting-started/doc/vnf_mg.xml b/doc/book-enea-edge-getting-started/doc/vnf_mg.xml index c820f2a..4586a96 100644 --- a/doc/book-enea-edge-getting-started/doc/vnf_mg.xml +++ b/doc/book-enea-edge-getting-started/doc/vnf_mg.xml | |||
@@ -210,9 +210,8 @@ | |||
210 | Management application.</para> | 210 | Management application.</para> |
211 | 211 | ||
212 | <note> | 212 | <note> |
213 | <para>CAUTION: The user MUST save and use the same order for the | 213 | <para>The user MUST save and use the same order for the virtual |
214 | virtual interfaces during both the onboarding and instantiation | 214 | interfaces during both the onboarding and instantiation phases.</para> |
215 | phases.</para> | ||
216 | </note> | 215 | </note> |
217 | 216 | ||
218 | <para><emphasis role="bold">Cloud Init Tab</emphasis></para> | 217 | <para><emphasis role="bold">Cloud Init Tab</emphasis></para> |
@@ -534,9 +533,8 @@ | |||
534 | (snapshotting) and restoring a VNF context on the uCPE device using the | 533 | (snapshotting) and restoring a VNF context on the uCPE device using the |
535 | Enea Edge Management application.</para> | 534 | Enea Edge Management application.</para> |
536 | 535 | ||
537 | <para>It is assumed the uCPE device referenced already contains at least | 536 | <para>The uCPE devices should be connected to the Enea Edge Management |
538 | one instantiated VNF, added into the Edge Management application and is | 537 | application and should have at least one VNF instantiated.</para> |
539 | connected.</para> | ||
540 | 538 | ||
541 | <section id="vnf_live_snapshot"> | 539 | <section id="vnf_live_snapshot"> |
542 | <title>VNF Live Snapshot</title> | 540 | <title>VNF Live Snapshot</title> |
@@ -591,7 +589,7 @@ | |||
591 | 589 | ||
592 | <listitem> | 590 | <listitem> |
593 | <para>Select a virtual machine and press the <emphasis | 591 | <para>Select a virtual machine and press the <emphasis |
594 | role="bold">Snapshots..</emphasis> button. The <emphasis | 592 | role="bold">Snapshots</emphasis> button. The <emphasis |
595 | role="bold">VM Snapshot Table on <device-name> (IP)</emphasis> | 593 | role="bold">VM Snapshot Table on <device-name> (IP)</emphasis> |
596 | window will open.</para> | 594 | window will open.</para> |
597 | </listitem> | 595 | </listitem> |
@@ -640,11 +638,13 @@ | |||
640 | </orderedlist> | 638 | </orderedlist> |
641 | 639 | ||
642 | <para>A success message will be shown in the same window: | 640 | <para>A success message will be shown in the same window: |
643 | <literal>Snapshot deleted</literal>. The snapshot file will be deleted | 641 | <literal>Snapshot deleted</literal>. The snapshot file will be deleted |
644 | from the uCPE device and the table will be updated.</para> | 642 | from the uCPE device and the table will be updated.</para> |
645 | 643 | ||
646 | <note><para>Deleting a VNF instance automatically deletes all snapshots | 644 | <note> |
647 | associated with it.</para></note> | 645 | <para>Deleting a VNF instance automatically deletes all snapshots |
646 | associated with it.</para> | ||
647 | </note> | ||
648 | </section> | 648 | </section> |
649 | </section> | 649 | </section> |
650 | </chapter> \ No newline at end of file | 650 | </chapter> \ No newline at end of file |