summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiruna Paun <Miruna.Paun@enea.com>2017-08-04 16:33:03 +0200
committerMiruna Paun <Miruna.Paun@enea.com>2017-08-04 16:33:03 +0200
commite316dd5e905dd4b1c5f0759a1e9b6db52b0f77a1 (patch)
tree337f3c3d4cbadb9f2e63e3675af880333282bb9c
parent50d9ff36a6f4f48007bc6fd7fbcb345e818ac57e (diff)
downloadel_releases-common-e316dd5e905dd4b1c5f0759a1e9b6db52b0f77a1.tar.gz
Moved security_fixes, supported_host_environ, sys_req_prereq to this repo
USERDOCAP-224 Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
-rw-r--r--doc/security_fixes.xml10
-rw-r--r--doc/supported_host_environment.xml17
-rw-r--r--doc/system_requirements_prerequisites.xml34
3 files changed, 61 insertions, 0 deletions
diff --git a/doc/security_fixes.xml b/doc/security_fixes.xml
new file mode 100644
index 0000000..1011fba
--- /dev/null
+++ b/doc/security_fixes.xml
@@ -0,0 +1,10 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<section id="relinfo-security-fixes">
3 <title>Security Fixes</title>
4
5 <para>See <ulink
6 url="http://www.enea.com/solutions/Enea-Linux/Security/CVEs-list">List of
7 CVEs addressed in this release</ulink> and <ulink
8 url="http://www.enea.com/solutions/Enea-Linux/Security#how-to-get-security-updates">How
9 to Get Security Updates</ulink>.</para>
10</section> \ No newline at end of file
diff --git a/doc/supported_host_environment.xml b/doc/supported_host_environment.xml
new file mode 100644
index 0000000..275960e
--- /dev/null
+++ b/doc/supported_host_environment.xml
@@ -0,0 +1,17 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<section id="relinfo-supported-host-environment">
3 <title>Supported Host Environment</title>
4
5 <itemizedlist>
6 <listitem>
7 <para>Ubuntu 14.04 LTS, 64-bit<remark>Hardcoded now in this XML file.
8 Might be moved to the parameter file later.</remark><remark>INFO Below
9 is a complete section with ID "eltf-target-tables-section" included from
10 elft_params_updated.xml. It contains a variable number of target tables
11 and the section title should be "Supported Targets with Parameters". It
12 has have a short sentence about what it is in the beginning. The
13 subtitles shall have the directory name of the target in the
14 manifest.</remark></para>
15 </listitem>
16 </itemizedlist>
17</section> \ No newline at end of file
diff --git a/doc/system_requirements_prerequisites.xml b/doc/system_requirements_prerequisites.xml
new file mode 100644
index 0000000..f598693
--- /dev/null
+++ b/doc/system_requirements_prerequisites.xml
@@ -0,0 +1,34 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<chapter id="sys-req-prerequisites">
5 <title>System Requirements and Prerequisites</title>
6
7 <para>Using Enea NFV Access or compiling applications requires that your git
8 environment be setup properly and for certain packages to be installed on
9 your NFV Access development host.</para>
10
11 <para>Please refer to <ulink
12 url="https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup">Getting
13 Started - First-Time Git Setup</ulink>, for more details on how to set up
14 your git environment correctly, including how to set your identity using the
15 following commands:</para>
16
17 <programlisting>$ git config --global user.name "John Doe"
18$ git config --global user.email johndoe@example.com</programlisting>
19
20 <para>First ensure the system is up-to-date, then for the supported
21 distribution(s), you need the following packages:<remark>INFO: The
22 programlisting below is a parameters in eltf_params_updated.xml with ID:
23 "eltf-prereq-apt-get-command-host". If multiple hosts are supported, store
24 the commands for each host in the same programlisting with empty lines
25 between each - the comment with the FULL HOST name and version is
26 essential.</remark></para>
27
28 <xi:include href="eltf_params_updated.xml"
29 xmlns:xi="http://www.w3.org/2001/XInclude"
30 xpointer="element(eltf-prereq-apt-get-commands-host/1)" />
31
32 <xi:include href="system_requirements.xml"
33 xmlns:xi="http://www.w3.org/2001/XInclude" />
34</chapter> \ No newline at end of file