Skip to content

Commit

Permalink
F OpenNebula/one#6123: add VDC tab (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
jloboescalona2 authored Jul 12, 2023
1 parent 1891b8a commit 8dd7e27
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/intro_release_notes/release_notes/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Ruby Sunstone

FireEdge Sunstone
================================================================================
- `Feature 1 <https://github.com/OpenNebula/one/issues/1234>`__.
- Implemented VDCs tab in :ref:`FireEdge Sunstone <fireedge_sunstone>`.

OneFlow - Service Management
================================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 8dd7e27

Please sign in to comment.