-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
F OpenNebula/one#6117: Marketplace documentation
Signed-off-by: David Carracedo <[email protected]>
- Loading branch information
1 parent
5516d57
commit a8146e8
Showing
14 changed files
with
115 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _public_marketplaces: | ||
|
||
==================== | ||
Public Marketplaces | ||
==================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
104
source/marketplace/sunstone_marketplaces/sunstone_marketplaces.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|