From 310daf00dc4dec467ff5aec3c0be4f6471b4ebb3 Mon Sep 17 00:00:00 2001 From: mrpa Date: Tue, 24 Nov 2020 15:15:21 +0100 Subject: Updated minor edits for Getting Started, more to come. Updated the relnotes with comments from dape, and a new limitation. Change-Id: Ifc41780ed5d595a72d5fe1d82feb2514a0481210 Signed-off-by: mrpa --- .../doc/installation_guide.xml | 29 ++++---- .../doc/introduction.xml | 2 +- .../doc/about_release.xml | 2 +- .../doc/known_bugs_and_limitations.xml | 13 ++++ .../doc/main_changes.xml | 81 +++++++++++++--------- 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 @@
Software Configuration - The CentOS 7 machine requires a specific configuration for the setup + The CentOS 7 server requires a specific configuration for the setup to work.
@@ -93,7 +93,9 @@ clients. Quick handling of a blocking firewall would be to disable it, typical for a lab environment, through: - sudo service firewalld stop + sudo systemctl stop firewalld +sudo systemctl disable firewalld +sudo systemctl mask -now firewalld For an advanced firewall configuration, the following ports need to be opened: @@ -460,7 +462,7 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz - Specify the database server port: + Specify the database server port [5432] @@ -470,12 +472,12 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz - Specify database password: + Specify database password [postgres] - Specify database startup thread pool size: + Specify database startup thread pool size [1] @@ -486,13 +488,13 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz - Specify service username: - ucpemanager. + Specify service username + [ucpemanager] - Specify service password: - ucpemanager. + Specify service password + [ucpemanager] @@ -503,7 +505,7 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz Specify the IP address of the local interface: The - CentOS 7 loopback address: + CentOS 7 Server loopback address: 127.0.0.1. @@ -520,8 +522,7 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz Please enter the new Maximum Heap Size: 4 - GB.Is this value - accurate? + GB. @@ -551,8 +552,8 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gz - Open the IP Address of the CentOS 7 in a web browser on the - laptop and log in with the username and password: + Open the IP Address of the CentOS 7 Server in a web browser + on the laptop and log in with the username and password: admin/admin. 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 @@ xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)" />. - Details concerning release content, including documentation + Details concerning release content, including documentation structure, are provided in the . Contains open source and license information pertaining to packages provided - with Enea NFV Access. + with Enea NFV Access Platform. 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 @@ #yum update glib2. + + ELCCR-854Changing the management interface IP + address would result in a loss of connection with the device. If the + device is behind a NAT, while using Call Home connection, the connection + will not be reestablished until the old Call Home connection will cease + to exist. The exact amount of waiting time is determined by configurable + kernel parameters on the uCPE device, with the default waiting time of + more than 15 minutes. Restarting the vCPE Overlay will immediately + reestablish the connection, but that implies the existence of an + alternate way to trigger the vCPE restart operation on the + device. + + PDF navigation: When using links 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 @@ New Features and Improvements New Features: - + CPDX-3385Support for managing multiple devices - behind a NAT. This includes improvements to the call-home feature and - the use of reverse SSH when creating an SSH session for a device - connected via call-home. + behind a NAT. This includes improvements to the call-home feature and + the use of reverse SSH when creating an SSH session for a device + connected via call-home. CPDX-3314Enhanced support for handling multiple WAN ports. - + - CPDX-3476Added an operation for collecting uCPE - device logs and state information, for use in troubleshooting NFV Access - device issues. + CPDX-3476Support for collecting uCPE device + logs and state information for use in troubleshooting. Improvements: - Refactoring of the Getting Started Manual. New chapters have been - added relating to System Recovery and Log Collection and Management. - - Support for installing NFV Access on eMMC disks. - - Support for installing NFV Access on disks larger than 1TB. - - Improved boot time of NFV Access by removing unnecessary or - redundant services. - - Removed virbr0 - default bridge created by libvirt. - - Fixed the NFV Access bare metal installation on Dell VEP1445. - More information might be needed here. - - Within the Web-installer, the user status is now updated with - information regarding a target reboot. - - Disabled the Open vSwitch service, now allowing for vCPEO control - of Open vSwitch. - - ELCCR-354Improved uCPE Manager instance recovery - from a faulty state, through the System Backup functionality. + Refactoring of the Enea NFV Access Getting Started + Manual. + + + + Support for installing NFV Access on eMMC disks. + + + + Support for installing NFV Access on disks larger than + 1TB. + + + + Improved boot time of NFV Access by removing unnecessary or + redundant services. + + + + Removed virbr0 - default bridge created by libvirt. + + + + Fixed the NFV Access bare metal installation on Dell + VEP1445. + + More information might be needed here. + + + + Within the Web-installer, the user status is now updated with + information regarding a target reboot. + + + + Disabled the Open vSwitch service, now allowing for vCPEO + control of Open vSwitch. + + + + ELCCR-354Improved uCPE Manager instance + recovery from a faulty state, through the System Backup + functionality.
-- cgit v1.2.3-54-g00ecf