summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-nfv-access-vnf-onboarding-guide
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2019-05-17 09:11:48 +0200
committerMartin Borg <martin.borg@enea.com>2019-05-24 13:42:42 +0200
commit2a82dce62ef9e3b7502e83d930bbd5c6c4553fcf (patch)
treea55ea19663b82d0f4eb8bfe531fe00ac19da24fc /doc/book-enea-nfv-access-vnf-onboarding-guide
parent9b97864a55e2720ac5c1c81570b09974f34c20ef (diff)
downloadel_releases-nfv-access-2a82dce62ef9e3b7502e83d930bbd5c6c4553fcf.tar.gz
replace target, uCPE with uCPE device
- Use unified terms to refer to uCPE device throughout all documentation - Replace "instantiation" with "Create" in instantiation.xml ch 3.1 it is actually "Create" button which deploys the VNF. Change-Id: Ia872a79f0bd57552640225b9412f5479f93edeff Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Diffstat (limited to 'doc/book-enea-nfv-access-vnf-onboarding-guide')
-rw-r--r--doc/book-enea-nfv-access-vnf-onboarding-guide/doc/instantiation.xml14
-rw-r--r--doc/book-enea-nfv-access-vnf-onboarding-guide/doc/introduction.xml4
-rw-r--r--doc/book-enea-nfv-access-vnf-onboarding-guide/doc/vnf_onboarding.xml6
3 files changed, 12 insertions, 12 deletions
diff --git a/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/instantiation.xml b/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/instantiation.xml
index bb0e28b..b06395d 100644
--- a/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/instantiation.xml
+++ b/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/instantiation.xml
@@ -3,10 +3,10 @@
3 <title>Instantiation</title> 3 <title>Instantiation</title>
4 4
5 <para>When a VNF is onboarded and available in the VNF catalog, it can be 5 <para>When a VNF is onboarded and available in the VNF catalog, it can be
6 instantiated (deployed) on connected uCPEs. The instantiation wizard uses 6 instantiated (deployed) on connected uCPE devices. The instantiation wizard uses
7 the configurations provided when the VNF is onboarded, as a template for 7 the configurations provided when the VNF is onboarded, as a template for
8 instantiation. Before the instantiation, however, the uCPE needs to be 8 instantiation. Before the instantiation, however, the uCPE device needs
9 prepared:</para> 9 to be prepared:</para>
10 10
11 <orderedlist> 11 <orderedlist>
12 <listitem> 12 <listitem>
@@ -16,7 +16,7 @@
16 16
17 <note> 17 <note>
18 <para>Before configuring any physical NICs determine which is used for 18 <para>Before configuring any physical NICs determine which is used for
19 managing the device. Altering the configuration of a NIC may cause 19 managing the uCPE device. Altering the configuration of a NIC may cause
20 connectivity issues.</para> 20 connectivity issues.</para>
21 </note> 21 </note>
22 </listitem> 22 </listitem>
@@ -49,7 +49,7 @@
49 </listitem> 49 </listitem>
50 50
51 <listitem> 51 <listitem>
52 <para>Target (the uCPE device to instantiate the VNF on).</para> 52 <para>VIM (the uCPE device to instantiate the VNF on).</para>
53 </listitem> 53 </listitem>
54 54
55 <listitem> 55 <listitem>
@@ -85,7 +85,7 @@
85 </listitem> 85 </listitem>
86 86
87 <listitem> 87 <listitem>
88 <para>Hit the instantiation button to deploy the VNF.</para> 88 <para>Hit the <literal>Create</literal> button to deploy the VNF.</para>
89 </listitem> 89 </listitem>
90 </orderedlist> 90 </orderedlist>
91 </section> 91 </section>
@@ -123,4 +123,4 @@
123 </listitem> 123 </listitem>
124 </orderedlist> 124 </orderedlist>
125 </section> 125 </section>
126</chapter> \ No newline at end of file 126</chapter>
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
index cee9fcb..d216d7a 100644
--- a/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/introduction.xml
+++ b/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/introduction.xml
@@ -4,7 +4,7 @@
4 4
5 <para>This document describes the process of onboarding a new VNF onto the 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 6 Enea uCPE Manager so that it can subsequently instantiate and run the VNF on
7 one or more uCPEs.</para> 7 one or more uCPE devices.</para>
8 8
9 <section id="prereq"> 9 <section id="prereq">
10 <title>Prerequisites</title> 10 <title>Prerequisites</title>
@@ -87,4 +87,4 @@
87 Guide, with configurations typically specific to the intended use case of 87 Guide, with configurations typically specific to the intended use case of
88 the VNF.</para> 88 the VNF.</para>
89 </section> 89 </section>
90</chapter> \ No newline at end of file 90</chapter>
diff --git a/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/vnf_onboarding.xml b/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/vnf_onboarding.xml
index 5759f7b..f0d4e8f 100644
--- a/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/vnf_onboarding.xml
+++ b/doc/book-enea-nfv-access-vnf-onboarding-guide/doc/vnf_onboarding.xml
@@ -3,7 +3,7 @@
3 <title>VNF Onboarding</title> 3 <title>VNF Onboarding</title>
4 4
5 <para>The onboarding of a VNF means adding it to the Enea uCPE Manager VNF 5 <para>The onboarding of a VNF means adding it to the Enea uCPE Manager VNF
6 Catalog and preparing it for instantiation (deployment on connected uCPEs). 6 Catalog and preparing it for instantiation (deployment on connected uCPE devices).
7 This is accomplished using the Enea uCPE Manager Onboarding Wizard, a 7 This is accomplished using the Enea uCPE Manager Onboarding Wizard, a
8 graphical user interface specifically designed to make VNF onboarding simple 8 graphical user interface specifically designed to make VNF onboarding simple
9 and fast.</para> 9 and fast.</para>
@@ -168,6 +168,6 @@
168 </orderedlist> 168 </orderedlist>
169 169
170 <para>When the onboarding is complete, the VNF will appear in the VNF 170 <para>When the onboarding is complete, the VNF will appear in the VNF
171 Catalog and can be used for deploying services on the uCPEs.</para> 171 Catalog and can be used for deploying services on the uCPE devices.</para>
172 </section> 172 </section>
173</chapter> \ No newline at end of file 173</chapter>