diff options
10 files changed, 57 insertions, 55 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 cc6ea9d..84b70ec 100644 --- a/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml +++ b/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml | |||
| @@ -127,7 +127,7 @@ | |||
| 127 | 127 | ||
| 128 | <para>Installation Configuration File Example:</para> | 128 | <para>Installation Configuration File Example:</para> |
| 129 | 129 | ||
| 130 | <programlisting>image_url = http://192.168.1.100/enea-nfv-access-xeon-d.hddimg.gz | 130 | <programlisting>image_url = http://192.168.1.100/enea-edge-runtime-xeon-d.hddimg.gz |
| 131 | install_drive = /dev/sda</programlisting> | 131 | install_drive = /dev/sda</programlisting> |
| 132 | 132 | ||
| 133 | <note> | 133 | <note> |
| @@ -144,9 +144,9 @@ install_drive = /dev/sda</programlisting> | |||
| 144 | <literal>/var/lib/tftpboot/pxelinux.cfg/default</literal>). The PXE | 144 | <literal>/var/lib/tftpboot/pxelinux.cfg/default</literal>). The PXE |
| 145 | entry should have the following settings:</para> | 145 | entry should have the following settings:</para> |
| 146 | 146 | ||
| 147 | <programlisting>default nfv_access | 147 | <programlisting>default enea_edge_runtime |
| 148 | label nfv_access | 148 | label enea_edge_runtime |
| 149 | menu label ^NFV_ACCESS_INSTALLER | 149 | menu label ^ENEA_EDGE_INSTALLER |
| 150 | kernel <Path to kernel> | 150 | kernel <Path to kernel> |
| 151 | append root=/dev/ram0 initrd=<Path to initramfs> LABEL=pxe-installer \ | 151 | append root=/dev/ram0 initrd=<Path to initramfs> LABEL=pxe-installer \ |
| 152 | INSTALL_CFG=http://<Server IP>/<Path to install config file> \ | 152 | INSTALL_CFG=http://<Server IP>/<Path to install config file> \ |
| @@ -300,7 +300,7 @@ ipmitool -U <user> -P <password> -H <uCPE device IPMI IP address& | |||
| 300 | <title>Customizing Automatic Hugepage Reservation</title> | 300 | <title>Customizing Automatic Hugepage Reservation</title> |
| 301 | 301 | ||
| 302 | <para>Configuration of Hugepage reservation is done in | 302 | <para>Configuration of Hugepage reservation is done in |
| 303 | <literal>/etc/enea-nfv-access/hugepages.cfg</literal>.</para> | 303 | <literal>/etc/enea/hugepages.cfg</literal>.</para> |
| 304 | 304 | ||
| 305 | <para><emphasis role="bold">Parameters used by the automatic algorithm: | 305 | <para><emphasis role="bold">Parameters used by the automatic algorithm: |
| 306 | </emphasis></para> | 306 | </emphasis></para> |
| @@ -428,11 +428,11 @@ node0.1048576kB = 3 </programlisting> | |||
| 428 | <literal>Enea_Edge_Management_<version>-build<build_number>.tar.gz</literal></para> | 428 | <literal>Enea_Edge_Management_<version>-build<build_number>.tar.gz</literal></para> |
| 429 | 429 | ||
| 430 | <para>The directory in which the archive has been unpacked will be | 430 | <para>The directory in which the archive has been unpacked will be |
| 431 | denoted as: <literal><uCPEM-installerdir></literal>.</para> | 431 | denoted as: <literal><EEMg-installerdir></literal>.</para> |
| 432 | </listitem> | 432 | </listitem> |
| 433 | 433 | ||
| 434 | <listitem> | 434 | <listitem> |
| 435 | <para>Enter <literal><uCPEM-installerdir>/dist</literal>.</para> | 435 | <para>Enter <literal><EEMg-installerdir>/dist</literal>.</para> |
| 436 | </listitem> | 436 | </listitem> |
| 437 | 437 | ||
| 438 | <listitem> | 438 | <listitem> |
| @@ -440,7 +440,7 @@ node0.1048576kB = 3 </programlisting> | |||
| 440 | to the location where the Enea Edge Management application is | 440 | to the location where the Enea Edge Management application is |
| 441 | installed:</para> | 441 | installed:</para> |
| 442 | 442 | ||
| 443 | <programlisting>./createCertificate.sh ucpemanager <IP_or_domain> \ | 443 | <programlisting>./createCertificate.sh EneaEdgeManagement <IP_or_domain> \ |
| 444 | /opt/ems [<service_username>]</programlisting> | 444 | /opt/ems [<service_username>]</programlisting> |
| 445 | 445 | ||
| 446 | <para>Where the following need to be included:</para> | 446 | <para>Where the following need to be included:</para> |
| @@ -965,7 +965,7 @@ galera-4-26.4.6-1.el7.centos.x86_64</programlisting> | |||
| 965 | #wsrep_provider_options= | 965 | #wsrep_provider_options= |
| 966 | 966 | ||
| 967 | # Logical cluster name. Should be the same for all nodes. | 967 | # Logical cluster name. Should be the same for all nodes. |
| 968 | <emphasis role="bold">wsrep_cluster_name="ucpemanager"</emphasis> | 968 | <emphasis role="bold">wsrep_cluster_name="EneaEdgeManagement"</emphasis> |
| 969 | 969 | ||
| 970 | # Group communication system handle | 970 | # Group communication system handle |
| 971 | <emphasis role="bold">wsrep_cluster_address="gcomm://192.168.10.11,192.168.10.12,..,192.168.10.16"</emphasis> | 971 | <emphasis role="bold">wsrep_cluster_address="gcomm://192.168.10.11,192.168.10.12,..,192.168.10.16"</emphasis> |
| @@ -1070,11 +1070,11 @@ Thanks for using MariaDB!</programlisting> | |||
| 1070 | <para>Create the initial database and grant access to it:</para> | 1070 | <para>Create the initial database and grant access to it:</para> |
| 1071 | 1071 | ||
| 1072 | <programlisting>[root@localhost application]# mysql --host=localhost --user=root -p | 1072 | <programlisting>[root@localhost application]# mysql --host=localhost --user=root -p |
| 1073 | MariaDB [(none)]> CREATE DATABASE ucpemanager CHARACTER SET='utf8' \ | 1073 | MariaDB [(none)]> CREATE DATABASE EneaEdgeManagement CHARACTER SET='utf8' \ |
| 1074 | COLLATE='utf8_bin'; | 1074 | COLLATE='utf8_bin'; |
| 1075 | Query OK, 1 row affected (0.004 sec) | 1075 | Query OK, 1 row affected (0.004 sec) |
| 1076 | 1076 | ||
| 1077 | MariaDB [(none)]> GRANT ALL PRIVILEGES ON ucpemanager.* \ | 1077 | MariaDB [(none)]> GRANT ALL PRIVILEGES ON EneaEdgeManagement.* \ |
| 1078 | TO 'enea'@'%' IDENTIFIED BY 'somepassword' WITH GRANT OPTION;</programlisting> | 1078 | TO 'enea'@'%' IDENTIFIED BY 'somepassword' WITH GRANT OPTION;</programlisting> |
| 1079 | </listitem> | 1079 | </listitem> |
| 1080 | </orderedlist> | 1080 | </orderedlist> |
| @@ -1114,7 +1114,7 @@ TO 'enea'@'%' IDENTIFIED BY 'somepassword' WITH GRANT OPTION;</programlisting> | |||
| 1114 | Management application, and run:</para> | 1114 | Management application, and run:</para> |
| 1115 | 1115 | ||
| 1116 | <programlisting>[root@localhost distro]#./install.sh /opt/ \ | 1116 | <programlisting>[root@localhost distro]#./install.sh /opt/ \ |
| 1117 | Enea_NFV_Access_uCPEManager_2.3.0-build23.tar.gz | 1117 | Enea_Edge_Management_<version>-build<build_number>.tar.gz |
| 1118 | This will install the Enea Edge Management application into the /opt/ucpemanager folder. | 1118 | This will install the Enea Edge Management application into the /opt/ucpemanager folder. |
| 1119 | Select the following options, while asked by the installation script: | 1119 | Select the following options, while asked by the installation script: |
| 1120 | Are you using the embedded PostgreSQL database? [Y/N]: <emphasis role="bold">N</emphasis> | 1120 | Are you using the embedded PostgreSQL database? [Y/N]: <emphasis role="bold">N</emphasis> |
| @@ -1133,12 +1133,12 @@ Creating database configuration file \ | |||
| 1133 | Done . | 1133 | Done . |
| 1134 | … | 1134 | … |
| 1135 | Installing ucpemanager service .. | 1135 | Installing ucpemanager service .. |
| 1136 | Specify service username [ucpemanager]: | 1136 | Specify service username [EneaEdgeManagement]: |
| 1137 | Specify service password [ucpemanager]: somepassword | 1137 | Specify service password [EneaEdgeManagement]: somepassword |
| 1138 | … | 1138 | … |
| 1139 | Specify the IP address of the local interface: <emphasis role="bold">192.168.10.11</emphasis> | 1139 | Specify the IP address of the local interface: <emphasis role="bold">192.168.10.11</emphasis> |
| 1140 | Is this server part of a cluster? [Y/N]: <emphasis role="bold">Y</emphasis> | 1140 | Is this server part of a cluster? [Y/N]: <emphasis role="bold">Y</emphasis> |
| 1141 | Specify the name of the cluster [ucpemanager]: | 1141 | Specify the name of the cluster [EneaEdgeManagement]: |
| 1142 | Specify the shared (virtual) cluster IP address: <emphasis role="bold">192.168.10.10</emphasis> | 1142 | Specify the shared (virtual) cluster IP address: <emphasis role="bold">192.168.10.10</emphasis> |
| 1143 | Specify the netmask for the cluster IP address [255.255.255.0]: | 1143 | Specify the netmask for the cluster IP address [255.255.255.0]: |
| 1144 | Specify the IP address of the (optional) arbiter: <emphasis role="bold">192.168.10.13</emphasis> | 1144 | 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 2297cda..2e1fe7e 100644 --- a/doc/book-enea-edge-getting-started/doc/installation_guide.xml +++ b/doc/book-enea-edge-getting-started/doc/installation_guide.xml | |||
| @@ -480,12 +480,12 @@ userdel postgres</programlisting> | |||
| 480 | <literal>Enea_Edge_Management_<version>-build<build_number>.tar.gz</literal></para> | 480 | <literal>Enea_Edge_Management_<version>-build<build_number>.tar.gz</literal></para> |
| 481 | 481 | ||
| 482 | <para>The directory in which the archive has been unpacked will be | 482 | <para>The directory in which the archive has been unpacked will be |
| 483 | denoted as: <literal><uCPEM-installerdir></literal>.</para> | 483 | denoted as: <literal><EEMg-installerdir></literal>.</para> |
| 484 | </listitem> | 484 | </listitem> |
| 485 | 485 | ||
| 486 | <listitem> | 486 | <listitem> |
| 487 | <para>Enter | 487 | <para>Enter |
| 488 | <literal><uCPEM-installerdir>/dist</literal>.</para> | 488 | <literal><EEMg-installerdir>/dist</literal>.</para> |
| 489 | </listitem> | 489 | </listitem> |
| 490 | 490 | ||
| 491 | <listitem> | 491 | <listitem> |
| @@ -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 database | 498 | <literal>/opt/ems/ucpemanager/application</literal>. The |
| 499 | will be installed in | 499 | database 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 | ||
| @@ -504,7 +504,7 @@ userdel postgres</programlisting> | |||
| 504 | <para>Run the following interactive command:</para> | 504 | <para>Run the following interactive command:</para> |
| 505 | 505 | ||
| 506 | <programlisting>./install.sh /opt/ems \ | 506 | <programlisting>./install.sh /opt/ems \ |
| 507 | Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</programlisting> | 507 | Enea_Edge_Management_<version>-build<build_number>.tar.gz</programlisting> |
| 508 | 508 | ||
| 509 | <para>The default configuration values are specified in brackets. | 509 | <para>The default configuration values are specified in brackets. |
| 510 | If no other value is preferred and typed in, pressing | 510 | If no other value is preferred and typed in, pressing |
| @@ -566,12 +566,12 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
| 566 | <itemizedlist spacing="compact"> | 566 | <itemizedlist spacing="compact"> |
| 567 | <listitem> | 567 | <listitem> |
| 568 | <para>Specify a service username | 568 | <para>Specify a service username |
| 569 | <literal>[ucpemanager]:</literal></para> | 569 | <literal>[EneaEdgeManagement]</literal>:</para> |
| 570 | </listitem> | 570 | </listitem> |
| 571 | 571 | ||
| 572 | <listitem> | 572 | <listitem> |
| 573 | <para>Specify a service password | 573 | <para>Specify a service password |
| 574 | <literal>[ucpemanager]</literal>:</para> | 574 | <literal>[EneaEdgeManagement]</literal>:</para> |
| 575 | </listitem> | 575 | </listitem> |
| 576 | </itemizedlist> | 576 | </itemizedlist> |
| 577 | </listitem> | 577 | </listitem> |
| @@ -636,11 +636,13 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
| 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 <literal>ucpemanager</literal>.</para> | 639 | service with the name |
| 640 | <literal>ucpemanager</literal>.</para> | ||
| 640 | </listitem> | 641 | </listitem> |
| 641 | 642 | ||
| 642 | <listitem> | 643 | <listitem> |
| 643 | <para>Start the <literal>ucpemanager</literal> service.</para> | 644 | <para>Start the <literal>ucpemanager</literal> |
| 645 | service.</para> | ||
| 644 | </listitem> | 646 | </listitem> |
| 645 | </itemizedlist> | 647 | </itemizedlist> |
| 646 | </listitem> | 648 | </listitem> |
| @@ -677,8 +679,8 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
| 677 | role="bold">System</emphasis> menu, and clicking <emphasis | 679 | role="bold">System</emphasis> menu, and clicking <emphasis |
| 678 | role="bold">System Backup</emphasis>, from the Enea Edge Management | 680 | role="bold">System Backup</emphasis>, from the Enea Edge Management |
| 679 | GUI. The resulting zip archive will be located in the | 681 | GUI. The resulting zip archive will be located in the |
| 680 | <filename>/opt/ems/ucpemanager/application/backup</filename> folder | 682 | <filename>/opt/ems/ucpemanager/application/backup</filename> |
| 681 | and will be named | 683 | folder and will be named |
| 682 | <literal>SystemBackup_MMMDD_YYYY_HHMM_SS.zip</literal> (e.g | 684 | <literal>SystemBackup_MMMDD_YYYY_HHMM_SS.zip</literal> (e.g |
| 683 | System-Backup_Feb19_2013_2257_42.zip). Save the archive to another | 685 | System-Backup_Feb19_2013_2257_42.zip). Save the archive to another |
| 684 | location outside the Enea Edge Management installation folder for | 686 | location outside the Enea Edge Management installation folder for |
| @@ -689,7 +691,7 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
| 689 | GUI (<filename>SystemBackup_MMMDD_YYYY_HHMM_SS.zip</filename>) is | 691 | GUI (<filename>SystemBackup_MMMDD_YYYY_HHMM_SS.zip</filename>) is |
| 690 | different from the snapshot obtained during an Enea Edge Management | 692 | different from the snapshot obtained during an Enea Edge Management |
| 691 | Upgrade or Uninstall operation | 693 | Upgrade or Uninstall operation |
| 692 | (<filename>ucpemanager-Backup-YYYYddMMHHmm.tar.gz</filename>) needed | 694 | (<filename>EneaEdgeManagement-Backup-YYYYddMMHHmm.tar.gz</filename>) needed |
| 693 | for recovery of the Enea Edge Management application. For more | 695 | for recovery of the Enea Edge Management application. For more |
| 694 | details, see <olink targetdoc="book_enea_edge_getting_started" | 696 | details, see <olink targetdoc="book_enea_edge_getting_started" |
| 695 | targetptr="restore_prev_ucpe_install">Restoring a previous Enea Edge | 697 | targetptr="restore_prev_ucpe_install">Restoring a previous Enea Edge |
| @@ -705,7 +707,7 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
| 705 | installation:</para> | 707 | installation:</para> |
| 706 | 708 | ||
| 707 | <programlisting>./install.sh \ | 709 | <programlisting>./install.sh \ |
| 708 | /opt/ems Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz \ | 710 | /opt/ems Enea_Edge_Management_<version>-build<build_number>.tar.gz \ |
| 709 | SystemBackup_MMMDD_YYYY_HHMM_SS.zip</programlisting> | 711 | SystemBackup_MMMDD_YYYY_HHMM_SS.zip</programlisting> |
| 710 | </section> | 712 | </section> |
| 711 | </section> | 713 | </section> |
| @@ -751,11 +753,11 @@ sdb 8:0 0 111.8G 0 disk | |||
| 751 | <para>Copy the <filename>.hddimg</filename> image onto the USB | 753 | <para>Copy the <filename>.hddimg</filename> image onto the USB |
| 752 | stick, e.g:</para> | 754 | stick, e.g:</para> |
| 753 | 755 | ||
| 754 | <programlisting>sudo dd if=./enea-nfv-access-<machine>.hddimg \ | 756 | <programlisting>sudo dd if=./enea-edge-runtime-<machine>.hddimg \ |
| 755 | of=/dev/sdb bs=4M conv=fsync</programlisting> | 757 | of=/dev/sdb bs=4M conv=fsync</programlisting> |
| 756 | 758 | ||
| 757 | <para>Where | 759 | <para>Where |
| 758 | <filename>enea-nfv-access-<machine>.hddimg</filename> is the | 760 | <filename>enea-edge-runtime-<machine>.hddimg</filename> is the |
| 759 | <filename>.hddimg</filename> file and <literal>sdb</literal> is the | 761 | <filename>.hddimg</filename> file and <literal>sdb</literal> is the |
| 760 | assigned USB device name.</para> | 762 | assigned USB device name.</para> |
| 761 | </listitem> | 763 | </listitem> |
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 1148dc2..d7d99dd 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 |
| @@ -358,7 +358,7 @@ | |||
| 358 | 358 | ||
| 359 | <listitem> | 359 | <listitem> |
| 360 | <para>Select the desired log file | 360 | <para>Select the desired log file |
| 361 | (<filename>ucpemanager.log</filename> or | 361 | (<filename>EneaEdgeManagement.log</filename> or |
| 362 | <filename>watchdog.log</filename>) and press the <emphasis | 362 | <filename>watchdog.log</filename>) and press the <emphasis |
| 363 | role="bold">Download</emphasis> button.</para> | 363 | role="bold">Download</emphasis> button.</para> |
| 364 | </listitem> | 364 | </listitem> |
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 ac2ebb6..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> |
| @@ -37,7 +37,7 @@ | |||
| 37 | Management installation:</para> | 37 | Management installation:</para> |
| 38 | 38 | ||
| 39 | <programlisting>./upgrade.sh /opt/ems \ | 39 | <programlisting>./upgrade.sh /opt/ems \ |
| 40 | Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</programlisting> | 40 | Enea_Edge_Management_<version>-build<build_number>.tar.gz</programlisting> |
| 41 | </listitem> | 41 | </listitem> |
| 42 | </orderedlist> | 42 | </orderedlist> |
| 43 | 43 | ||
| @@ -52,9 +52,9 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
| 52 | <listitem> | 52 | <listitem> |
| 53 | <para>Create a compressed file of the <literal>ucpemanager</literal> | 53 | <para>Create a compressed file of the <literal>ucpemanager</literal> |
| 54 | application folder | 54 | application folder |
| 55 | (<filename>ucpemanager-Back-up-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,19 +104,19 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
| 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> |
| 111 | <para>Copy the snapshot file | 111 | <para>Copy the snapshot file |
| 112 | (<filename>ucpemanager-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> |
| @@ -124,7 +124,7 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
| 124 | <literal>/opt/ems</literal> to the correct location of the Enea Edge | 124 | <literal>/opt/ems</literal> to the correct location of the Enea Edge |
| 125 | Management installation:</para> | 125 | Management installation:</para> |
| 126 | 126 | ||
| 127 | <programlisting>./restore.sh /opt/ems ucpemanager-Backup-YYYYddMMHHmm.tar.gz</programlisting> | 127 | <programlisting>./restore.sh /opt/ems EneaEdgeManagement-Backup-YYYYddMMHHmm.tar.gz</programlisting> |
| 128 | </listitem> | 128 | </listitem> |
| 129 | </orderedlist> | 129 | </orderedlist> |
| 130 | 130 | ||
| @@ -158,12 +158,12 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
| 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> |
| @@ -186,7 +186,7 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
| 186 | <listitem> | 186 | <listitem> |
| 187 | <para>Create a compressed file of the <literal>ucpemanager</literal> | 187 | <para>Create a compressed file of the <literal>ucpemanager</literal> |
| 188 | application folder: | 188 | application folder: |
| 189 | <filename>ucpemanager-Back-up-YYYYddMMHHmm.tar.gz</filename>, which | 189 | <filename>EneaEdgeManagement-Backup-YYYYddMMHHmm.tar.gz</filename>, which |
| 190 | contains a snapshot of the existing installation and functions as a | 190 | contains a snapshot of the existing installation and functions as a |
| 191 | restore point.</para> | 191 | restore point.</para> |
| 192 | 192 | ||
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. |
