Scality develops the Scality adapter with the OSIS API standards.
The Scality adapter allows VMware Cloud Director Object Storage Extension to communicate with Scality and exchange tenant and user information.
For more information on Scality, see https://www.scality.com/alliance-partners/vmware/.
Procedure
- Configure the Scality API connection.
ose osis admin set --name scality-adapter-name --url https://scality-adapter-api-server --user username --secret password
- (Optional) If the authentication mode for Scality is with a bearer API token, set a refresh token.
ose args set --k oss.platform.scality-adapter-name.admin.refresh-token --v refresh-token
- To determine the authentication mode of Scality, run the OSIS API
GET /api/info
and view the auth_modes
property.
- Configure the third-party object storage platform S3 endpoint.
ose osis s3 set --name scality-adapter-name --url https://platform-S3-endpoint
- Switch to the third-party object storage platform.
ose platforms enable osis --name scality-adapter-name
- Restart the VMware Cloud Director Object Storage Extension service.
Results
You can now allow tenant organizations to use the
Scality platform.