summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/book-enea-edge-example-usecases/doc/appendix_4.xml2
-rw-r--r--doc/book-enea-edge-getting-started/doc/advanced_configurations.xml18
-rw-r--r--doc/book-enea-edge-getting-started/doc/installation_guide.xml6
-rw-r--r--doc/book-enea-edge-getting-started/doc/troubleshooting.xml2
-rw-r--r--doc/book-enea-edge-getting-started/doc/upgrade_ena.xml16
-rw-r--r--doc/book-enea-edge-management-open-source/doc/README4
-rw-r--r--doc/book-enea-edge-runtime-open-source/doc/README6
-rw-r--r--doc/book-enea-edge-runtime-open-source/doc/licenses.xml2
-rw-r--r--doc/book-enea-edge-telemetry-open-source/doc/README4
9 files changed, 30 insertions, 30 deletions
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..4d30ff6 100644
--- a/doc/book-enea-edge-example-usecases/doc/appendix_4.xml
+++ b/doc/book-enea-edge-example-usecases/doc/appendix_4.xml
@@ -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-getting-started/doc/advanced_configurations.xml b/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml
index c387e7f..bea8610 100644
--- a/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml
+++ b/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml
@@ -427,11 +427,11 @@ node0.1048576kB = 3 </programlisting>
427 <para>Extract <literal>Enea_Edge_Management_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</literal></para> 427 <para>Extract <literal>Enea_Edge_Management_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</literal></para>
428 428
429 <para>The directory in which the archive has been unpacked will be 429 <para>The directory in which the archive has been unpacked will be
430 denoted as: <literal>&lt;uCPEM-installerdir&gt;</literal>.</para> 430 denoted as: <literal>&lt;EEMg-installerdir&gt;</literal>.</para>
431 </listitem> 431 </listitem>
432 432
433 <listitem> 433 <listitem>
434 <para>Enter <literal>&lt;uCPEM-installerdir&gt;/dist</literal>.</para> 434 <para>Enter <literal>&lt;EEMg-installerdir&gt;/dist</literal>.</para>
435 </listitem> 435 </listitem>
436 436
437 <listitem> 437 <listitem>
@@ -840,7 +840,7 @@ galera-4-26.4.6-1.el7.centos.x86_64</programlisting>
840#wsrep_provider_options= 840#wsrep_provider_options=
841 841
842# Logical cluster name. Should be the same for all nodes. 842# Logical cluster name. Should be the same for all nodes.
843<emphasis role="bold">wsrep_cluster_name="ucpemanager"</emphasis> 843<emphasis role="bold">wsrep_cluster_name="EneaEdgeManagement"</emphasis>
844 844
845# Group communication system handle 845# Group communication system handle
846<emphasis role="bold">wsrep_cluster_address="gcomm://192.168.10.11,192.168.10.12,..,192.168.10.16"</emphasis> 846<emphasis role="bold">wsrep_cluster_address="gcomm://192.168.10.11,192.168.10.12,..,192.168.10.16"</emphasis>
@@ -945,11 +945,11 @@ Thanks for using MariaDB!</programlisting>
945 <para>Create the initial database and grant access to it:</para> 945 <para>Create the initial database and grant access to it:</para>
946 946
947 <programlisting>[root@localhost application]# mysql --host=localhost --user=root -p 947 <programlisting>[root@localhost application]# mysql --host=localhost --user=root -p
948MariaDB [(none)]&gt; CREATE DATABASE ucpemanager CHARACTER SET='utf8' \ 948MariaDB [(none)]&gt; CREATE DATABASE EneaEdgeManagement CHARACTER SET='utf8' \
949COLLATE='utf8_bin'; 949COLLATE='utf8_bin';
950Query OK, 1 row affected (0.004 sec) 950Query OK, 1 row affected (0.004 sec)
951 951
952MariaDB [(none)]&gt; GRANT ALL PRIVILEGES ON ucpemanager.* \ 952MariaDB [(none)]&gt; GRANT ALL PRIVILEGES ON EneaEdgeManagement.* \
953TO 'enea'@'%' IDENTIFIED BY 'somepassword' WITH GRANT OPTION;</programlisting> 953TO 'enea'@'%' IDENTIFIED BY 'somepassword' WITH GRANT OPTION;</programlisting>
954 </listitem> 954 </listitem>
955 </orderedlist> 955 </orderedlist>
@@ -989,7 +989,7 @@ TO 'enea'@'%' IDENTIFIED BY 'somepassword' WITH GRANT OPTION;</programlisting>
989 Management application, and run:</para> 989 Management application, and run:</para>
990 990
991 <programlisting>[root@localhost distro]#./install.sh /opt/ \ 991 <programlisting>[root@localhost distro]#./install.sh /opt/ \
992Enea_NFV_Access_uCPEManager_2.3.0-build23.tar.gz 992Enea_Edge_Management_&lt;version&gt;-build&lt;build_number&gt;.tar.gz
993This will install the Enea Edge Management application into the /opt/ucpemanager folder. 993This will install the Enea Edge Management application into the /opt/ucpemanager folder.
994Select the following options, while asked by the installation script: 994Select the following options, while asked by the installation script:
995Are you using the embedded PostgreSQL database? [Y/N]: <emphasis role="bold">N</emphasis> 995Are you using the embedded PostgreSQL database? [Y/N]: <emphasis role="bold">N</emphasis>
@@ -1008,12 +1008,12 @@ Creating database configuration file \
1008Done . 1008Done .
1009 1009
1010Installing ucpemanager service .. 1010Installing ucpemanager service ..
1011Specify service username [ucpemanager]: 1011Specify service username [EneaEdgeManagement]:
1012Specify service password [ucpemanager]: somepassword 1012Specify service password [EneaEdgeManagement]: somepassword
1013 1013
1014Specify the IP address of the local interface: <emphasis role="bold">192.168.10.11</emphasis> 1014Specify the IP address of the local interface: <emphasis role="bold">192.168.10.11</emphasis>
1015Is this server part of a cluster? [Y/N]: <emphasis role="bold">Y</emphasis> 1015Is this server part of a cluster? [Y/N]: <emphasis role="bold">Y</emphasis>
1016Specify the name of the cluster [ucpemanager]: 1016Specify the name of the cluster [EneaEdgeManagement]:
1017Specify the shared (virtual) cluster IP address: <emphasis role="bold">192.168.10.10</emphasis> 1017Specify the shared (virtual) cluster IP address: <emphasis role="bold">192.168.10.10</emphasis>
1018Specify the netmask for the cluster IP address [255.255.255.0]: 1018Specify the netmask for the cluster IP address [255.255.255.0]:
1019Specify the IP address of the (optional) arbiter: <emphasis role="bold">192.168.10.13</emphasis> 1019Specify the IP address of the (optional) arbiter: <emphasis role="bold">192.168.10.13</emphasis>
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 b4324de..55cc867 100644
--- a/doc/book-enea-edge-getting-started/doc/installation_guide.xml
+++ b/doc/book-enea-edge-getting-started/doc/installation_guide.xml
@@ -479,12 +479,12 @@ userdel postgres</programlisting>
479 <literal>Enea_Edge_Management_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</literal></para> 479 <literal>Enea_Edge_Management_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</literal></para>
480 480
481 <para>The directory in which the archive has been unpacked will be 481 <para>The directory in which the archive has been unpacked will be
482 denoted as: <literal>&lt;uCPEM-installerdir&gt;</literal>.</para> 482 denoted as: <literal>&lt;EEMg-installerdir&gt;</literal>.</para>
483 </listitem> 483 </listitem>
484 484
485 <listitem> 485 <listitem>
486 <para>Enter 486 <para>Enter
487 <literal>&lt;uCPEM-installerdir&gt;/dist</literal>.</para> 487 <literal>&lt;EEMg-installerdir&gt;/dist</literal>.</para>
488 </listitem> 488 </listitem>
489 489
490 <listitem> 490 <listitem>
@@ -695,7 +695,7 @@ Enea_Edge_Management_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</programli
695 GUI (<filename>SystemBackup_MMMDD_YYYY_HHMM_SS.zip</filename>) is 695 GUI (<filename>SystemBackup_MMMDD_YYYY_HHMM_SS.zip</filename>) is
696 different from the snapshot obtained during an Enea Edge Management 696 different from the snapshot obtained during an Enea Edge Management
697 Upgrade or Uninstall operation 697 Upgrade or Uninstall operation
698 (<filename>ucpemanager-Backup-YYYYddMMHHmm.tar.gz</filename>) needed 698 (<filename>EneaEdgeManagement-Backup-YYYYddMMHHmm.tar.gz</filename>) needed
699 for recovery of the Enea Edge Management application. For more 699 for recovery of the Enea Edge Management application. For more
700 details, see <olink targetdoc="book_enea_edge_getting_started" 700 details, see <olink targetdoc="book_enea_edge_getting_started"
701 targetptr="restore_prev_ucpe_install">Restoring a previous Enea Edge 701 targetptr="restore_prev_ucpe_install">Restoring a previous Enea Edge
diff --git a/doc/book-enea-edge-getting-started/doc/troubleshooting.xml b/doc/book-enea-edge-getting-started/doc/troubleshooting.xml
index fcf991e..3145f32 100644
--- a/doc/book-enea-edge-getting-started/doc/troubleshooting.xml
+++ b/doc/book-enea-edge-getting-started/doc/troubleshooting.xml
@@ -96,7 +96,7 @@
96 96
97 <entry>If a working snapshot obtained during a previous Upgrade or 97 <entry>If a working snapshot obtained during a previous Upgrade or
98 Uninstall is available 98 Uninstall is available
99 (<filename>ucpemanager-Backup-YYYYddMMHHmm.tar.gz</filename>): 99 (<filename>EneaEdgeManagement-Backup-YYYYddMMHHmm.tar.gz</filename>):
100 <orderedlist> 100 <orderedlist>
101 <listitem> 101 <listitem>
102 <para>Cleanup the current upgrade attempt with:</para> 102 <para>Cleanup the current upgrade attempt with:</para>
diff --git a/doc/book-enea-edge-getting-started/doc/upgrade_ena.xml b/doc/book-enea-edge-getting-started/doc/upgrade_ena.xml
index e213a0f..7c9c1f9 100644
--- a/doc/book-enea-edge-getting-started/doc/upgrade_ena.xml
+++ b/doc/book-enea-edge-getting-started/doc/upgrade_ena.xml
@@ -24,11 +24,11 @@
24 folder.</para> 24 folder.</para>
25 25
26 <para>The directory in which the archive has been unpacked will be 26 <para>The directory in which the archive has been unpacked will be
27 denoted as <literal>&lt;uCPEM-installerdir&gt;</literal>.</para> 27 denoted as <literal>&lt;EEMg-installerdir&gt;</literal>.</para>
28 </listitem> 28 </listitem>
29 29
30 <listitem> 30 <listitem>
31 <para>Enter <literal>&lt;uCPEM-installerdir&gt;/dist</literal>.</para> 31 <para>Enter <literal>&lt;EEMg-installerdir&gt;/dist</literal>.</para>
32 </listitem> 32 </listitem>
33 33
34 <listitem> 34 <listitem>
@@ -54,7 +54,7 @@ Enea_Edge_Management_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</programli
54 application folder 54 application folder
55 (<filename>EneaEdgeManagement-Backup-YYYYddMMHHmm.tar.gz</filename>), which 55 (<filename>EneaEdgeManagement-Backup-YYYYddMMHHmm.tar.gz</filename>), which
56 contains a snapshot of the existing installation in the 56 contains a snapshot of the existing installation in the
57 <literal>&lt;uCPEM-installerdir&gt;/dist</literal> directory.</para> 57 <literal>&lt;EEMg-installerdir&gt;/dist</literal> directory.</para>
58 58
59 <note> 59 <note>
60 <para>The snapshot file created during the upgrade can be used for 60 <para>The snapshot file created during the upgrade can be used for
@@ -104,7 +104,7 @@ Enea_Edge_Management_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</programli
104 104
105 <listitem> 105 <listitem>
106 <para>The directory in which the archive has been unpacked will be 106 <para>The directory in which the archive has been unpacked will be
107 denoted as <literal>&lt;uCPEM-installerdir&gt;</literal>.</para> 107 denoted as <literal>&lt;EEMg-installerdir&gt;</literal>.</para>
108 </listitem> 108 </listitem>
109 109
110 <listitem> 110 <listitem>
@@ -112,11 +112,11 @@ Enea_Edge_Management_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</programli
112 (<filename>EneaEdgeManagement-Backup-YYYYddMMHHmm.tar.gz</filename>) 112 (<filename>EneaEdgeManagement-Backup-YYYYddMMHHmm.tar.gz</filename>)
113 created during a previous Enea Edge Management Upgrade or Enea Edge 113 created during a previous Enea Edge Management Upgrade or Enea Edge
114 Management Uninstall Operation into the 114 Management Uninstall Operation into the
115 <literal>&lt;uCPEM-installerdir&gt;/dist</literal> directory.</para> 115 <literal>&lt;EEMg-installerdir&gt;/dist</literal> directory.</para>
116 </listitem> 116 </listitem>
117 117
118 <listitem> 118 <listitem>
119 <para>Enter <literal>&lt;uCPEM-installerdir&gt;/dist</literal>.</para> 119 <para>Enter <literal>&lt;EEMg-installerdir&gt;/dist</literal>.</para>
120 </listitem> 120 </listitem>
121 121
122 <listitem> 122 <listitem>
@@ -158,12 +158,12 @@ Enea_Edge_Management_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</programli
158 <listitem> 158 <listitem>
159 <para>Navigate to the folder where the Enea Edge Management 159 <para>Navigate to the folder where the Enea Edge Management
160 application is unpacked: 160 application is unpacked:
161 <filename>&lt;uCPEM-installerdir&gt;</filename>.</para> 161 <filename>&lt;EEMg-installerdir&gt;</filename>.</para>
162 </listitem> 162 </listitem>
163 163
164 <listitem> 164 <listitem>
165 <para>Enter 165 <para>Enter
166 <literal>&lt;uCPEM-installerdir&gt;/dist</literal>.</para> 166 <literal>&lt;EEMg-installerdir&gt;/dist</literal>.</para>
167 </listitem> 167 </listitem>
168 168
169 <listitem> 169 <listitem>
diff --git a/doc/book-enea-edge-management-open-source/doc/README b/doc/book-enea-edge-management-open-source/doc/README
index 1077acb..cb17733 100644
--- a/doc/book-enea-edge-management-open-source/doc/README
+++ b/doc/book-enea-edge-management-open-source/doc/README
@@ -1,4 +1,4 @@
1The licenses.xml in the git repository of Enea NFV Access Open Source Report 1The licenses.xml in the git repository of the Enea Edge Open Source Report
2is the frozen version belonging to the last official release of Enea NFV Access. 2is the frozen version belonging to the last official release of Enea Edge.
3The contents must be generated from the release script to obtain the latest 3The contents must be generated from the release script to obtain the latest
4lists of packages and licenses. 4lists of packages and licenses.
diff --git a/doc/book-enea-edge-runtime-open-source/doc/README b/doc/book-enea-edge-runtime-open-source/doc/README
index 607ce67..6aeccc9 100644
--- a/doc/book-enea-edge-runtime-open-source/doc/README
+++ b/doc/book-enea-edge-runtime-open-source/doc/README
@@ -1,4 +1,4 @@
1The licenses.xml in the git repository of Enea NFV Access Runtime Platform Open Source Report 1The licenses.xml in the git repository of the Enea Edge Runtime Platform Open Source Report
2is the frozen version belonging to the last official release of Enea NFV Access. 2is the frozen version belonging to the last official release of Enea Edge.
3The contents must be generated from the release script to obtain the latest 3The contents must be generated from the release script to obtain the latest
4lists of packages and licenses. 4lists of packages and licenses. \ No newline at end of file
diff --git a/doc/book-enea-edge-runtime-open-source/doc/licenses.xml b/doc/book-enea-edge-runtime-open-source/doc/licenses.xml
index 6f9aa06..45e6076 100644
--- a/doc/book-enea-edge-runtime-open-source/doc/licenses.xml
+++ b/doc/book-enea-edge-runtime-open-source/doc/licenses.xml
@@ -1786,7 +1786,7 @@ specific documentation.-->
1786<row> 1786<row>
1787 <entry>ntp-user-stub</entry> 1787 <entry>ntp-user-stub</entry>
1788 <entry>1.0</entry> 1788 <entry>1.0</entry>
1789 <entry>The NTP user/group were added in previous NFVA releases and are needed for OSTree upgrades to ensure backwards compatibility.</entry> 1789 <entry>The NTP user/group were added in previous Enea Edge releases and are needed for OSTree upgrades to ensure backwards compatibility.</entry>
1790 <entry>Enea</entry> 1790 <entry>Enea</entry>
1791</row> 1791</row>
1792<row> 1792<row>
diff --git a/doc/book-enea-edge-telemetry-open-source/doc/README b/doc/book-enea-edge-telemetry-open-source/doc/README
index 1077acb..e5cb471 100644
--- a/doc/book-enea-edge-telemetry-open-source/doc/README
+++ b/doc/book-enea-edge-telemetry-open-source/doc/README
@@ -1,4 +1,4 @@
1The licenses.xml in the git repository of Enea NFV Access Open Source Report 1The licenses.xml in the git repository of Enea Edge Open Source Report
2is the frozen version belonging to the last official release of Enea NFV Access. 2is the frozen version belonging to the last official release of Enea Edge.
3The contents must be generated from the release script to obtain the latest 3The contents must be generated from the release script to obtain the latest
4lists of packages and licenses. 4lists of packages and licenses.