summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/introduction.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-nfv-access-vnf-onboarding-guide/doc/introduction.xml')
-rw-r--r--doc/book-enea-nfv-access-vnf-onboarding-guide/doc/introduction.xml90
1 files changed, 0 insertions, 90 deletions
diff --git a/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/introduction.xml b/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/introduction.xml
deleted file mode 100644
index d216d7a..0000000
--- a/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/introduction.xml
+++ /dev/null
@@ -1,90 +0,0 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<chapter id="intro">
3 <title>Introduction</title>
4
5 <para>This document describes the process of onboarding a new VNF onto the
6 Enea uCPE Manager so that it can subsequently instantiate and run the VNF on
7 one or more uCPE devices.</para>
8
9 <section id="prereq">
10 <title>Prerequisites</title>
11
12 <para>In order to onboard a new VNF into the Enea uCPE Manager VNF
13 catalog, specific prerequisites must be known and met:</para>
14
15 <itemizedlist spacing="compact">
16 <listitem>
17 <para>Access to the VNF QCOW2 image.</para>
18 </listitem>
19
20 <listitem>
21 <para>VNF Flavor information:</para>
22
23 <itemizedlist spacing="compact">
24 <listitem>
25 <para>Amount of RAM required.</para>
26 </listitem>
27
28 <listitem>
29 <para>Number of vCPUs needed.</para>
30 </listitem>
31
32 <listitem>
33 <para>Size of disk required.</para>
34 </listitem>
35 </itemizedlist>
36 </listitem>
37
38 <listitem>
39 <para>Network configuration:</para>
40
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Number of Network Interfaces to be used for the VNF.</para>
44 </listitem>
45
46 <listitem>
47 <para>The roles of each network interface (MGMT, WAN, LAN).</para>
48 </listitem>
49
50 <listitem>
51 <para>Driver access for each Network Interface (DPDK, SR-IOV or
52 PCI Passthrough).</para>
53 </listitem>
54
55 <listitem>
56 <para>IP Configuration for each Network Interface (DHCP, Static
57 IP).</para>
58 </listitem>
59 </itemizedlist>
60 </listitem>
61
62 <listitem>
63 <para>Day zero configuration method for the VNF:</para>
64
65 <itemizedlist spacing="compact">
66 <listitem>
67 <para>Cloud-Init, ConfigDrive, NoCloud, raw ISO or none.</para>
68 </listitem>
69
70 <listitem>
71 <para>Cloud-Init mount method (CDROM or disk).</para>
72 </listitem>
73
74 <listitem>
75 <para>Cloud-Init file structure to be used.</para>
76 </listitem>
77
78 <listitem>
79 <para>Availability of a VNF specific day-zero configuration for
80 setting up the VNFs day zero settings.</para>
81 </listitem>
82 </itemizedlist>
83 </listitem>
84 </itemizedlist>
85
86 <para>All this information is provided with each VNF's Getting Started
87 Guide, with configurations typically specific to the intended use case of
88 the VNF.</para>
89 </section>
90</chapter>