diff options
author | Toma Bilius <toma.bilius@enea.com> | 2021-05-06 16:28:21 +0300 |
---|---|---|
committer | Miruna Paun <mrpa@enea.se> | 2021-05-11 12:48:10 +0100 |
commit | d30d4955ff9e5b61329d7bf75d274d192d0d9adc (patch) | |
tree | e332bcdbcd89a9b3b75ef386a62f1661eac8eb41 | |
parent | 910df73e61f9f5fdb2d24766ce4632b0dfc03be4 (diff) | |
download | nfv-access-documentation-feature_CPDX-3605.tar.gz |
ELCCR-1607 Review existing user documentation and add it to getting started.feature_CPDX-3605feature_CPDX-3405_req3
Change-Id: Ief47399f7a7b1094827aa8606b85c3714fa1d846
Signed-off-by: Toma Bilius <toma.bilius@enea.com>
-rw-r--r-- | doc/book-enea-edge-getting-started/doc/vnf_mg.xml | 125 |
1 files changed, 125 insertions, 0 deletions
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 @@ | |||
526 | </listitem> | 526 | </listitem> |
527 | </orderedlist> | 527 | </orderedlist> |
528 | </section> | 528 | </section> |
529 | |||
530 | <section id="vnf_snapshots"> | ||
531 | <title>VNF Snapshots</title> | ||
532 | |||
533 | <para>The following sections describe the mechanism of saving | ||
534 | (snapshotting) and restoring a VNF context on the uCPE device using the | ||
535 | Enea Edge Management application.</para> | ||
536 | |||
537 | <para>It is assumed the uCPE device referenced already contains at least | ||
538 | one instantiated VNF, added into the Edge Management application and is | ||
539 | connected.</para> | ||
540 | |||
541 | <section id="vnf_live_snapshot"> | ||
542 | <title>VNF Live Snapshot</title> | ||
543 | |||
544 | <para>To perform a snapshot of an existing VNF on a uCPE device, do the | ||
545 | following in the Enea Edge Management application:</para> | ||
546 | |||
547 | <orderedlist> | ||
548 | <listitem> | ||
549 | <para>Select the uCPE device and access the <emphasis | ||
550 | role="bold">Configuration</emphasis> menu, then select <emphasis | ||
551 | role="bold">Virtual Machines</emphasis> and <emphasis | ||
552 | role="bold">VMs</emphasis>.</para> | ||
553 | </listitem> | ||
554 | |||
555 | <listitem> | ||
556 | <para>Select a virtual machine and click the <emphasis | ||
557 | role="bold">Snapshots..</emphasis> button. The <emphasis | ||
558 | role="bold">VM Snapshot Table on <device-name> (IP)</emphasis> | ||
559 | window will open.</para> | ||
560 | </listitem> | ||
561 | |||
562 | <listitem> | ||
563 | <para>Press the <emphasis role="bold">Create</emphasis> button and | ||
564 | the <emphasis role="bold">Create VM Snapshot on <device-name> | ||
565 | (IP)</emphasis> window will open.</para> | ||
566 | </listitem> | ||
567 | |||
568 | <listitem> | ||
569 | <para>Change the file name, if needed, and press the <emphasis | ||
570 | role="bold">Create</emphasis> button. The current popup window will | ||
571 | close after a few seconds and a new entry will be shown in the | ||
572 | <emphasis role="bold">VM Snapshot Table on <device-name | ||
573 | (IP)></emphasis>.</para> | ||
574 | |||
575 | <para>On the uCPE device, the snapshot file will be created under | ||
576 | <literal>/var/odm/vm_images/snapshots/{vm-id}/</literal> (e.g: | ||
577 | <filename>/var/odm/vm_images/snapshots/e1b165f0-2590-11eb-be3a-525400070d85/</filename>).</para> | ||
578 | </listitem> | ||
579 | </orderedlist> | ||
580 | </section> | ||
581 | |||
582 | <section id="restore_snapshot"> | ||
583 | <title>Restoring a VNF Snapshot</title> | ||
584 | |||
585 | <para>When needed, a VNF snapshot can be restored by doing the | ||
586 | following:</para> | ||
587 | |||
588 | <orderedlist> | ||
589 | <listitem> | ||
590 | <para>Select the uCPE device and access the <emphasis | ||
591 | role="bold">Configuration</emphasis> menu, then select <emphasis | ||
592 | role="bold">Virtual Machines</emphasis> and choose <emphasis | ||
593 | role="bold">VMs</emphasis>.</para> | ||
594 | </listitem> | ||
595 | |||
596 | <listitem> | ||
597 | <para>Select a virtual machine and press the <emphasis | ||
598 | role="bold">Snapshots..</emphasis> button. The <emphasis | ||
599 | role="bold">VM Snapshot Table on <device-name> (IP)</emphasis> | ||
600 | window will open.</para> | ||
601 | </listitem> | ||
602 | |||
603 | <listitem> | ||
604 | <para>Select the snapshot entry from table.</para> | ||
605 | </listitem> | ||
606 | |||
607 | <listitem> | ||
608 | <para>Press the <emphasis role="bold">Restore</emphasis> button. A | ||
609 | success message will appear in the same window: <literal>Restored VM | ||
610 | from snapshot</literal>.</para> | ||
611 | </listitem> | ||
612 | </orderedlist> | ||
613 | </section> | ||
614 | |||
615 | <section id="delete_snapshot"> | ||
616 | <title>Deleting a VNF Snapshot</title> | ||
617 | |||
618 | <para>Deleting an older snapshot can be performed by doing the | ||
619 | following:</para> | ||
620 | |||
621 | <orderedlist> | ||
622 | <listitem> | ||
623 | <para>Select the uCPE device and access the <emphasis | ||
624 | role="bold">Configuration</emphasis> menu, then select <emphasis | ||
625 | role="bold">Virtual Machines</emphasis> and choose <emphasis | ||
626 | role="bold">VMs</emphasis>.</para> | ||
627 | </listitem> | ||
628 | |||
629 | <listitem> | ||
630 | <para>Select a virtual machine and press the <emphasis | ||
631 | role="bold">Snapshots..</emphasis> button. The <emphasis | ||
632 | role="bold">VM Snapshot Table on <device-name> (IP)</emphasis> | ||
633 | window will open.</para> | ||
634 | </listitem> | ||
635 | |||
636 | <listitem> | ||
637 | <para>Select the snapshot entry from the table.</para> | ||
638 | </listitem> | ||
639 | |||
640 | <listitem> | ||
641 | <para>Press the <emphasis role="bold">Delete</emphasis> | ||
642 | button.</para> | ||
643 | </listitem> | ||
644 | </orderedlist> | ||
645 | |||
646 | <para>A success message will be shown in the same window: | ||
647 | <literal>Snapshot deleted</literal>. The snapshot file will be deleted | ||
648 | from the uCPE device and the table will be updated.</para> | ||
649 | |||
650 | <note><para>Deleting a VNF instance automatically deletes all snapshots | ||
651 | associated with it.</para></note> | ||
652 | </section> | ||
653 | </section> | ||
529 | </chapter> \ No newline at end of file | 654 | </chapter> \ No newline at end of file |