Managing OMIs on the OUTSCALE Marketplace
The OUTSCALE Marketplace is an OUTSCALE Machine Images (OMIs) platform provided by independent software vendors (ISVs) from 3DS OUTSCALE’s trusted ecosystem. For more information, see the Marketplace official website (available in French only).
You can use the OUTSCALE Marketplace as an ISV, a visitor, or both:
-
As an ISV, you can create and publish OUTSCALE Machine Images (OMIs) on the OUTSCALE Marketplace. For more information on the creation of OMIs, see Creating an OMI.
-
As a visitor, you can create instances from OMIs available on the OUTSCALE Marketplace. For more information, see Creating / Launching Instances.
Publishing an OMI
Before you begin: To publish an OMI on the OUTSCALE Marketplace, an ISV account is required. An ISV account is a Cloud account with the necessary capacity and resources to create and publish OMIs.
|
Using Cockpit v1
Using Cockpit v1, you can publish an OMI on the OUTSCALE Marketplace by following these steps:
-
Click Compute > Outscale Machine Images.
-
Click the
icon of the OMI you want to publish on the OUTSCALE Marketplace.
The OMI is published on the OUTSCALE Marketplace and available to any OUTSCALE Cloud user.
Using OSC CLI
Using OSC CLI, you can publish an OMI on the OUTSCALE Marketplace by modifying its GlobalPermission
attribute. This way, the OMI is made public and available to any OUTSCALE Cloud users. For more information, see the UpdateImage command sample in the documentation of the OUTSCALE API.
Removing an OMI
Using Cockpit v1
Using Cockpit v1, you can remove an OMI from the OUTSCALE Marketplace by following these steps:
-
Click Compute > Outscale Machine Images.
-
Click the
icon of the OMI you want to remove from the OUTSCALE Marketplace.
The OMI is removed from the OUTSCALE Marketplace and no longer available to OUTSCALE Cloud users.
Using OSC CLI
Using OSC CLI, you can remove an OMI from the OUTSCALE Marketplace by modifying its GlobalPermission
attribute. This way, the OMI is made private and is not available to OUTSCALE Cloud users.
For more information, see the UpdateImage command sample in the documentation of the OUTSCALE API.
Creating Instances from OMIs
As a visitor, you can create instances from OMIs published by ISVs on the OUTSCALE Marketplace.
Using Cockpit v1
Using Cockpit v1, you can activate a filter to display the OMIs available on the OUTSCALE Marketplace when creating an instance or when launching an instance in a VPC. For more information, see Advanced Mode: Launching an Instance Using Cockpit v1 and Expert Mode: Launching Instances Using Cockpit.
Using OSC CLI
Using OSC CLI, you can create an instance from a specific OMI with the CreateVms method and the ImageId
attribute of the OUTSCALE API.
Related Pages
Corresponding API Methods