From 0bc82389b36fbdb6f9a4df4d44ea1379e440ca99 Mon Sep 17 00:00:00 2001 From: mrpa Date: Fri, 28 May 2021 20:37:23 +0200 Subject: Updated the version variable for Enea Edge, Added in the versioning files ie all eltf updates files, 3 in total, Updated the EE Automation User Guide to reflect the new name, along with various edits and tweaks, Removed obsolete files from the Enea Edge Rel notes repo, Tweaked the AF User Guide 4.3.2 chapter. Change-Id: Ie08fab45236602e6875ba5f7d2724c0cd7306860 Signed-off-by: mrpa --- doc/eltf_params_updated.xml | 240 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 doc/eltf_params_updated.xml (limited to 'doc/eltf_params_updated.xml') diff --git a/doc/eltf_params_updated.xml b/doc/eltf_params_updated.xml new file mode 100644 index 0000000..34739ee --- /dev/null +++ b/doc/eltf_params_updated.xml @@ -0,0 +1,240 @@ + + +
+ File with Parameters in the Book Auto-updated by ELFT + + + See the eltf_params_updated_template_howto_use.txt text + file for description of how to create the final eltf_params_updated.xml from this template and for + all REQUIREMENTS. Use the command + "make eltf" to extract a full list of all + ELTF variables, which always begins with ELTF_ and don't only rely on the + howto text file list! The plan is that ELTF will auto-update this when + needed. + + +
+ Common Parameters + + A programlisting, ID + "eltf-prereq-apt-get-commands-host" + + # Host Ubuntu 16.04 LTS 64bit +sudo apt-get -y update +sudo apt-get -y install sed wget subversion git-core coreutils unzip texi2html \ + texinfo libsdl1.2-dev docbook-utils fop gawk python-pysqlite2 diffstat \ + make gcc build-essential xsltproc g++ desktop-file-utils chrpath \ + libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm \ + libxml-parser-perl + + A programlisting, ID + "eltf-getting-repo-install-command" + + mkdir -p ~/bin +curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo +chmod a+x ~/bin/repo +export PATH=~/bin:$PATH + + Several phrase elements, various IDs. Ensure EL_REL_VER is + correct also compared to the "previous" REL VER in pardoc-distro.xml + "prev_baseline". + + 2.5.0 + + 1 + + 2.4 + + rocko + + http://www.yoctoproject.org/downloads + + https://linux.enea.com/6 + + A programlisting, ID "eltf-repo-cloning-enea-linux". Use + $MACHINE/default.xml as parameter, where MACHINE is one of the target + directory names in the manifest. + + mkdir enea-linux +cd enea-linux +repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.git \ + -b refs/tags/EL6 -m $MACHINE/default.xml +repo sync + + A table with ONE row, only the row with ID + "eltf-eclipse-version-row" is included in the book. MANUALLY in book, set + condition hidden if eclipse is not in the release. Do this both in + template.xml and updated.xml. + + + + + + Eclipse version 4.3 (Mars) plus command line development + tools are included in this Enea Edge release. + + + + + + Below is one big section with title "Supported Processor with + Parameters". The entire section is included completely in the book via ID + "eltf-target-tables-section" and shall be LAST in the template. The + template contains ONE target subsection. COPY/APPEND it, if multiple + targets exist in the release and optionally add rows with additional + target parameters in each target subsection table. +
+ +
+ Reference Processors with Parameters + + The table(s) below describes the tested processors for this Enea + Edge release. + + + Processor Product Family Information - Intel Xeon D-1500 + + + + + + + Component + + Description + + + + + + Processor official product family name + + Intel Xeon D-1500 (Broadwell) + + + + Architecture and Description + + x86-64 + + + + Link to processor datasheet + + Intel's + datasheet + + + + Supported Drivers + + Ethernet, RTC, UART + + + + Tested Whiteboxes + + + + + Supermicro X10SDV-4C-TLN2F (Intel Xeon + D-1521) + + + + Kontron ME1100 (Intel Xeon D-1548). + + + + + + +
+ + + Processor Product Family Information - Intel Atom C3000 + + + + + + + Component + + Description + + + + + + Processor official product family name + + Intel Atom C3000 (Denverton) + + + + Architecture and Description + + x86-64 + + + + Link to the processor datasheet + + Intel's + datasheet + + + + Supported Drivers + + Ethernet, RTC, UART + + + + Tested Whiteboxes + + + + + Dell EMC Networking VEP1445 (Intel Atom + C3758) + + + + Advantech FWA-1012VCR-4CA1S (Intel Atom + C3558) + + + + Advantech FWA-1112VCL-2CA1S (Intel Atom + C3558-4C) + + + + Supermicro A2SDi-TP8F (Intel Atom C3858) + + + + Supermicro SuperServer 5019A-12TN4 (Intel Atom + C3850) + + + + Silicom C3000 (Intel Atom 3558) + + + + + + +
+
+
\ No newline at end of file -- cgit v1.2.3-54-g00ecf From 21205c8b98d72b2263d85cce8f1a08ecab7a20f6 Mon Sep 17 00:00:00 2001 From: mrpa Date: Fri, 2 Jul 2021 11:54:36 +0200 Subject: Removed information and elements from the eltf_updated xml that are not relevant to Enea Edge. Change-Id: I97053a486f41f03cf0e43c8109565a3a427202f5 Signed-off-by: mrpa --- doc/eltf_params_updated.xml | 69 +-------------------------------------------- 1 file changed, 1 insertion(+), 68 deletions(-) (limited to 'doc/eltf_params_updated.xml') diff --git a/doc/eltf_params_updated.xml b/doc/eltf_params_updated.xml index 34739ee..f5f3f7d 100644 --- a/doc/eltf_params_updated.xml +++ b/doc/eltf_params_updated.xml @@ -4,84 +4,17 @@
File with Parameters in the Book Auto-updated by ELFT - - See the eltf_params_updated_template_howto_use.txt text - file for description of how to create the final eltf_params_updated.xml from this template and for - all REQUIREMENTS. Use the command - "make eltf" to extract a full list of all - ELTF variables, which always begins with ELTF_ and don't only rely on the - howto text file list! The plan is that ELTF will auto-update this when - needed. - -
Common Parameters - A programlisting, ID - "eltf-prereq-apt-get-commands-host" - - # Host Ubuntu 16.04 LTS 64bit -sudo apt-get -y update -sudo apt-get -y install sed wget subversion git-core coreutils unzip texi2html \ - texinfo libsdl1.2-dev docbook-utils fop gawk python-pysqlite2 diffstat \ - make gcc build-essential xsltproc g++ desktop-file-utils chrpath \ - libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm \ - libxml-parser-perl - - A programlisting, ID - "eltf-getting-repo-install-command" - - mkdir -p ~/bin -curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo -chmod a+x ~/bin/repo -export PATH=~/bin:$PATH - Several phrase elements, various IDs. Ensure EL_REL_VER is correct also compared to the "previous" REL VER in pardoc-distro.xml "prev_baseline". - + 2.5.0 1 - 2.4 - - rocko - - http://www.yoctoproject.org/downloads - - https://linux.enea.com/6 - - A programlisting, ID "eltf-repo-cloning-enea-linux". Use - $MACHINE/default.xml as parameter, where MACHINE is one of the target - directory names in the manifest. - - mkdir enea-linux -cd enea-linux -repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.git \ - -b refs/tags/EL6 -m $MACHINE/default.xml -repo sync - - A table with ONE row, only the row with ID - "eltf-eclipse-version-row" is included in the book. MANUALLY in book, set - condition hidden if eclipse is not in the release. Do this both in - template.xml and updated.xml. - - - - - - Eclipse version 4.3 (Mars) plus command line development - tools are included in this Enea Edge release. - - - - - Below is one big section with title "Supported Processor with Parameters". The entire section is included completely in the book via ID "eltf-target-tables-section" and shall be LAST in the template. The -- cgit v1.2.3-54-g00ecf From 1677f82bb972ba060630cd1c08394459f9bb751b Mon Sep 17 00:00:00 2001 From: mrpa Date: Fri, 3 Sep 2021 11:28:57 +0200 Subject: Updated the release notes with finals comments on all sections, 2.5.0. Change-Id: Id4eac6b7794fee7f44165cace61a201ff61bfaa7 Signed-off-by: mrpa --- .../doc/about_release.xml | 28 +++-- .../doc/known_bugs_and_limitations.xml | 114 +++++++++++---------- .../doc/main_changes.xml | 92 +++++++++-------- doc/eltf_params_updated.xml | 6 +- 4 files changed, 120 insertions(+), 120 deletions(-) (limited to 'doc/eltf_params_updated.xml') diff --git a/doc/book-enea-edge-release-info/doc/about_release.xml b/doc/book-enea-edge-release-info/doc/about_release.xml index 1f98ce6..076538f 100644 --- a/doc/book-enea-edge-release-info/doc/about_release.xml +++ b/doc/book-enea-edge-release-info/doc/about_release.xml @@ -6,19 +6,19 @@ Enea Edge is a complete Virtualization Infrastructure software platform designed for deployment on any white box uCPE device, and optimized - for common use-cases. It includes the Enea Edge Runtime deployed - on a white box, the Enea Edge Management application and the Enea Edge - Automation, management and automation tools deployed in a - private or public cloud. + for common use-cases. It includes the Enea Edge Runtime deployed on a white + box, the Enea Edge Management application and the Enea Edge Automation, + management and automation tools deployed in a private or public + cloud. - The Enea Edge The Enea Edge Release includes new features, - optimizations, corrections, and updates to the user documentation.. - A list of major new features and improvements can be found in - Section 2.1 New Features and Improvements. - + xpointer="element(EneaEdge_REL_VER/1)" /> Release includes new features, + optimizations, corrections, and updates to the user documentation. A list of + major new features and improvements can be found in Section 2.1 New Features and + Improvements. +
Enea Edge Release Content @@ -149,8 +149,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="element(book_enea_edge_auto_fw_th_user_guide/1)" />. Describes the Automation Framework and Test Harness for Enea Edge - (deprecated, see Section 2.1 New - Features and Improvements). + (deprecated). @@ -158,8 +157,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="element(book_enea_edge_system_test_specification/1)" />. Describes a sample Test Suite for System Testing of Enea Edge. - (deprecated, see Section 2.1 New - Features and Improvements). + (deprecated).
diff --git a/doc/book-enea-edge-release-info/doc/known_bugs_and_limitations.xml b/doc/book-enea-edge-release-info/doc/known_bugs_and_limitations.xml index 53d3849..13a8c23 100644 --- a/doc/book-enea-edge-release-info/doc/known_bugs_and_limitations.xml +++ b/doc/book-enea-edge-release-info/doc/known_bugs_and_limitations.xml @@ -4,10 +4,9 @@ Known Issues and Limitations in this Release - Issues and limitations found in the Enea Edge - release: + + All issues may also affect previous releases. + @@ -18,34 +17,44 @@ - ELCCR-1733Logging into the Enea Edge Management - application over HTTP can fail, producing the error - You have been automatically logged out. If this - happens, the user should clear the JSESSIONID - browser's cookie or close and restart the browser. + ELCCR-1733Logging into the Enea Edge Management + application over HTTP can fail, producing the error You have + been automatically logged out. If this happens, the user + should clear the JSESSIONID browser's cookie or close + and restart the browser. - ELCCR-1753For tap interfaces, port numbers - assigned to VM bridge interfaces can change when the VMs are - restarted. + ELCCR-1753When using tap interfaces for + communicating over the bridge, port numbers assigned to VM interfaces + can change when the VMs are restarted. The only currently known + workaround is rebooting the uCPE device. + + + + ELCCR-1999Attempting to upload multiple files + simultaneously (e.g. a VNF image and custom scripts) in the Enea Edge + Management application will cause all upload operations to be canceled. + In order to avoid this limitation, please wait until any previous + upload finishes before initiating a new one. - LXCR-10922There is a very rare sporadic error on - the X553 SFP+ ethernet ports on Atom C3000 boards. This has been - verified on Supermicro A2SDi-TP8F boards. This sporadic error makes X553 - ethernet ports unusable until a target cold reset is performed. When the - error occurs in Enea Edge Runtime 2.5.0, there will be a warning printed - into console by the ixgbe driver as follows: - [ 11.361580] ixgbe 0000:0a:00.0: Warning firmware error detected FWSM: 0x8010801A - The only currently known workaround for this issue is a cold reset. + LXCR-10922A very rare error on some Atom C3000 + boards makes X553 SFP+ Ethernet ports unusable until a target cold reset + is performed. When the error occurs in Enea Edge Runtime 2.5.0, there + will be a warning printed into the console by the + ixgbe driver: + + [11.361580] ixgbe 0000:0a:00.0: Warning firmware error detected FWSM: 0x8010801A + + The only currently known workaround for this issue is a cold + reset. - Issues and limitations found in previous - releases of Enea Edge that still affect this current - release: + Limitations detected in previous releases, + that still affect this release: @@ -78,7 +87,7 @@ the VNF's domain XML. This impacts all example use cases where the Juniper VNF is used. - + ELCCR-912When the Enea Edge Management application is installed on CentOS 7, prior to C7.1804 (kernel version @@ -105,7 +114,7 @@ uninstallation, the Tomcat instance and Watchdog service will not be stopped automatically. Instead, they must be killed explicitly. - + ELCCR-1565Before starting an Enea Edge Management upgrade, any owned Tomcat certificates should be manually copied into @@ -156,36 +165,6 @@ before attempting again. - - STCR-6224The Enea Edge Automation Framework and - Test Harness do not support multiple custom scripts uploaded to a uCPE - device at the same time. - - - This limitation does not apply to Enea Edge Automation. It only - affects the Enea Edge Automation Framework and Test Harness. - - - - - STCR-6292Management of WAN Interfaces is not - implemented in the Enea Edge Automation Framework and Test - Harness. - - - - USERDOCAP-628The Enea Edge Automation Framework - and Test Harness do not have support for product features implemented in - Enea Edge 2.4.0 or newer. - - - This limitation does not apply to Enea Edge Automation. It only - affects the Enea Edge Automation Framework and Test Harness. Please - use the new Enea Edge Automation component if you want support for - newer features. - - - USERDOCAP-641Enea Edge does not have support for IPv6 addresses on both uCPE devices and the Enea Edge Management @@ -207,6 +186,31 @@ + The following limitations affect deprecated + components and their documentation: + + + + STCR-6224The Enea Edge Automation Framework and + Test Harness do not support multiple custom scripts uploaded to a uCPE + device at the same time. This limitation does not apply to Enea Edge + Automation. + + + + STCR-6292Management of WAN Interfaces is not + implemented in the Enea Edge Automation Framework and Test + Harness. This limitation does not apply to the Enea Edge Automation. + + + + USERDOCAP-628The Enea Edge Automation Framework + and Test Harness do not have support for product features implemented in + Enea Edge 2.4.0 or newer. Please use the new Enea Edge Automation + component if you want support for newer features. + + +