Skip to content

Commit

Permalink
F OpenNebula/one#6117: Marketplace tab documentation (#2868)
Browse files Browse the repository at this point in the history
Signed-off-by: David Carracedo <[email protected]>
  • Loading branch information
dcarracedo authored Mar 8, 2024
1 parent 5516d57 commit 22af5a6
Show file tree
Hide file tree
Showing 15 changed files with 116 additions and 0 deletions.
Binary file added source/images/marketplaces/apps.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/marketplaces/change.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/marketplaces/create_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/marketplaces/create_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 added source/images/marketplaces/create_3.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/marketplaces/dashboard.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/marketplaces/delete.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/marketplaces/details.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/marketplaces/enable.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/marketplaces/update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions source/intro_release_notes/release_notes/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ FireEdge Sunstone
- Implemented ACL tab in :ref:`FireEdge Sunstone <fireedge_sunstone>`.
- Implemented Cluster tab in :ref:`FireEdge Sunstone <fireedge_sunstone>`.
- Implemented OneFlow tabs in :ref:`FireEdge Sunstone <fireedge_sunstone>`.
- Implemented Marketplace tab in :ref:`FireEdge Sunstone <fireedge_sunstone>`.

API and CLI
================================================================================
Expand Down
1 change: 1 addition & 0 deletions source/marketplace/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ A Marketplace stores Marketplace Appliances. A MarketPlace Appliance includes on

Public Marketplaces <public_marketplaces/index>
Private Marketplaces <private_marketplaces/index>
Managing Marketplaces in Sunstone <sunstone_marketplaces/index>
Appliances <appliances/index>
2 changes: 2 additions & 0 deletions source/marketplace/public_marketplaces/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _public_marketplaces:

====================
Public Marketplaces
====================
Expand Down
8 changes: 8 additions & 0 deletions source/marketplace/sunstone_marketplaces/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
========================================
Managing Marketplaces in Sunstone
========================================

.. toctree::
:maxdepth: 2

Marketplaces in Sunstone <sunstone_marketplaces>
104 changes: 104 additions & 0 deletions source/marketplace/sunstone_marketplaces/sunstone_marketplaces.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
.. _sunstone_marketplaces:

================================================================================
Managing Marketplaces in Sunstone
================================================================================

Marketplaces could be manage graphically using :ref:`Sunstone <fireedge_sunstone>`:
You will find the marketplace sub-menu under the storage menu. From there, you will be able to:

* :ref:`Create a marketplace <sunstone_marketplaces_create>`
* :ref:`Update a marketplace <sunstone_marketplaces_update>`
* :ref:`Delete a marketplace <sunstone_marketplaces_delete>`
* :ref:`Enable or disable a marketplace <sunstone_marketplaces_enable>`
* :ref:`Change the owner or the group of a marketplace <sunstone_marketplaces_change>`
* :ref:`Check details of a marketplace <sunstone_marketplaces_details>`
* :ref:`See the appliances that have a marketplace <sunstone_marketplaces_appliances>`

.. note:: Only :ref:`OpenNebula Systems <market_one>`, :ref:`DockerHub <market_dh>`, :ref:`Docker Registry <market_docker_registry>`, :ref:`HTTP <market_http>` and :ref:`S3 <market_s3>` marketplaces could be created with Sunstone.

|marketplace_dashboard|

.. _sunstone_marketplaces_create:

Create a marketplace
--------------------------------------------------------------------------------
1. Click on the create button:

|marketplace_create1|

2. Fill the name, description and type of the marketplace:

|marketplace_create2|

3. Fill the fields of the marketplace. Depending on the marketplace type, these fields are different. Please, see :ref:`Public <public_marketplaces>` and :ref:`Private <private_marketplaces>` marketplaces documentation):

|marketplace_create3|


.. _sunstone_marketplaces_update:

Update a marketplace
--------------------------------------------------------------------------------

Select a marketplace and click on the update button:

|marketplace_update|

.. _sunstone_marketplaces_delete:

Delete a marketplace
--------------------------------------------------------------------------------

Select a marketplace and click on the delete button:

|marketplace_delete|

.. _sunstone_marketplaces_enable:

Enable or disable a marketplace
--------------------------------------------------------------------------------

Select a marketplace and click on the enable/disable menu:

|marketplace_enable|

.. _sunstone_marketplaces_change:

Change the owner or the group of a marketplace
--------------------------------------------------------------------------------

Select a marketplace and click on the change owner/change group menu:

|marketplace_change|

.. _sunstone_marketplaces_details:

Check details of a marketplace
--------------------------------------------------------------------------------

Select a marketplace and click on Info tab to see the details of a marketplace:

|marketplace_details|

.. _sunstone_marketplaces_appliances:

See the appliances that have a marketplace
--------------------------------------------------------------------------------

Select a marketplace and click on Apps tab to see the appliances of a marketplace:

|marketplace_apps|


.. |marketplace_dashboard| image:: /images/marketplaces/dashboard.png
.. |marketplace_create1| image:: /images/marketplaces/create_1.png
.. |marketplace_create2| image:: /images/marketplaces/create_2.png
.. |marketplace_create3| image:: /images/marketplaces/create_3.png
.. |marketplace_update| image:: /images/marketplaces/update.png
.. |marketplace_delete| image:: /images/marketplaces/delete.png
.. |marketplace_enable| image:: /images/marketplaces/enable.png
.. |marketplace_change| image:: /images/marketplaces/change.png
.. |marketplace_details| image:: /images/marketplaces/details.png
.. |marketplace_apps| image:: /images/marketplaces/apps.png

0 comments on commit 22af5a6

Please sign in to comment.