diff options
5 files changed, 80 insertions, 47 deletions
diff --git a/doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml b/doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml index 2e641a7..2590dec 100644 --- a/doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml +++ b/doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml | |||
@@ -81,7 +81,7 @@ | |||
81 | <section id="sw_config"> | 81 | <section id="sw_config"> |
82 | <title>Software Configuration</title> | 82 | <title>Software Configuration</title> |
83 | 83 | ||
84 | <para>The CentOS 7 machine requires a specific configuration for the setup | 84 | <para>The CentOS 7 server requires a specific configuration for the setup |
85 | to work.</para> | 85 | to work.</para> |
86 | 86 | ||
87 | <section id="firewall_config"> | 87 | <section id="firewall_config"> |
@@ -93,7 +93,9 @@ | |||
93 | clients. Quick handling of a blocking firewall would be to disable it, | 93 | clients. Quick handling of a blocking firewall would be to disable it, |
94 | typical for a lab environment, through:</para> | 94 | typical for a lab environment, through:</para> |
95 | 95 | ||
96 | <programlisting>sudo service firewalld stop</programlisting> | 96 | <programlisting>sudo systemctl stop firewalld |
97 | sudo systemctl disable firewalld | ||
98 | sudo systemctl mask -now firewalld</programlisting> | ||
97 | 99 | ||
98 | <para>For an advanced firewall configuration, the following ports need | 100 | <para>For an advanced firewall configuration, the following ports need |
99 | to be opened:</para> | 101 | to be opened:</para> |
@@ -460,7 +462,7 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
460 | </listitem> | 462 | </listitem> |
461 | 463 | ||
462 | <listitem> | 464 | <listitem> |
463 | <para>Specify the database server port: | 465 | <para>Specify the database server port |
464 | <literal>[5432]</literal></para> | 466 | <literal>[5432]</literal></para> |
465 | </listitem> | 467 | </listitem> |
466 | 468 | ||
@@ -470,12 +472,12 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
470 | </listitem> | 472 | </listitem> |
471 | 473 | ||
472 | <listitem> | 474 | <listitem> |
473 | <para>Specify database password: | 475 | <para>Specify database password |
474 | <literal>[postgres]</literal></para> | 476 | <literal>[postgres]</literal></para> |
475 | </listitem> | 477 | </listitem> |
476 | 478 | ||
477 | <listitem> | 479 | <listitem> |
478 | <para>Specify database startup thread pool size: | 480 | <para>Specify database startup thread pool size |
479 | <literal>[1]</literal></para> | 481 | <literal>[1]</literal></para> |
480 | </listitem> | 482 | </listitem> |
481 | </itemizedlist> | 483 | </itemizedlist> |
@@ -486,13 +488,13 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
486 | 488 | ||
487 | <itemizedlist spacing="compact"> | 489 | <itemizedlist spacing="compact"> |
488 | <listitem> | 490 | <listitem> |
489 | <para>Specify service username: | 491 | <para>Specify service username |
490 | <literal>ucpemanager</literal>.</para> | 492 | [<literal>ucpemanager</literal>]</para> |
491 | </listitem> | 493 | </listitem> |
492 | 494 | ||
493 | <listitem> | 495 | <listitem> |
494 | <para>Specify service password: | 496 | <para>Specify service password |
495 | <literal>ucpemanager</literal>.</para> | 497 | <literal>[ucpemanager</literal>]</para> |
496 | </listitem> | 498 | </listitem> |
497 | </itemizedlist> | 499 | </itemizedlist> |
498 | </listitem> | 500 | </listitem> |
@@ -503,7 +505,7 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
503 | <itemizedlist spacing="compact"> | 505 | <itemizedlist spacing="compact"> |
504 | <listitem> | 506 | <listitem> |
505 | <para>Specify the IP address of the local interface: The | 507 | <para>Specify the IP address of the local interface: The |
506 | CentOS 7 loopback address: | 508 | CentOS 7 Server loopback address: |
507 | <literal>127.0.0.1</literal>.</para> | 509 | <literal>127.0.0.1</literal>.</para> |
508 | </listitem> | 510 | </listitem> |
509 | 511 | ||
@@ -520,8 +522,7 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
520 | <itemizedlist spacing="compact"> | 522 | <itemizedlist spacing="compact"> |
521 | <listitem> | 523 | <listitem> |
522 | <para>Please enter the new Maximum Heap Size: <literal>4 | 524 | <para>Please enter the new Maximum Heap Size: <literal>4 |
523 | GB</literal>.<remark>Is this value | 525 | GB</literal>.</para> |
524 | accurate?</remark></para> | ||
525 | </listitem> | 526 | </listitem> |
526 | </itemizedlist> | 527 | </itemizedlist> |
527 | </listitem> | 528 | </listitem> |
@@ -551,8 +552,8 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz</pr | |||
551 | </listitem> | 552 | </listitem> |
552 | 553 | ||
553 | <listitem> | 554 | <listitem> |
554 | <para>Open the IP Address of the CentOS 7 in a web browser on the | 555 | <para>Open the IP Address of the CentOS 7 Server in a web browser |
555 | laptop and log in with the username and password: | 556 | on the laptop and log in with the username and password: |
556 | <literal>admin</literal>/<literal>admin</literal>.</para> | 557 | <literal>admin</literal>/<literal>admin</literal>.</para> |
557 | </listitem> | 558 | </listitem> |
558 | </orderedlist> | 559 | </orderedlist> |
diff --git a/doc/book-enea-nfv-access-getting-started/doc/introduction.xml b/doc/book-enea-nfv-access-getting-started/doc/introduction.xml index 7a2f01e..0509566 100644 --- a/doc/book-enea-nfv-access-getting-started/doc/introduction.xml +++ b/doc/book-enea-nfv-access-getting-started/doc/introduction.xml | |||
@@ -55,7 +55,7 @@ | |||
55 | xmlns:xi="http://www.w3.org/2001/XInclude" | 55 | xmlns:xi="http://www.w3.org/2001/XInclude" |
56 | xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)" />.</para> | 56 | xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)" />.</para> |
57 | 57 | ||
58 | <para> Details concerning release content, including documentation | 58 | <para>Details concerning release content, including documentation |
59 | structure, are provided in the <xi:include | 59 | structure, are provided in the <xi:include |
60 | href="../../s_docbuild/olinkdb/pardoc-common.xml" | 60 | href="../../s_docbuild/olinkdb/pardoc-common.xml" |
61 | xmlns:xi="http://www.w3.org/2001/XInclude" | 61 | xmlns:xi="http://www.w3.org/2001/XInclude" |
diff --git a/doc/book-enea-nfv-access-release-info/doc/about_release.xml b/doc/book-enea-nfv-access-release-info/doc/about_release.xml index 4a04ebd..6d25d65 100644 --- a/doc/book-enea-nfv-access-release-info/doc/about_release.xml +++ b/doc/book-enea-nfv-access-release-info/doc/about_release.xml | |||
@@ -118,7 +118,7 @@ | |||
118 | xmlns:xi="http://www.w3.org/2001/XInclude" | 118 | xmlns:xi="http://www.w3.org/2001/XInclude" |
119 | xpointer="element(book_enea_nfv_access_open_source/1)" />. Contains | 119 | xpointer="element(book_enea_nfv_access_open_source/1)" />. Contains |
120 | open source and license information pertaining to packages provided | 120 | open source and license information pertaining to packages provided |
121 | with Enea NFV Access.</para> | 121 | with Enea NFV Access Platform.</para> |
122 | </listitem> | 122 | </listitem> |
123 | 123 | ||
124 | <listitem> | 124 | <listitem> |
diff --git a/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml b/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml index 79eb37f..eae4322 100644 --- a/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml +++ b/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml | |||
@@ -137,6 +137,19 @@ | |||
137 | <command>#yum update glib2</command>.</para> | 137 | <command>#yum update glib2</command>.</para> |
138 | </listitem> | 138 | </listitem> |
139 | 139 | ||
140 | <listitem> | ||
141 | <para><remark>ELCCR-854</remark>Changing the management interface IP | ||
142 | address would result in a loss of connection with the device. If the | ||
143 | device is behind a NAT, while using Call Home connection, the connection | ||
144 | will not be reestablished until the old Call Home connection will cease | ||
145 | to exist. The exact amount of waiting time is determined by configurable | ||
146 | kernel parameters on the uCPE device, with the default waiting time of | ||
147 | more than 15 minutes. Restarting the vCPE Overlay will immediately | ||
148 | reestablish the connection, but that implies the existence of an | ||
149 | alternate way to trigger the vCPE restart operation on the | ||
150 | device.</para> | ||
151 | </listitem> | ||
152 | |||
140 | <listitem condition="hidden"> | 153 | <listitem condition="hidden"> |
141 | <para><emphasis role="bold">PDF navigation</emphasis>: When using links | 154 | <para><emphasis role="bold">PDF navigation</emphasis>: When using links |
142 | to open other PDFs, or jump to another place in the same PDF, jumping | 155 | to open other PDFs, or jump to another place in the same PDF, jumping |
diff --git a/doc/book-enea-nfv-access-release-info/doc/main_changes.xml b/doc/book-enea-nfv-access-release-info/doc/main_changes.xml index 2bc5825..7b8209c 100644 --- a/doc/book-enea-nfv-access-release-info/doc/main_changes.xml +++ b/doc/book-enea-nfv-access-release-info/doc/main_changes.xml | |||
@@ -13,54 +13,73 @@ | |||
13 | <title>New Features and Improvements</title> | 13 | <title>New Features and Improvements</title> |
14 | 14 | ||
15 | <para><emphasis role="bold">New Features:</emphasis></para> | 15 | <para><emphasis role="bold">New Features:</emphasis></para> |
16 | 16 | ||
17 | <itemizedlist> | 17 | <itemizedlist> |
18 | <listitem> | 18 | <listitem> |
19 | <para><remark>CPDX-3385</remark>Support for managing multiple devices | 19 | <para><remark>CPDX-3385</remark>Support for managing multiple devices |
20 | behind a NAT. This includes improvements to the call-home feature and | 20 | behind a NAT. This includes improvements to the call-home feature and |
21 | the use of reverse SSH when creating an SSH session for a device | 21 | the use of reverse SSH when creating an SSH session for a device |
22 | connected via call-home.</para> | 22 | connected via call-home.</para> |
23 | </listitem> | 23 | </listitem> |
24 | 24 | ||
25 | <listitem> | 25 | <listitem> |
26 | <para><remark>CPDX-3314</remark>Enhanced support for handling multiple | 26 | <para><remark>CPDX-3314</remark>Enhanced support for handling multiple |
27 | WAN ports.</para> | 27 | WAN ports.</para> |
28 | </listitem> | 28 | </listitem> |
29 | 29 | ||
30 | <listitem> | 30 | <listitem> |
31 | <para><remark>CPDX-3476</remark>Added an operation for collecting uCPE | 31 | <para><remark>CPDX-3476</remark>Support for collecting uCPE device |
32 | device logs and state information, for use in troubleshooting NFV Access | 32 | logs and state information for use in troubleshooting.</para> |
33 | device issues.</para> | ||
34 | </listitem> | 33 | </listitem> |
35 | </itemizedlist> | 34 | </itemizedlist> |
36 | 35 | ||
37 | <para><emphasis role="bold">Improvements:</emphasis></para> | 36 | <para><emphasis role="bold">Improvements:</emphasis></para> |
38 | 37 | ||
39 | <itemizedlist> | 38 | <itemizedlist> |
40 | <listitem><para>Refactoring of the Getting Started Manual. New chapters have been | ||
41 | added relating to System Recovery and Log Collection and Management.</para></listitem> | ||
42 | |||
43 | <listitem><para>Support for installing NFV Access on eMMC disks.</para></listitem> | ||
44 | |||
45 | <listitem><para>Support for installing NFV Access on disks larger than 1TB.</para></listitem> | ||
46 | |||
47 | <listitem><para>Improved boot time of NFV Access by removing unnecessary or | ||
48 | redundant services.</para></listitem> | ||
49 | |||
50 | <listitem><para>Removed virbr0 - default bridge created by libvirt.</para></listitem> | ||
51 | |||
52 | <listitem><para>Fixed the NFV Access bare metal installation on Dell VEP1445.</para> | ||
53 | <remark>More information might be needed here.</remark></listitem> | ||
54 | |||
55 | <listitem><para>Within the Web-installer, the user status is now updated with | ||
56 | information regarding a target reboot.</para></listitem> | ||
57 | |||
58 | <listitem><para>Disabled the Open vSwitch service, now allowing for vCPEO control | ||
59 | of Open vSwitch.</para></listitem> | ||
60 | |||
61 | <listitem> | 39 | <listitem> |
62 | <para><remark>ELCCR-354</remark>Improved uCPE Manager instance recovery | 40 | <para>Refactoring of the Enea NFV Access Getting Started |
63 | from a faulty state, through the System Backup functionality.</para> | 41 | Manual.</para> |
42 | </listitem> | ||
43 | |||
44 | <listitem> | ||
45 | <para>Support for installing NFV Access on eMMC disks.</para> | ||
46 | </listitem> | ||
47 | |||
48 | <listitem> | ||
49 | <para>Support for installing NFV Access on disks larger than | ||
50 | 1TB.</para> | ||
51 | </listitem> | ||
52 | |||
53 | <listitem> | ||
54 | <para>Improved boot time of NFV Access by removing unnecessary or | ||
55 | redundant services.</para> | ||
56 | </listitem> | ||
57 | |||
58 | <listitem> | ||
59 | <para>Removed virbr0 - default bridge created by libvirt.</para> | ||
60 | </listitem> | ||
61 | |||
62 | <listitem> | ||
63 | <para>Fixed the NFV Access bare metal installation on Dell | ||
64 | VEP1445.</para> | ||
65 | |||
66 | <remark>More information might be needed here.</remark> | ||
67 | </listitem> | ||
68 | |||
69 | <listitem> | ||
70 | <para>Within the Web-installer, the user status is now updated with | ||
71 | information regarding a target reboot.</para> | ||
72 | </listitem> | ||
73 | |||
74 | <listitem> | ||
75 | <para>Disabled the Open vSwitch service, now allowing for vCPEO | ||
76 | control of Open vSwitch.</para> | ||
77 | </listitem> | ||
78 | |||
79 | <listitem> | ||
80 | <para><remark>ELCCR-354</remark>Improved uCPE Manager instance | ||
81 | recovery from a faulty state, through the System Backup | ||
82 | functionality.</para> | ||
64 | </listitem> | 83 | </listitem> |
65 | </itemizedlist> | 84 | </itemizedlist> |
66 | </section> | 85 | </section> |