summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml15
-rw-r--r--doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml5
-rw-r--r--doc/book-enea-nfv-access-open-source/doc/licenses.xml32
-rw-r--r--doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml10
4 files changed, 50 insertions, 12 deletions
diff --git a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml
index 2a4cc8a..5088e9c 100644
--- a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml
+++ b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml
@@ -13,8 +13,8 @@
13 adding uCPE device(s), receiving uCPE events' reports, removing a uCPE 13 adding uCPE device(s), receiving uCPE events' reports, removing a uCPE
14 device, waiting for a uCPE device to connect to the uCPE Manager, as well 14 device, waiting for a uCPE device to connect to the uCPE Manager, as well
15 as scripts for adding and removing an offline configuration store. This 15 as scripts for adding and removing an offline configuration store. This
16 folder also contains scripts for uploading and removing an NFVA image into 16 folder also contains scripts for uploading and removing an NFVA image into
17 the uCPE Manager, and for installing and activating a NFVA image on a uCPE 17 the uCPE Manager, and for installing and activating a NFVA image on a uCPE
18 Device.</para> 18 Device.</para>
19 19
20 <para>The <literal>/customScripts</literal> folder contains Python scripts 20 <para>The <literal>/customScripts</literal> folder contains Python scripts
@@ -55,7 +55,7 @@
55 55
56 <para>The <literal>/unittestSuite/vnf_config</literal> directory contains 56 <para>The <literal>/unittestSuite/vnf_config</literal> directory contains
57 symlinks for the Fortigate license file and for the 57 symlinks for the Fortigate license file and for the
58 <literal>/vnf_config/fortigateImage</literal> folder. </para> 58 <literal>/vnf_config/fortigateImage</literal> folder.</para>
59 59
60 <para>The <literal>/vnf</literal> folder contains Python scripts for 60 <para>The <literal>/vnf</literal> folder contains Python scripts for
61 onboarding and offboarding a VNF image, instantiating a VNF, controlling a 61 onboarding and offboarding a VNF image, instantiating a VNF, controlling a
@@ -1629,6 +1629,15 @@ License("vnf_config/fortigateImage/fortigateLicense.lic")
1629 <para>How to Control a VNF instance from the Enea uCPE Manager is 1629 <para>How to Control a VNF instance from the Enea uCPE Manager is
1630 detailed below.</para> 1630 detailed below.</para>
1631 1631
1632 <note>
1633 <para>If a sequence of commands aiming to change the state of the VNF
1634 (start/stop/suspend/shutdown) is issued rapidly, certain VNFs might become
1635 unresponsive. Depending on the actual VNF, the time required between
1636 life-cycle operations may vary from several seconds to half a minute
1637 or even more. If a VNF becomes unresponsive, the only possible action
1638 is to "Force Delete" the instance from the uCPE Manager.</para>
1639 </note>
1640
1632 <section id="script_opts_control"> 1641 <section id="script_opts_control">
1633 <title>Script Options</title> 1642 <title>Script Options</title>
1634 1643
diff --git a/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml b/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml
index 2acc009..a732129 100644
--- a/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml
+++ b/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml
@@ -1459,6 +1459,11 @@ userdel postgres</programlisting>
1459 </itemizedlist> 1459 </itemizedlist>
1460 </listitem> 1460 </listitem>
1461 </orderedlist> 1461 </orderedlist>
1462
1463 <note>
1464 <para>When the device activates the upgrade, it will be rebooted
1465 automatically.</para>
1466 </note>
1462 </section> 1467 </section>
1463 1468
1464 <section id="check_releases"> 1469 <section id="check_releases">
diff --git a/doc/book-enea-nfv-access-open-source/doc/licenses.xml b/doc/book-enea-nfv-access-open-source/doc/licenses.xml
index 5bc2da0..5b272a2 100644
--- a/doc/book-enea-nfv-access-open-source/doc/licenses.xml
+++ b/doc/book-enea-nfv-access-open-source/doc/licenses.xml
@@ -590,6 +590,12 @@ specific documentation.-->
590 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry> 590 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
591</row> 591</row>
592<row> 592<row>
593 <entry>gcc-runtime</entry>
594 <entry>7.3.0</entry>
595 <entry>Runtime libraries from GCC.</entry>
596 <entry>GPL-3.0-with-GCC-exception</entry>
597</row>
598<row>
593 <entry>gcc-source-7.3.0</entry> 599 <entry>gcc-source-7.3.0</entry>
594 <entry>7.3.0</entry> 600 <entry>7.3.0</entry>
595 <entry>GNU cc and gcc C compilers.</entry> 601 <entry>GNU cc and gcc C compilers.</entry>
@@ -598,8 +604,8 @@ specific documentation.-->
598<row> 604<row>
599 <entry>gcc</entry> 605 <entry>gcc</entry>
600 <entry>7.3.0</entry> 606 <entry>7.3.0</entry>
601 <entry>Runtime libraries from GCC.</entry> 607 <entry>GNU cc and gcc C compilers.</entry>
602 <entry>GPL-3.0-with-GCC-exception</entry> 608 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
603</row> 609</row>
604<row> 610<row>
605 <entry>gdbm</entry> 611 <entry>gdbm</entry>
@@ -1166,6 +1172,12 @@ specific documentation.-->
1166 <entry> Artistic-1.0, GPL-1.0</entry> 1172 <entry> Artistic-1.0, GPL-1.0</entry>
1167</row> 1173</row>
1168<row> 1174<row>
1175 <entry>libgcc-initial</entry>
1176 <entry>7.3.0</entry>
1177 <entry>GNU cc and gcc C compilers.</entry>
1178 <entry>GPL-3.0-with-GCC-exception</entry>
1179</row>
1180<row>
1169 <entry>libgcc</entry> 1181 <entry>libgcc</entry>
1170 <entry>7.3.0</entry> 1182 <entry>7.3.0</entry>
1171 <entry>GNU cc and gcc C compilers.</entry> 1183 <entry>GNU cc and gcc C compilers.</entry>
@@ -3917,11 +3929,13 @@ Section 8 -- Interpretation.
3917 3929
3918======================================================================= 3930=======================================================================
3919 3931
3920Creative Commons is not a party to its public licenses. 3932Creative Commons is not a party to its public
3921Notwithstanding, Creative Commons may elect to apply one of its public 3933licenses. Notwithstanding, Creative Commons may elect to apply one of
3922licenses to material it publishes and in those instances will be 3934its public licenses to material it publishes and in those instances
3923considered the "Licensor." Except for the limited purpose of indicating 3935will be considered the &rdquor;Licensor.&rdquo; The text of the Creative Commons
3924that material is shared under a Creative Commons public license or as 3936public licenses is dedicated to the public domain under the CC0 Public
3937Domain Dedication. Except for the limited purpose of indicating that
3938material is shared under a Creative Commons public license or as
3925otherwise permitted by the Creative Commons policies published at 3939otherwise permitted by the Creative Commons policies published at
3926creativecommons.org/policies, Creative Commons does not authorize the 3940creativecommons.org/policies, Creative Commons does not authorize the
3927use of the trademark "Creative Commons" or any other trademark or logo 3941use of the trademark "Creative Commons" or any other trademark or logo
@@ -3929,8 +3943,8 @@ of Creative Commons without its prior written consent including,
3929without limitation, in connection with any unauthorized modifications 3943without limitation, in connection with any unauthorized modifications
3930to any of its public licenses or any other arrangements, 3944to any of its public licenses or any other arrangements,
3931understandings, or agreements concerning use of licensed material. For 3945understandings, or agreements concerning use of licensed material. For
3932the avoidance of doubt, this paragraph does not form part of the public 3946the avoidance of doubt, this paragraph does not form part of the
3933licenses. 3947public licenses.
3934 3948
3935Creative Commons may be contacted at creativecommons.org. 3949Creative Commons may be contacted at creativecommons.org.
3936</programlisting></para></section> 3950</programlisting></para></section>
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 ec2c584..9b1c740 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
@@ -160,6 +160,16 @@
160 in the Automation Framework and the Test Harness.</para> 160 in the Automation Framework and the Test Harness.</para>
161 </listitem> 161 </listitem>
162 162
163 <listitem>
164 <para><remark>ELCCR-912</remark>Adding an upgrade image into the uCPE
165 Manager (<literal>Device &gt; Upgrade &gt; Add</literal>) fails, producing the following
166 error <literal>ostree: symbol lookup error: /usr/local/lib/libostree-1.so.1:
167 undefined symbol: g_utf8_make_valid</literal>. This occurs when the uCPE Manager is
168 installed on CentOS 7 prior to C7.1804 (kernel version &lt; 3.10.0-862).
169 As a workaround, update glib2 to version 2.54.2 or later, using
170 <command>#yum update glib2</command>.</para>
171 </listitem>
172
163 <listitem condition="hidden"> 173 <listitem condition="hidden">
164 <para><emphasis role="bold">PDF navigation</emphasis>: When using links 174 <para><emphasis role="bold">PDF navigation</emphasis>: When using links
165 to open other PDFs, or jump to another place in the same PDF, jumping 175 to open other PDFs, or jump to another place in the same PDF, jumping