summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/book-enea-nfv-access-release-info/doc/about_release.xml58
-rw-r--r--doc/book-enea-nfv-access-release-info/doc/eltf_params_updated.xml16
-rw-r--r--doc/book-enea-nfv-access-release-info/doc/main_changes.xml10
3 files changed, 34 insertions, 50 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 b76f3ff..df1d831 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
@@ -1,4 +1,4 @@
1<?xml version="1.0" encoding="ISO-8859-1"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<chapter id="relinfo-about-release"> 4<chapter id="relinfo-about-release">
@@ -6,8 +6,8 @@
6 6
7 <para>Enea NFV Access <xi:include href="eltf_params_updated.xml" 7 <para>Enea NFV Access <xi:include href="eltf_params_updated.xml"
8 xmlns:xi="http://www.w3.org/2001/XInclude" 8 xmlns:xi="http://www.w3.org/2001/XInclude"
9 xpointer="element(EneaLinux_REL_VER/1)" /> is a maintenance update to Enea 9 xpointer="element(EneaLinux_REL_VER/1)" /> includes following
10 NFV Access 1.0 with the major changes listed below:<remark>INFO <emphasis 10 components:<remark>INFO <emphasis
11 role="bold">eltf_params_updated.xml</emphasis> contains many parameters in 11 role="bold">eltf_params_updated.xml</emphasis> contains many parameters in
12 the book, also in the open source books, and MUST be created FROM <emphasis 12 the book, also in the open source books, and MUST be created FROM <emphasis
13 role="bold">eltf_params_template.xml</emphasis>. The parameters are 13 role="bold">eltf_params_template.xml</emphasis>. The parameters are
@@ -19,32 +19,16 @@
19 19
20 <itemizedlist> 20 <itemizedlist>
21 <listitem> 21 <listitem>
22 <para>Key Component updates:</para> 22 <para>DPDK 17.08</para>
23
24 <itemizedlist>
25 <listitem>
26 <para>DPDK 17.08</para>
27 </listitem>
28
29 <listitem>
30 <para>OVS 2.8</para>
31 </listitem>
32 </itemizedlist>
33 </listitem> 23 </listitem>
34 24
35 <listitem> 25 <listitem>
36 <para>Feature Extensions:</para> 26 <para>OVS 2.8</para>
37 27 </listitem>
38 <itemizedlist>
39 <listitem>
40 <para>Element ODM: FCAPS framework with NETCONF and Yang.</para>
41 </listitem>
42 28
43 <listitem> 29 <listitem>
44 <para>EdgeLink Netconf (beta): NETCONF based VNF lifecycle 30 <para>Edge Link Netconf (beta): NETCONF based VNF lifecycle Management
45 Management Tool.</para> 31 Tool.</para>
46 </listitem>
47 </itemizedlist>
48 </listitem> 32 </listitem>
49 33
50 <listitem> 34 <listitem>
@@ -108,10 +92,11 @@
108 pre-built kernels and images, a bootloader and a SDK. The directories 92 pre-built kernels and images, a bootloader and a SDK. The directories
109 structure is detailed below:</para> 93 structure is detailed below:</para>
110 94
111 <programlisting>-- documentation/ 95 <programlisting>-- Documentation/
112 /* Enea NFV Access documentation */ 96 /* Enea NFV Access documentation */
113-- x86-64 /* architecture */ 97-- README
114 -- inteld1521/ 98-- aarch64 /* architecture */
99 -- cn8304/
115 /* artifacts for the host side */ 100 /* artifacts for the host side */
116 -- deb/ 101 -- deb/
117 /* deb packages */ 102 /* deb packages */
@@ -125,7 +110,7 @@
125 for developing, debugging and profiling applications and 110 for developing, debugging and profiling applications and
126 kernel modules */ 111 kernel modules */
127 -- various artifacts 112 -- various artifacts
128 -- qemux86-64 113 -- qemuarm64
129 /* artifacts for the guest side */ 114 /* artifacts for the guest side */
130 -- deb/ 115 -- deb/
131 /* deb packages */ 116 /* deb packages */
@@ -145,18 +130,14 @@
145 -- install-sdk.sh 130 -- install-sdk.sh
146 /* self-extracting archive installing cross-compilation 131 /* self-extracting archive installing cross-compilation
147 toolchain for the platform */ 132 toolchain for the platform */
148 -- nfv-installer 133</programlisting>
149 /* Various tools assisting in booting Enea NFV Access */
150 -- script-installer
151 /* installer tool intended for creating a bootable Enea
152 NFV Access installation on a physical media */</programlisting>
153 134
154 <para>For each combination of image and target, the following set of 135 <para>For each combination of image and target, the following set of
155 artifacts is available:</para> 136 artifacts is available:</para>
156 137
157 <programlisting>-- bzImage 138 <programlisting>-- Image
158 /* kernel image */ 139 /* kernel image */
159-- bzImage-target.bin 140-- Image-target.bin
160 /* kernel image, same as above */ 141 /* kernel image, same as above */
161-- config-target.config 142-- config-target.config
162 /* kernel configuration file */ 143 /* kernel configuration file */
@@ -170,8 +151,7 @@
170 /* tar archive of the image */ 151 /* tar archive of the image */
171-- modules-&lt;target&gt;.tgz 152-- modules-&lt;target&gt;.tgz
172 /* external kernel modules */ 153 /* external kernel modules */
173-- grub-efi-bootx64.efi 154</programlisting>
174 /* GRUB EFI file */</programlisting>
175 </section> 155 </section>
176 156
177 <section id="relinfo-supported-host-environment"> 157 <section id="relinfo-supported-host-environment">
@@ -200,7 +180,7 @@
200 <title>Provided Toolchain(s) (SDK)</title> 180 <title>Provided Toolchain(s) (SDK)</title>
201 181
202 <para>The provided SDK contains toolchains supporting cross-compilation of 182 <para>The provided SDK contains toolchains supporting cross-compilation of
203 applications for both the host and the guest targets on an x86-64 183 applications for both the host and the guest targets on an arm64
204 machine.</para> 184 machine.</para>
205 185
206 <para><remark>(Possibly add this in later) See the <trademark 186 <para><remark>(Possibly add this in later) See the <trademark
diff --git a/doc/book-enea-nfv-access-release-info/doc/eltf_params_updated.xml b/doc/book-enea-nfv-access-release-info/doc/eltf_params_updated.xml
index e6d3929..0f03d8c 100644
--- a/doc/book-enea-nfv-access-release-info/doc/eltf_params_updated.xml
+++ b/doc/book-enea-nfv-access-release-info/doc/eltf_params_updated.xml
@@ -1,4 +1,4 @@
1<?xml version="1.0" encoding="ISO-8859-1"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 2<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<section id="eltf_created_params"> 4<section id="eltf_created_params">
@@ -42,7 +42,7 @@ export PATH=~/bin:$PATH</programlisting></para>
42 correct also compared to the "previous" REL VER in pardoc-distro.xml 42 correct also compared to the "previous" REL VER in pardoc-distro.xml
43 "prev_baseline".</bridgehead> 43 "prev_baseline".</bridgehead>
44 44
45 <para id="EneaLinux_REL_VER"><phrase>1.1</phrase></para> 45 <para id="EneaLinux_REL_VER"><phrase>1.1.1</phrase></para>
46 46
47 <para id="Yocto_VER"><phrase>2.1</phrase></para> 47 <para id="Yocto_VER"><phrase>2.1</phrase></para>
48 48
@@ -95,7 +95,7 @@ repo sync</programlisting></para>
95 NFV Access release.</para> 95 NFV Access release.</para>
96 96
97 <section id="eltf-target-table-D-1521"> 97 <section id="eltf-target-table-D-1521">
98 <title>MACHINE Intel Xeon D-1521 - Information</title> 98 <title>MACHINE OCTEON TX cn8304 - Information</title>
99 99
100 <para><informaltable> 100 <para><informaltable>
101 <tgroup cols="2"> 101 <tgroup cols="2">
@@ -107,21 +107,21 @@ repo sync</programlisting></para>
107 <row> 107 <row>
108 <entry>Target official name</entry> 108 <entry>Target official name</entry>
109 109
110 <entry>Intel Xeon D-1521</entry> 110 <entry>OCTEON TX cn8304</entry>
111 </row> 111 </row>
112 112
113 <row> 113 <row>
114 <entry>Architecture and Description</entry> 114 <entry>Architecture and Description</entry>
115 115
116 <entry>x86-64</entry> 116 <entry>arm64</entry>
117 </row> 117 </row>
118 118
119 <row> 119 <row>
120 <entry>Link to target datasheet</entry> 120 <entry>Link to target datasheet</entry>
121 121
122 <entry>See link to <ulink 122 <entry>See link to <ulink
123 url="https://ark.intel.com/products/91202/Intel-Xeon-Processor-D-1521-6M-Cache-2_40-GHz">Intel's 123 url="http://www.cavium.com/OCTEON-TX-CN82XX-83XX.html">OCTEON
124 datasheet</ulink></entry> 124 TX™ cn8304 datasheet</ulink></entry>
125 </row> 125 </row>
126 126
127 <row> 127 <row>
@@ -153,4 +153,4 @@ repo sync</programlisting></para>
153 </informaltable></para> 153 </informaltable></para>
154 </section> 154 </section>
155 </section> 155 </section>
156</section> \ No newline at end of file 156</section>
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 a0cf1c5..6a453a0 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
@@ -1,4 +1,4 @@
1<?xml version="1.0" encoding="ISO-8859-1"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<chapter id="relinfo-changes"> 4<chapter id="relinfo-changes">
@@ -23,6 +23,10 @@
23 <listitem> 23 <listitem>
24 <para>OVS 2.8</para> 24 <para>OVS 2.8</para>
25 </listitem> 25 </listitem>
26
27 <listitem>
28 <para>ODP</para>
29 </listitem>
26 </itemizedlist> 30 </itemizedlist>
27 </listitem> 31 </listitem>
28 32
@@ -107,8 +111,8 @@
107 <section id="relinfo-backward-compat"> 111 <section id="relinfo-backward-compat">
108 <title>Compatibility</title> 112 <title>Compatibility</title>
109 113
110 <para>Due to the fact that ODP and OFP are not included in this release, 114 <para>Due to the fact that OFP is not included in this release, any
111 any applications dependent on these components are not compatible with the 115 applications dependent on these components are not compatible with the
112 current release.</para> 116 current release.</para>
113 </section> 117 </section>
114</chapter> \ No newline at end of file 118</chapter> \ No newline at end of file