diff options
4 files changed, 26 insertions, 28 deletions
diff --git a/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/licenses.xml b/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/licenses.xml index d550178..31e8edb 100644 --- a/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/licenses.xml +++ b/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/licenses.xml | |||
@@ -74,8 +74,7 @@ | |||
74 | <section id="lic_0"> | 74 | <section id="lic_0"> |
75 | <title>ENEA-SRC-R2</title> | 75 | <title>ENEA-SRC-R2</title> |
76 | 76 | ||
77 | <para><programlisting> | 77 | <para><programlisting> Copyright (C) 2019 by Enea. |
78 | Copyright (C) 2019 by Enea. | ||
79 | All rights reserved. | 78 | All rights reserved. |
80 | 79 | ||
81 | This Software is furnished under a software license agreement and | 80 | This Software is furnished under a software license agreement and |
@@ -87,15 +86,13 @@ | |||
87 | This Software consists of confidential information. | 86 | This Software consists of confidential information. |
88 | Trade secret law and copyright law protect this Software. | 87 | Trade secret law and copyright law protect this Software. |
89 | The above notice of copyright on this Software does not indicate | 88 | The above notice of copyright on this Software does not indicate |
90 | any actual or intended publication of such Software. | 89 | any actual or intended publication of such Software.</programlisting></para> |
91 | </programlisting></para> | ||
92 | </section> | 90 | </section> |
93 | 91 | ||
94 | <section id="lic_1"> | 92 | <section id="lic_1"> |
95 | <title>ENEA-EXAMPLE-R2</title> | 93 | <title>ENEA-EXAMPLE-R2</title> |
96 | 94 | ||
97 | <para><programlisting> | 95 | <para><programlisting> Copyright (C) 2019 by Enea Software AB. |
98 | Copyright (C) 2019 by Enea Software AB. | ||
99 | All rights reserved. | 96 | All rights reserved. |
100 | 97 | ||
101 | This Example is furnished under a Software License Agreement and | 98 | This Example is furnished under a Software License Agreement and |
@@ -109,8 +106,7 @@ | |||
109 | DISCLAIMER | 106 | DISCLAIMER |
110 | This Example is delivered "AS IS", consequently | 107 | This Example is delivered "AS IS", consequently |
111 | Enea Software AB makes no representations or warranties, | 108 | Enea Software AB makes no representations or warranties, |
112 | expressed or implied, for the Example. | 109 | expressed or implied, for the Example.</programlisting></para> |
113 | </programlisting></para> | ||
114 | </section> | 110 | </section> |
115 | </section> | 111 | </section> |
116 | </chapter> \ No newline at end of file | 112 | </chapter> \ No newline at end of file |
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 d2c686a..4ab9cd1 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 | |||
@@ -583,19 +583,19 @@ Options: | |||
583 | 583 | ||
584 | <programlisting>{ | 584 | <programlisting>{ |
585 | "name": "intelc3850-2", | 585 | "name": "intelc3850-2", |
586 | "deviceId": "intelc3850-2", | ||
587 | "deviceGroupingTags": " ", | 586 | "deviceGroupingTags": " ", |
588 | "description": "", | 587 | "description": "", |
589 | "address": "192.168.1.100", | 588 | "address": "172.24.12.114", |
589 | "version": "2.3.0", | ||
590 | "port": "22", | 590 | "port": "22", |
591 | "username": "root", | 591 | "username": "root", |
592 | "password": "root", | 592 | "password": "root", |
593 | "certificate": null, | 593 | "certificate": null, |
594 | "passphrase": null, | 594 | "passphrase": null, |
595 | "callHome": "false", | 595 | "callHome": "false", |
596 | "maintMode": "false" | 596 | "maintMode": "false", |
597 | } | 597 | "deviceId": "intelc3850-2" |
598 | </programlisting> | 598 | }</programlisting> |
599 | </section> | 599 | </section> |
600 | 600 | ||
601 | <section id="run_py_mod"> | 601 | <section id="run_py_mod"> |
@@ -2429,11 +2429,11 @@ phase always-after-startup from inteld1521-6 | |||
2429 | <para>Example of a <filename>CONFIGSTORE</filename> json file:</para> | 2429 | <para>Example of a <filename>CONFIGSTORE</filename> json file:</para> |
2430 | 2430 | ||
2431 | <programlisting>{ | 2431 | <programlisting>{ |
2432 | "descr": "intelc3850-2", | 2432 | "descr": "intelc3850-2", |
2433 | "version": "2.2.2", | 2433 | "version": "2.3.0", |
2434 | "deviceGroupingTags": "", | 2434 | "deviceGroupingTags": "", |
2435 | "deviceId": "intelc3850-2", | 2435 | "deviceId": "intelc3850-2", |
2436 | "name": "intelc3850-2" | 2436 | "name": "intelc3850-2" |
2437 | }</programlisting> | 2437 | }</programlisting> |
2438 | </section> | 2438 | </section> |
2439 | 2439 | ||
diff --git a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/components.xml b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/components.xml index 884ea18..9b775a7 100644 --- a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/components.xml +++ b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/components.xml | |||
@@ -34,7 +34,7 @@ | |||
34 | <para>For more on Enea uCPE Manager installation instructions, please | 34 | <para>For more on Enea uCPE Manager installation instructions, please |
35 | refer to the section on how to <olink | 35 | refer to the section on how to <olink |
36 | targetdoc="book_enea_nfv_access_getting_started" | 36 | targetdoc="book_enea_nfv_access_getting_started" |
37 | targetptr="install_ucpe_manager">Install the Enea uCPE Manager in the | 37 | targetptr="install_ucpe_mg">Installing the Enea uCPE Manager in the |
38 | <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml" | 38 | <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml" |
39 | xmlns:xi="http://www.w3.org/2001/XInclude" | 39 | xmlns:xi="http://www.w3.org/2001/XInclude" |
40 | xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink> | 40 | xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink> |
@@ -72,8 +72,9 @@ | |||
72 | 72 | ||
73 | <para>For more on Enea NFV Access installation instructions, please | 73 | <para>For more on Enea NFV Access installation instructions, please |
74 | refer to chapter <olink targetdoc="book_enea_nfv_access_getting_started" | 74 | refer to chapter <olink targetdoc="book_enea_nfv_access_getting_started" |
75 | targetptr="access_installer">Getting Started with Enea NFV Access in the | 75 | targetptr="prep_usb_ena">Preparing the USB stick for installation of the |
76 | <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml" | 76 | Enea NFV Access Runtime Platform in the <xi:include |
77 | href="../../s_docbuild/olinkdb/pardoc-names.xml" | ||
77 | xmlns:xi="http://www.w3.org/2001/XInclude" | 78 | xmlns:xi="http://www.w3.org/2001/XInclude" |
78 | xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink> | 79 | xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink> |
79 | Manual.</para> | 80 | Manual.</para> |
diff --git a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/getting_started.xml b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/getting_started.xml index 735b7a9..4a3fb31 100644 --- a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/getting_started.xml +++ b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/getting_started.xml | |||
@@ -52,10 +52,11 @@ | |||
52 | </imageobject> | 52 | </imageobject> |
53 | </mediaobject> | 53 | </mediaobject> |
54 | </figure>The following enviroment setup is needed for running all tests | 54 | </figure>The following enviroment setup is needed for running all tests |
55 | defined in the <xi:include | 55 | defined in the <olink targetdoc="book_enea_nfv_access_getting_started" |
56 | href="../../s_docbuild/olinkdb/pardoc-common.xml" | 56 | targetptr="install_ucpe_mg">Installing the Enea uCPE Manager in the |
57 | <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml" | ||
57 | xmlns:xi="http://www.w3.org/2001/XInclude" | 58 | xmlns:xi="http://www.w3.org/2001/XInclude" |
58 | xpointer="element(book_enea_nfv_access_system_test_specification/1)" /> | 59 | xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink> |
59 | manual:</para> | 60 | manual:</para> |
60 | 61 | ||
61 | <para><emphasis role="bold">Lab Network | 62 | <para><emphasis role="bold">Lab Network |
@@ -87,8 +88,8 @@ | |||
87 | <note> | 88 | <note> |
88 | <para>For details on how to install the uCPE Manager, see <olink | 89 | <para>For details on how to install the uCPE Manager, see <olink |
89 | targetdoc="book_enea_nfv_access_getting_started" | 90 | targetdoc="book_enea_nfv_access_getting_started" |
90 | targetptr="install_ucpe_manager">Install the Enea uCPE Manager in | 91 | targetptr="install_ucpe_mg">Installing the Enea uCPE Manager in the |
91 | the <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml" | 92 | <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml" |
92 | xmlns:xi="http://www.w3.org/2001/XInclude" | 93 | xmlns:xi="http://www.w3.org/2001/XInclude" |
93 | xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink> | 94 | xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink> |
94 | Manual.</para> | 95 | Manual.</para> |
@@ -116,8 +117,8 @@ | |||
116 | <note> | 117 | <note> |
117 | <para>For information on how to install Enea NFV Access refer to | 118 | <para>For information on how to install Enea NFV Access refer to |
118 | <olink targetdoc="book_enea_nfv_access_getting_started" | 119 | <olink targetdoc="book_enea_nfv_access_getting_started" |
119 | targetptr="plat-release-content">Getting Started with Enea NFV | 120 | targetptr="prep_usb_ena">Preparing the USB stick for installation |
120 | Access in the <xi:include | 121 | of the Enea NFV Access Runtime Platform in the <xi:include |
121 | href="../../s_docbuild/olinkdb/pardoc-names.xml" | 122 | href="../../s_docbuild/olinkdb/pardoc-names.xml" |
122 | xmlns:xi="http://www.w3.org/2001/XInclude" | 123 | xmlns:xi="http://www.w3.org/2001/XInclude" |
123 | xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink> | 124 | xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink> |