diff options
3 files changed, 80 insertions, 49 deletions
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 ef46843..4a04ebd 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 | |||
@@ -153,4 +153,25 @@ | |||
153 | </listitem> | 153 | </listitem> |
154 | </itemizedlist> | 154 | </itemizedlist> |
155 | </section> | 155 | </section> |
156 | |||
157 | <section id="release-browsers"> | ||
158 | <title>Supported browsers</title> | ||
159 | |||
160 | <para>The current release has been tested on the following | ||
161 | browsers:</para> | ||
162 | |||
163 | <itemizedlist> | ||
164 | <listitem> | ||
165 | <para>Google Chrome v86</para> | ||
166 | </listitem> | ||
167 | |||
168 | <listitem> | ||
169 | <para>Mozilla Firefox v82</para> | ||
170 | </listitem> | ||
171 | |||
172 | <listitem> | ||
173 | <para>Microsoft Edge v84</para> | ||
174 | </listitem> | ||
175 | </itemizedlist> | ||
176 | </section> | ||
156 | </chapter> \ No newline at end of file | 177 | </chapter> \ No newline at end of file |
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 636af3f..79eb37f 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 | |||
@@ -33,20 +33,6 @@ | |||
33 | </listitem> | 33 | </listitem> |
34 | 34 | ||
35 | <listitem> | 35 | <listitem> |
36 | <para><remark>ELCCR-349</remark>If the uCPE Manager has not been | ||
37 | successfully installed originally or if the installed resources (files, | ||
38 | users, services, databases, environment variables, etc.) have been | ||
39 | manually changed/removed, the uninstallation may fail and some resources | ||
40 | will have to be removed manually.</para> | ||
41 | </listitem> | ||
42 | |||
43 | <listitem> | ||
44 | <para><remark>ELCCR-349</remark>Recovery in case of a failed uCPE | ||
45 | Manager uninstallation is not implemented. In case of a failure the | ||
46 | resources have to be removed manually.</para> | ||
47 | </listitem> | ||
48 | |||
49 | <listitem> | ||
50 | <para><remark>ELCCR-454</remark> For the uCPE Manager, only the default | 36 | <para><remark>ELCCR-454</remark> For the uCPE Manager, only the default |
51 | database is supported, any requests for alternative databases are custom | 37 | database is supported, any requests for alternative databases are custom |
52 | adaptations not tested by Enea.</para> | 38 | adaptations not tested by Enea.</para> |
@@ -65,16 +51,6 @@ | |||
65 | </listitem> | 51 | </listitem> |
66 | 52 | ||
67 | <listitem> | 53 | <listitem> |
68 | <para><remark>CPDX-3292</remark>The Factory Reset button in the uCPE | ||
69 | Manager is experimental as of the 2.2.2 release.</para> | ||
70 | </listitem> | ||
71 | |||
72 | <listitem> | ||
73 | <para><remark>ELCCR-119</remark>Multiple uCPE devices behind a firewall | ||
74 | or a gateway connecting with Call-Home are not supported.</para> | ||
75 | </listitem> | ||
76 | |||
77 | <listitem> | ||
78 | <para><remark>ELCCR-474</remark>Deleting VNF instances with flows | 54 | <para><remark>ELCCR-474</remark>Deleting VNF instances with flows |
79 | configured on the OVS bridges can be done only after removing the | 55 | configured on the OVS bridges can be done only after removing the |
80 | flows.</para> | 56 | flows.</para> |
@@ -94,12 +70,6 @@ | |||
94 | </listitem> | 70 | </listitem> |
95 | 71 | ||
96 | <listitem> | 72 | <listitem> |
97 | <para><remark>LXCR-????</remark>The Call Home functionality does not | ||
98 | support having multiple interfaces/routes that go from the device to the | ||
99 | uCPE Manager.</para> | ||
100 | </listitem> | ||
101 | |||
102 | <listitem> | ||
103 | <para><remark>LXCR-9853</remark>The WAN interface of a uCPE device needs | 73 | <para><remark>LXCR-9853</remark>The WAN interface of a uCPE device needs |
104 | to be connected to a network with at least a router/gateway installed | 74 | to be connected to a network with at least a router/gateway installed |
105 | for next-hop communication.</para> | 75 | for next-hop communication.</para> |
@@ -140,7 +110,7 @@ | |||
140 | <literal>igb_uio</literal> driver and the VM connected to the bridge has | 110 | <literal>igb_uio</literal> driver and the VM connected to the bridge has |
141 | other interfaces that use the <literal>vfio-pci</literal> driver (e.g. | 111 | other interfaces that use the <literal>vfio-pci</literal> driver (e.g. |
142 | SR-IOV/PCI-Passthrough), then the VM must be stopped before restarting | 112 | SR-IOV/PCI-Passthrough), then the VM must be stopped before restarting |
143 | the vCPE service on the device (<command>systemctl restart | 113 | the vCPE service on the device (<command>systemctl restart |
144 | vcpe</command>). Rebooting the device does not have this | 114 | vcpe</command>). Rebooting the device does not have this |
145 | restriction.</para> | 115 | restriction.</para> |
146 | </listitem> | 116 | </listitem> |
@@ -157,18 +127,14 @@ | |||
157 | </listitem> | 127 | </listitem> |
158 | 128 | ||
159 | <listitem> | 129 | <listitem> |
160 | <para><remark>STCR-6286</remark>The Call Home feature is not implemented | ||
161 | in the Automation Framework and the Test Harness.</para> | ||
162 | </listitem> | ||
163 | |||
164 | <listitem> | ||
165 | <para><remark>ELCCR-912</remark>Adding an upgrade image into the uCPE | 130 | <para><remark>ELCCR-912</remark>Adding an upgrade image into the uCPE |
166 | Manager (<literal>Device > Upgrade > Add</literal>) fails, producing the following | 131 | Manager (<literal>Device > Upgrade > Add</literal>) fails, |
167 | error <literal>ostree: symbol lookup error: /usr/local/lib/libostree-1.so.1: | 132 | producing the following error <literal>ostree: symbol lookup error: |
168 | undefined symbol: g_utf8_make_valid</literal>. This occurs when the uCPE Manager is | 133 | /usr/local/lib/libostree-1.so.1: undefined symbol: |
169 | installed on CentOS 7 prior to C7.1804 (kernel version < 3.10.0-862). | 134 | g_utf8_make_valid</literal>. This occurs when the uCPE Manager is |
170 | As a workaround, update glib2 to version 2.54.2 or later, using | 135 | installed on CentOS 7 prior to C7.1804 (kernel version < 3.10.0-862). |
171 | <command>#yum update glib2</command>.</para> | 136 | As a workaround, update glib2 to version 2.54.2 or later, using |
137 | <command>#yum update glib2</command>.</para> | ||
172 | </listitem> | 138 | </listitem> |
173 | 139 | ||
174 | <listitem condition="hidden"> | 140 | <listitem condition="hidden"> |
@@ -185,4 +151,4 @@ | |||
185 | 151 | ||
186 | <!-- <xi:include href="jiraissues_generated.xml" | 152 | <!-- <xi:include href="jiraissues_generated.xml" |
187 | xmlns:xi="http://www.w3.org/2001/XInclude" /> --> | 153 | xmlns:xi="http://www.w3.org/2001/XInclude" /> --> |
188 | </chapter> | 154 | </chapter> \ No newline at end of file |
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 a9a360c..2bc5825 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 | |||
@@ -10,14 +10,58 @@ | |||
10 | applicable.</para> | 10 | applicable.</para> |
11 | 11 | ||
12 | <section id="relinfo-changes-other"> | 12 | <section id="relinfo-changes-other"> |
13 | <title>New Features</title> | 13 | <title>New Features and Improvements</title> |
14 | 14 | ||
15 | <para><emphasis role="bold">New Features:</emphasis></para> | ||
16 | |||
15 | <itemizedlist> | 17 | <itemizedlist> |
16 | <listitem><para>Added support for running the uCPE Manager behind a NAT.</para></listitem> | 18 | <listitem> |
17 | <listitem><para>The Domain Upgrade Script supplied during VNF instantiation is now executed | 19 | <para><remark>CPDX-3385</remark>Support for managing multiple devices |
18 | after the virsh define command, in order to perform additional system configurations.</para></listitem> | 20 | behind a NAT. This includes improvements to the call-home feature and |
19 | <listitem><para>Corrections and improvements towards the content of previous NFV Access | 21 | the use of reverse SSH when creating an SSH session for a device |
20 | release.</para></listitem> | 22 | connected via call-home.</para> |
23 | </listitem> | ||
24 | |||
25 | <listitem> | ||
26 | <para><remark>CPDX-3314</remark>Enhanced support for handling multiple | ||
27 | WAN ports.</para> | ||
28 | </listitem> | ||
29 | |||
30 | <listitem> | ||
31 | <para><remark>CPDX-3476</remark>Added an operation for collecting uCPE | ||
32 | device logs and state information, for use in troubleshooting NFV Access | ||
33 | device issues.</para> | ||
34 | </listitem> | ||
35 | </itemizedlist> | ||
36 | |||
37 | <para><emphasis role="bold">Improvements:</emphasis></para> | ||
38 | |||
39 | <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> | ||
62 | <para><remark>ELCCR-354</remark>Improved uCPE Manager instance recovery | ||
63 | from a faulty state, through the System Backup functionality.</para> | ||
64 | </listitem> | ||
21 | </itemizedlist> | 65 | </itemizedlist> |
22 | </section> | 66 | </section> |
23 | 67 | ||