Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F OpenNebula/One#6123: add VDC tab #2651

Merged
merged 2 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading