summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Andresan <Dan.Andresan@enea.com>2020-03-19 10:34:57 +0100
committerMiruna Paun <mrpa@enea.se>2020-03-19 11:16:00 +0100
commit8595c61d2830f514df999885da3bc98d1fb1fed1 (patch)
tree94d8d8892416a80096348cbc6ae27e8b8d220778
parentcc2d6117db13f7454145f8151ad89bd651928427 (diff)
downloadel_releases-nfv-access-8595c61d2830f514df999885da3bc98d1fb1fed1.tar.gz
Added warning about ConfigDrive
The ConfigDrive data files will be added only if the user also provides a CloudInit file although this is not enforced by checks. The new text mentions that without providing a CloudInit file no Cloud Init Data Source will be generated and no warning will be given. Change-Id: Icfa0247d1e97cd2e902caeb1ef55314ea9071311 Signed-off-by: Dan Andresan <Dan.Andresan@enea.com>
-rw-r--r--doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml b/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml
index ed1876e..609da64 100644
--- a/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml
+++ b/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml
@@ -1745,7 +1745,10 @@ export CLASSPATH=.:$JAVA_HOME/jre/lib:$JAVA_HOME/lib:$JAVA_HOME/lib/tools.jar
1745 create an instance for multiple VNFs, they will be prompted to 1745 create an instance for multiple VNFs, they will be prompted to
1746 provide a data file for each entry in this table. Each type of VNF 1746 provide a data file for each entry in this table. Each type of VNF
1747 will require different cloud-init files, e.g.: a license 1747 will require different cloud-init files, e.g.: a license
1748 file.</para> 1748 file. The data files will be added to the cloud-init image that the user
1749 provides at the instantiation of the VNF. If the cloud-init image is not
1750 provided, no Cloud-Init Data Source will be created for that VNF
1751 and there will be no warning.</para>
1749 </listitem> 1752 </listitem>
1750 </orderedlist> 1753 </orderedlist>
1751 1754