From 8dd7e27fc201055ba0f38cd749adcaaea3c37071 Mon Sep 17 00:00:00 2001 From: Jorge Miguel Lobo Escalona Date: Wed, 12 Jul 2023 18:42:27 +0200 Subject: [PATCH] F OpenNebula/One#6123: add VDC tab (#2651) --- .../intro_release_notes/release_notes/whats_new.rst | 2 +- .../end-user_web_interfaces/fireedge_sunstone.rst | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/source/intro_release_notes/release_notes/whats_new.rst b/source/intro_release_notes/release_notes/whats_new.rst index 4003b71d79..510a427985 100644 --- a/source/intro_release_notes/release_notes/whats_new.rst +++ b/source/intro_release_notes/release_notes/whats_new.rst @@ -27,7 +27,7 @@ Ruby Sunstone FireEdge Sunstone ================================================================================ -- `Feature 1 `__. +- Implemented VDCs tab in :ref:`FireEdge Sunstone `. OneFlow - Service Management ================================================================================ diff --git a/source/management_and_operations/end-user_web_interfaces/fireedge_sunstone.rst b/source/management_and_operations/end-user_web_interfaces/fireedge_sunstone.rst index ac01f5e4c1..d508d6cef5 100644 --- a/source/management_and_operations/end-user_web_interfaces/fireedge_sunstone.rst +++ b/source/management_and_operations/end-user_web_interfaces/fireedge_sunstone.rst @@ -49,6 +49,7 @@ Templates Storage -------------------------------------------------------------------------------- +- **Datastores Tab**: Users can see all their ``FILE``, ``IMAGE``, and ``SYSTEM`` datastores. Also, the users can perform some managing actions, such as changing permissions, enabling and disabling, and more. From this tab, users can create a new Datastore of one of the types described before. - **Images Tab**: Users can see all their ``OS``, ``CDROM``, and ``DATABLOCK`` images. Also, the users can perform some managing actions, such as changing permissions, locking and unlocking, and more. From this tab, users can instantiate a new Image of one of the types described before. - **Files Tab**: Users can see all their ``KERNEL``, ``RAMDISK``, and ``CONTEXT`` images. Also, the users can perform some managing actions, such as changing permissions, enabling and disabling, and more. From this tab, users can instantiate a new Image of one of the types described before. - **Backups Tab**: Users can see all their ``BACKUP`` images. Also, the users can perform some managing actions, such as changing permissions and restoring. @@ -63,8 +64,14 @@ Networks Infrastructure -------------------------------------------------------------------------------- +- **Clusters Tab**: Users can see all their Clusters. - **Hosts Tab**: Users can see all their Hosts, and perform managing operations such as enabling, disabling, and more. Also, users can create a new Host from this tab. +System +-------------------------------------------------------------------------------- + +- **VDCs Tab**: Users can see all their VDCs, and can update, rename and view the resources associated with them, and more. Also, users can create a new VDC from this tab. + .. _fireedge_sunstone_settings_tab: Settings @@ -130,15 +137,17 @@ The views definitions are placed in the ``/etc/one/fireedge/sunstone/`` director ... |-- admin/ | |-- backup-tab.yaml <--- the Backup tab configuration file + | |-- cluster-tab.yaml <--- the Cluster tab configuration file (not installed by default) | |-- datastore-tab.yaml <--- the Datastore tab configuration file | |-- file-tab.yaml <--- the File tab configuration file | |-- host-tab.yaml <--- the Host tab configuration file | |-- image-tab.yaml <--- the Image tab configuration file | |-- marketplace-app-tab.yaml <--- the Marketplace App tab configuration file | |-- sec-group-tab.yaml <--- the Security Group tab configuration file + | |-- vdc-tab.yaml <--- the VDC tab configuration file | |-- vm-tab.yaml <--- the VM tab configuration file | |-- vm-template-tab.yaml <--- the VM Template tab configuration file - | `-- vnet-tab.yaml <--- the Virtual Network tab configuration file + | |-- vnet-tab.yaml <--- the Virtual Network tab configuration file |-- sunstone-server.conf |-- sunstone-views.yaml <--- the FireEdge Sunstone views main configuration `-- user/