From d30d4955ff9e5b61329d7bf75d274d192d0d9adc Mon Sep 17 00:00:00 2001 From: Toma Bilius Date: Thu, 6 May 2021 16:28:21 +0300 Subject: ELCCR-1607 Review existing user documentation and add it to getting started. Change-Id: Ief47399f7a7b1094827aa8606b85c3714fa1d846 Signed-off-by: Toma Bilius --- doc/book-enea-edge-getting-started/doc/vnf_mg.xml | 125 ++++++++++++++++++++++ 1 file changed, 125 insertions(+) diff --git a/doc/book-enea-edge-getting-started/doc/vnf_mg.xml b/doc/book-enea-edge-getting-started/doc/vnf_mg.xml index 058be40..d1b6f08 100644 --- a/doc/book-enea-edge-getting-started/doc/vnf_mg.xml +++ b/doc/book-enea-edge-getting-started/doc/vnf_mg.xml @@ -526,4 +526,129 @@ + +
+ VNF Snapshots + + The following sections describe the mechanism of saving + (snapshotting) and restoring a VNF context on the uCPE device using the + Enea Edge Management application. + + It is assumed the uCPE device referenced already contains at least + one instantiated VNF, added into the Edge Management application and is + connected. + +
+ VNF Live Snapshot + + To perform a snapshot of an existing VNF on a uCPE device, do the + following in the Enea Edge Management application: + + + + Select the uCPE device and access the Configuration menu, then select Virtual Machines and VMs. + + + + Select a virtual machine and click the Snapshots.. button. The VM Snapshot Table on <device-name> (IP) + window will open. + + + + Press the Create button and + the Create VM Snapshot on <device-name> + (IP) window will open. + + + + Change the file name, if needed, and press the Create button. The current popup window will + close after a few seconds and a new entry will be shown in the + VM Snapshot Table on <device-name + (IP)>. + + On the uCPE device, the snapshot file will be created under + /var/odm/vm_images/snapshots/{vm-id}/ (e.g: + /var/odm/vm_images/snapshots/e1b165f0-2590-11eb-be3a-525400070d85/). + + +
+ +
+ Restoring a VNF Snapshot + + When needed, a VNF snapshot can be restored by doing the + following: + + + + Select the uCPE device and access the Configuration menu, then select Virtual Machines and choose VMs. + + + + Select a virtual machine and press the Snapshots.. button. The VM Snapshot Table on <device-name> (IP) + window will open. + + + + Select the snapshot entry from table. + + + + Press the Restore button. A + success message will appear in the same window: Restored VM + from snapshot. + + +
+ +
+ Deleting a VNF Snapshot + + Deleting an older snapshot can be performed by doing the + following: + + + + Select the uCPE device and access the Configuration menu, then select Virtual Machines and choose VMs. + + + + Select a virtual machine and press the Snapshots.. button. The VM Snapshot Table on <device-name> (IP) + window will open. + + + + Select the snapshot entry from the table. + + + + Press the Delete + button. + + + + A success message will be shown in the same window: + Snapshot deleted. The snapshot file will be deleted + from the uCPE device and the table will be updated. + + Deleting a VNF instance automatically deletes all snapshots + associated with it. +
+
\ No newline at end of file -- cgit v1.2.3-54-g00ecf