diff options
author | mrpa <miruna.paun@enea.com> | 2021-07-13 17:01:29 +0200 |
---|---|---|
committer | mrpa <miruna.paun@enea.com> | 2021-07-13 17:12:50 +0200 |
commit | 9cdc42a5c4fab1e2e844424b06da8dc43d019436 (patch) | |
tree | 5198928f8248ee0dbbfdb745aa3bbf96fda0a85b | |
parent | 43602e8650d534d3bbfb0532bf1a901d1e357275 (diff) | |
download | nfv-access-documentation-feature_CPDX-3570.tar.gz |
Replacing uCPE Manager, NFV Access and more where needed.feature_CPDX-3570
Change-Id: Ib8579cc4da63e24fbceaa080d4b1843a6e9e224d
Signed-off-by: mrpa <miruna.paun@enea.com>
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>> cd automation_framework/unittestSuite/ | 95 | <programlisting>> cd automation_framework/unittestSuite/ |
96 | > python unittestSuite.py -u admin -p admin -H <uCPEManager IP address> -n \ | 96 | > python unittestSuite.py -u admin -p admin -H <EneaEdgeManagement IP address> -n \ |
97 | <uCPE Device name> -s <Test suite> -d <description></programlisting> | 97 | <uCPE Device name> -s <Test suite> -d <description></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_<version>-build<build_number>.tar.gz</literal></para> | 427 | <para>Extract <literal>Enea_Edge_Management_<version>-build<build_number>.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><uCPEM-installerdir></literal>.</para> | 430 | denoted as: <literal><EEMg-installerdir></literal>.</para> |
431 | </listitem> | 431 | </listitem> |
432 | 432 | ||
433 | <listitem> | 433 | <listitem> |
434 | <para>Enter <literal><uCPEM-installerdir>/dist</literal>.</para> | 434 | <para>Enter <literal><EEMg-installerdir>/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 |
948 | MariaDB [(none)]> CREATE DATABASE ucpemanager CHARACTER SET='utf8' \ | 948 | MariaDB [(none)]> CREATE DATABASE EneaEdgeManagement CHARACTER SET='utf8' \ |
949 | COLLATE='utf8_bin'; | 949 | COLLATE='utf8_bin'; |
950 | Query OK, 1 row affected (0.004 sec) | 950 | Query OK, 1 row affected (0.004 sec) |
951 | 951 | ||
952 | MariaDB [(none)]> GRANT ALL PRIVILEGES ON ucpemanager.* \ | 952 | MariaDB [(none)]> GRANT ALL PRIVILEGES ON EneaEdgeManagement.* \ |
953 | TO 'enea'@'%' IDENTIFIED BY 'somepassword' WITH GRANT OPTION;</programlisting> | 953 | TO '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/ \ |
992 | Enea_NFV_Access_uCPEManager_2.3.0-build23.tar.gz | 992 | Enea_Edge_Management_<version>-build<build_number>.tar.gz |
993 | This will install the Enea Edge Management application into the /opt/ucpemanager folder. | 993 | This will install the Enea Edge Management application into the /opt/ucpemanager folder. |
994 | Select the following options, while asked by the installation script: | 994 | Select the following options, while asked by the installation script: |
995 | Are you using the embedded PostgreSQL database? [Y/N]: <emphasis role="bold">N</emphasis> | 995 | Are you using the embedded PostgreSQL database? [Y/N]: <emphasis role="bold">N</emphasis> |
@@ -1008,12 +1008,12 @@ Creating database configuration file \ | |||
1008 | Done . | 1008 | Done . |
1009 | … | 1009 | … |
1010 | Installing ucpemanager service .. | 1010 | Installing ucpemanager service .. |
1011 | Specify service username [ucpemanager]: | 1011 | Specify service username [EneaEdgeManagement]: |
1012 | Specify service password [ucpemanager]: somepassword | 1012 | Specify service password [EneaEdgeManagement]: somepassword |
1013 | … | 1013 | … |
1014 | Specify the IP address of the local interface: <emphasis role="bold">192.168.10.11</emphasis> | 1014 | Specify the IP address of the local interface: <emphasis role="bold">192.168.10.11</emphasis> |
1015 | Is this server part of a cluster? [Y/N]: <emphasis role="bold">Y</emphasis> | 1015 | Is this server part of a cluster? [Y/N]: <emphasis role="bold">Y</emphasis> |
1016 | Specify the name of the cluster [ucpemanager]: | 1016 | Specify the name of the cluster [EneaEdgeManagement]: |
1017 | Specify the shared (virtual) cluster IP address: <emphasis role="bold">192.168.10.10</emphasis> | 1017 | Specify the shared (virtual) cluster IP address: <emphasis role="bold">192.168.10.10</emphasis> |
1018 | Specify the netmask for the cluster IP address [255.255.255.0]: | 1018 | Specify the netmask for the cluster IP address [255.255.255.0]: |
1019 | Specify the IP address of the (optional) arbiter: <emphasis role="bold">192.168.10.13</emphasis> | 1019 | Specify 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_<version>-build<build_number>.tar.gz</literal></para> | 479 | <literal>Enea_Edge_Management_<version>-build<build_number>.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><uCPEM-installerdir></literal>.</para> | 482 | denoted as: <literal><EEMg-installerdir></literal>.</para> |
483 | </listitem> | 483 | </listitem> |
484 | 484 | ||
485 | <listitem> | 485 | <listitem> |
486 | <para>Enter | 486 | <para>Enter |
487 | <literal><uCPEM-installerdir>/dist</literal>.</para> | 487 | <literal><EEMg-installerdir>/dist</literal>.</para> |
488 | </listitem> | 488 | </listitem> |
489 | 489 | ||
490 | <listitem> | 490 | <listitem> |
@@ -695,7 +695,7 @@ Enea_Edge_Management_<version>-build<build_number>.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><uCPEM-installerdir></literal>.</para> | 27 | denoted as <literal><EEMg-installerdir></literal>.</para> |
28 | </listitem> | 28 | </listitem> |
29 | 29 | ||
30 | <listitem> | 30 | <listitem> |
31 | <para>Enter <literal><uCPEM-installerdir>/dist</literal>.</para> | 31 | <para>Enter <literal><EEMg-installerdir>/dist</literal>.</para> |
32 | </listitem> | 32 | </listitem> |
33 | 33 | ||
34 | <listitem> | 34 | <listitem> |
@@ -54,7 +54,7 @@ Enea_Edge_Management_<version>-build<build_number>.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><uCPEM-installerdir>/dist</literal> directory.</para> | 57 | <literal><EEMg-installerdir>/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_<version>-build<build_number>.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><uCPEM-installerdir></literal>.</para> | 107 | denoted as <literal><EEMg-installerdir></literal>.</para> |
108 | </listitem> | 108 | </listitem> |
109 | 109 | ||
110 | <listitem> | 110 | <listitem> |
@@ -112,11 +112,11 @@ Enea_Edge_Management_<version>-build<build_number>.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><uCPEM-installerdir>/dist</literal> directory.</para> | 115 | <literal><EEMg-installerdir>/dist</literal> directory.</para> |
116 | </listitem> | 116 | </listitem> |
117 | 117 | ||
118 | <listitem> | 118 | <listitem> |
119 | <para>Enter <literal><uCPEM-installerdir>/dist</literal>.</para> | 119 | <para>Enter <literal><EEMg-installerdir>/dist</literal>.</para> |
120 | </listitem> | 120 | </listitem> |
121 | 121 | ||
122 | <listitem> | 122 | <listitem> |
@@ -158,12 +158,12 @@ Enea_Edge_Management_<version>-build<build_number>.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><uCPEM-installerdir></filename>.</para> | 161 | <filename><EEMg-installerdir></filename>.</para> |
162 | </listitem> | 162 | </listitem> |
163 | 163 | ||
164 | <listitem> | 164 | <listitem> |
165 | <para>Enter | 165 | <para>Enter |
166 | <literal><uCPEM-installerdir>/dist</literal>.</para> | 166 | <literal><EEMg-installerdir>/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 @@ | |||
1 | The licenses.xml in the git repository of Enea NFV Access Open Source Report | 1 | The licenses.xml in the git repository of the Enea Edge Open Source Report |
2 | is the frozen version belonging to the last official release of Enea NFV Access. | 2 | is the frozen version belonging to the last official release of Enea Edge. |
3 | The contents must be generated from the release script to obtain the latest | 3 | The contents must be generated from the release script to obtain the latest |
4 | lists of packages and licenses. | 4 | lists 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 @@ | |||
1 | The licenses.xml in the git repository of Enea NFV Access Runtime Platform Open Source Report | 1 | The licenses.xml in the git repository of the Enea Edge Runtime Platform Open Source Report |
2 | is the frozen version belonging to the last official release of Enea NFV Access. | 2 | is the frozen version belonging to the last official release of Enea Edge. |
3 | The contents must be generated from the release script to obtain the latest | 3 | The contents must be generated from the release script to obtain the latest |
4 | lists of packages and licenses. | 4 | lists 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 @@ | |||
1 | The licenses.xml in the git repository of Enea NFV Access Open Source Report | 1 | The licenses.xml in the git repository of Enea Edge Open Source Report |
2 | is the frozen version belonging to the last official release of Enea NFV Access. | 2 | is the frozen version belonging to the last official release of Enea Edge. |
3 | The contents must be generated from the release script to obtain the latest | 3 | The contents must be generated from the release script to obtain the latest |
4 | lists of packages and licenses. | 4 | lists of packages and licenses. |