Skip to content

Commit

Permalink
F OpenNebula/one#6430: Virtual machine templates and instances Sunsto…
Browse files Browse the repository at this point in the history
…ne review

Signed-off-by: dcarracedo <[email protected]>
  • Loading branch information
dcarracedo committed Jul 11, 2024
1 parent fe97fab commit bca46a5
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 180 deletions.
Binary file added source/images/ruby_sunstone_guac_rdp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/ruby_sunstone_guac_vnc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/sunstone_charter_info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/sunstone_guac_nic_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/sunstone_guac_nic_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/sunstone_guac_rdp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/sunstone_guac_vnc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/sunstone_sg_attach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/sunstone_sg_main_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/sunstone_template_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/sunstone_template_share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/sunstone_vm_charter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Before reading this chapter, you should have already installed your :ref:`Fronte

This Chapter is structured as follows:

- The :ref:`Virtual MAchine Template <vm_guide>` Section shows how to define VM
- The :ref:`Virtual Machine Template <vm_guide>` Section shows how to define VM
- Then you can create :ref:`VM instances <vm_instances>` out of the VM Template definition.
- Specific procedures to :ref:`backup your VMs <vm_backup>` are explained in a dedicated Section.

Expand Down
234 changes: 61 additions & 173 deletions source/management_and_operations/vm_management/vm_instances.rst

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions source/management_and_operations/vm_management/vm_templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ For instance, if the previous example template is written in the vm-example.txt
$ onetemplate create vm-example.txt
ID: 6

Via Sunstone, you can easily add templates using the provided wizards (or copy/pasting a template file) and delete them clicking on the delete button.
Via Sunstone, you can easily add templates using the provided wizards and delete them clicking on the delete button.


.. _vm_template_clone:
Expand Down Expand Up @@ -449,14 +449,14 @@ The ``onetemplate chmod --recursive`` option will perform the chmod action also

Sunstone offers an "alias" for ``onetemplate chmod --recursive 640``, the share action:

|image1|
|sunstone_template_share|

Managing VM Templates with Sunstone
================================================================================

Sunstone exposes the above functionality in the Templates > VMs tab:
Sunstone exposes the above functionality in the Templates > VM Templates tab:

|image2|
|sunstone_template_create|

.. |image1| image:: /images/sunstone_template_share.png
.. |image2| image:: /images/sunstone_template_create.png
.. |sunstone_template_share| image:: /images/sunstone_template_share.png
.. |sunstone_template_create| image:: /images/sunstone_template_create.png

0 comments on commit bca46a5

Please sign in to comment.