summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-edge-automation-user-guide/doc/overview.xml
diff options
context:
space:
mode:
authormrpa <miruna.paun@enea.com>2021-09-08 17:10:09 +0200
committermrpa <miruna.paun@enea.com>2021-09-08 17:10:09 +0200
commit54386e07a52582e58b3c4fb24e6cbc8bd0c6a795 (patch)
tree4e137883a25ec002a417b8d7809cac968fcce868 /doc/book-enea-edge-automation-user-guide/doc/overview.xml
parent43021dae86481d75899c7e512f6d2f9cd9dce48a (diff)
parent1677f82bb972ba060630cd1c08394459f9bb751b (diff)
downloadnfv-access-documentation-54386e07a52582e58b3c4fb24e6cbc8bd0c6a795.tar.gz
Merge the code from develop to master for 2.5.0demo_CPDX-3644demo_CPDX-3634
Change-Id: I47ebb99993f4603ef34f2366f679cc267bf0c995
Diffstat (limited to 'doc/book-enea-edge-automation-user-guide/doc/overview.xml')
-rw-r--r--doc/book-enea-edge-automation-user-guide/doc/overview.xml205
1 files changed, 205 insertions, 0 deletions
diff --git a/doc/book-enea-edge-automation-user-guide/doc/overview.xml b/doc/book-enea-edge-automation-user-guide/doc/overview.xml
new file mode 100644
index 0000000..78e5e82
--- /dev/null
+++ b/doc/book-enea-edge-automation-user-guide/doc/overview.xml
@@ -0,0 +1,205 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<chapter id="overview">
3 <title>Overview</title>
4
5 <para>This document describes the Enea Edge Automation for Enea Edge, along
6 with instructions regarding the necessary steps to run these software
7 tools.</para>
8
9 <section id="descrip">
10 <title>Description</title>
11
12 <para>The Enea Edge Automation complements the Enea Edge Management GUI
13 and uses the northbound REST APIs, given to provide full usability of the
14 Enea Edge Management features.</para>
15
16 <para>The Enea Edge Automation includes an Automation Framework (AF)
17 component, providing a way for driving configuration with Python
18 scripting, and a Test Harness (TH) component, based on Ansible Playbooks
19 to complete different test cases.</para>
20
21 <para>The Test Harness makes use of the Automation Framework Python
22 modules and/or direct commands on the uCPE devices running the Enea Edge
23 Runtime.</para>
24 </section>
25
26 <section id="def_acro">
27 <title>Definitions and Acronyms</title>
28
29 <table>
30 <title>Definitions</title>
31
32 <tgroup cols="2">
33 <colspec align="left" />
34
35 <thead>
36 <row>
37 <entry align="center">Component</entry>
38
39 <entry align="center">Description</entry>
40 </row>
41 </thead>
42
43 <tbody>
44 <row>
45 <entry>Enea Edge</entry>
46
47 <entry>Enea NFVI software platform.</entry>
48 </row>
49
50 <row>
51 <entry>Enea Edge Runtime</entry>
52
53 <entry>A lightweight, multi-architecture virtualization platform,
54 supporting Virtual Machines.</entry>
55 </row>
56
57 <row>
58 <entry>Enea Edge Management</entry>
59
60 <entry>Enea Universal Customer Premises Equipment Manager.</entry>
61 </row>
62
63 <row>
64 <entry>Enea Edge Automation</entry>
65
66 <entry>Enea Edge framework for automated deployment and
67 testing.</entry>
68 </row>
69 </tbody>
70 </tgroup>
71 </table>
72
73 <table>
74 <title>Acronyms</title>
75
76 <tgroup cols="2">
77 <colspec align="left" />
78
79 <thead>
80 <row>
81 <entry align="center">Component</entry>
82
83 <entry align="center">Description</entry>
84 </row>
85 </thead>
86
87 <tbody>
88 <row>
89 <entry>AF</entry>
90
91 <entry>Automation Framework.</entry>
92 </row>
93
94 <row>
95 <entry>API</entry>
96
97 <entry>Application Programming Interface.</entry>
98 </row>
99
100 <row>
101 <entry>DHCP</entry>
102
103 <entry>Dynamic Host Configuration Protocol.</entry>
104 </row>
105
106 <row>
107 <entry>DPDK</entry>
108
109 <entry>Data Plane Development Kit.</entry>
110 </row>
111
112 <row>
113 <entry>FQDN </entry>
114
115 <entry>Fully Qualified Domain Name.</entry>
116 </row>
117
118 <row>
119 <entry>FTP</entry>
120
121 <entry>File Transfer Protocol.</entry>
122 </row>
123
124 <row>
125 <entry>GUI</entry>
126
127 <entry>Graphical User Interface.</entry>
128 </row>
129
130 <row>
131 <entry>IP</entry>
132
133 <entry>Internet Protocol.</entry>
134 </row>
135
136 <row>
137 <entry>JSON</entry>
138
139 <entry>JavaScript Object Notation.</entry>
140 </row>
141
142 <row>
143 <entry>NIC</entry>
144
145 <entry>Network Interface Card.</entry>
146 </row>
147
148 <row>
149 <entry>NETCONF</entry>
150
151 <entry>Network Configuration Protocol.</entry>
152 </row>
153
154 <row>
155 <entry>NFV</entry>
156
157 <entry>Network Functions Virtualization.</entry>
158 </row>
159
160 <row>
161 <entry>OVS</entry>
162
163 <entry>Open vSwitch.</entry>
164 </row>
165
166 <row>
167 <entry>REST</entry>
168
169 <entry>Representational State Transfer.</entry>
170 </row>
171
172 <row>
173 <entry>SR-IOV</entry>
174
175 <entry>Single Root Input/Output Virtualization.</entry>
176 </row>
177
178 <row>
179 <entry>SSH</entry>
180
181 <entry>Secure Shell.</entry>
182 </row>
183
184 <row>
185 <entry>TH</entry>
186
187 <entry>Test Harness.</entry>
188 </row>
189
190 <row>
191 <entry>VCPE</entry>
192
193 <entry>Virtual Customer Premises Equipment.</entry>
194 </row>
195
196 <row>
197 <entry>VNF</entry>
198
199 <entry>Virtualized Network Function.</entry>
200 </row>
201 </tbody>
202 </tgroup>
203 </table>
204 </section>
205</chapter> \ No newline at end of file