INDIGO - DataCloud Releases
  • Introduction
  • Data Center Solutions
  • Data Solutions
  • Automated Solutions
  • High-level user oriented service
  • Common Solutions
  • INDIGO-2 ElectricIndigo
    • Generic Installation and Configuration Guide - INDIGO-2
    • INDIGO-2 Services & Applications
      • Analytics Portlets
      • CDMI Server
      • CDMI S3 QoS Interface
      • CDMI STORM Plugin
      • CloudInfoProvider
      • CloudProviderRanker
      • CLUES
      • CMDB
      • Core PaaS
        • Accounting
        • Kubernetes
        • Mesos Cluster
        • Monitoring - Zabbix Probes
      • dCache
      • Partition Director(DynPart)
      • Extended OpenStack and OpenNebula Functionalities
        • OpenStack Preemptible Instances Extensions
          • OpenStack Client for OPIE
        • OpenStack Identity Authentication Library
        • Keystone AAI support
        • Heat-Translator
        • Nova-Docker
        • Docker support for OpenNebula (ONEdock)
        • RepoSync
      • FutureGateway
      • Identity Harmonization Service
      • INDIGO IAM
      • INDIGO OMT
      • INDIGO OMT iOS
      • INDIGO Plugins
        • INDIGO Kepler
      • Infrastructure Manager
      • Infrastructure Manager Java API
      • Liferay Plugins
      • OIDC-Agent
      • ONEDATA
      • ONE-FaSS
      • OCCI support for OpenStack and OpenNebula
        • OpenStack OCCI Interface
        • pOCCI
        • jOCCI
      • Ophidia
      • Orchestrator
        • Orchent
      • QoS/SLA Management Service
      • Network Orchestrator Wrapper (NOW)
      • Synergy
      • TOSCA Parser & Types
      • Token Translation Service (WaTTS)
        • Token Translation Service Client (WaTTSon)
      • udocker
    • Updates
      • Sixth Update of INDIGO-2
      • Fifth Update of INDIGO-2
      • Fourth Update of INDIGO-2
      • Third Update of INDIGO-2
      • Second Update of INDIGO-2
      • First Update of INDIGO-2
  • INDIGO-1 MidnightBlue
    • Generic Installation and Configuration Guide - INDIGO-1
    • INDIGO-1 Services & Applications
      • CDMI Server
      • CloudInfoProvider
      • CloudProviderRanker
      • CLUES
      • Core PaaS
        • Accounting
        • Kubernetes
        • Mesos Cluster
        • Monitoring - Zabbix Probes
      • dCache
      • Partition Director(DynPart)
      • Extended OpenStack and OpenNebula Functionalities
        • OpenStack Preemptible Instances Extensions
        • OpenStack Identity Authentication Library
        • Keystone AAI support
        • Heat-Translator
        • Nova-Docker
        • Docker support for OpenNebula (ONEdock)
        • OpenStack Client
        • OpenStack NOVA Client
        • RepoSync
      • FutureGateway
        • FutureGateway API Server
        • FutureGateway API Server Daemon
        • FutureGateway jSAGA Adaptors
        • FutureGateway Portal Setup
        • fgTools
      • Identity Harmonization Service
      • INDIGO IAM
      • INDIGO OMT
      • INDIGO Plugins
        • INDIGO Kepler
      • Infrastructure Manager
      • Infrastructure Manager Java API
      • jSAGA ResourceManager API
      • Liferay IAM
      • ONEDATA
      • OCCI support for OpenStack and OpenNebula
        • OpenStack OCCI Interface
        • pOCCI
        • rOCCI
        • jOCCI
      • Ophidia
      • Orchestrator
      • QoS/SLA Management Service
      • Synergy
      • TOSCA Parser & Types
      • Token Translation Service
      • udocker
    • Updates
      • Nineth Update of INDIGO-1
      • Eighth Update of INDIGO-1
      • Seventh Update of INDIGO-1
      • Sixth Update of INDIGO-1
      • Fifth Update of INDIGO-1
      • Fourth Update of INDIGO-1
      • Third Update of INDIGO-1
      • Second Update of INDIGO-1
      • First Update of INDIGO-1
    • Service template
Powered by GitBook
On this page
  • Summary
  • Release Notes v. 2.0
  • What's new
  • Deployment Notes
  • Known Issues
  • List of Artifacts
  • Documentation
  • Support
  1. INDIGO-2 ElectricIndigo
  2. INDIGO-2 Services & Applications

CDMI S3 QoS Interface

PreviousCDMI ServerNextCDMI STORM Plugin

Last updated 6 years ago

INDIGO-DataCloud CDMI S3 QoS:

  • This project provides module which adheres to cdmi-spi defined interface. This interface is meant to be implemented by

    extension modules for INDIGO CDMI server.

    • The cdmi-s3-qos module aims at integrating RADOS gateway based S3 object storage with QoS management layer

      of .

Summary

Release Notes v. 2.0

What's new

Highlights of the features provided in the INDIGO-2 release:

  • support for data namespace browsing. The old version gives access only to QoS attributes of data-objects with well

    know URLs, so to be able to examine attributes of given data-object you had to know the exact URL upfront,

  • support for CDMI export attribute, it allows to expose to the client information about configured data access protocols, thanks to that end user is able to find the data-object with WebDav for example, but to be well understand: export attribute only informs about alternative protocols, it doesn't provide them, if by any chance the data object is available through WebDAV then export attribute will tell it

  • support for bunch of new QoS attributes including:

    • exposing information about data lifetime

    • exposing information about data retention policy

  • removed dependency on cdmi-s3-qos-ceph-provider module, the information which was earlier provided by

    cdmi-s3-qos-ceph-provider now is partially read from configuration file (in case of static things) and partially is obtained directly from backed server through S3 protocol

Supported platforms:

  • all with Java >= 1.8, tested on Ubuntu 14.04, Ubuntu 16.04, CentOS 7

List of RfCs

N/A

Deployment Notes

  • Additionally I have prepared two separate testing environments to have the opportunity to check if the role is applied properly on Ubuntu and CentOS platforms.

    • The testing environment for Ubuntu 14.04 is based on docker and the procedure is

    • The testing environment for CentOS 7 is based on Vagrant box and the testing procedure is

  • Run with Docker

Known Issues

  • N/A

List of Artifacts

Packages

Documentation

Support

Installation guide available at -

Ansible role is available here:

described here:

described here:

Please use the

https://indigo-dc.gitbooks.io/cdmi-s3-qos/content/
https://github.com/indigo-dc/ansible-role-cdmi-s3-qos
https://github.com/indigo-dc/cdmi-s3-qos/blob/master/docker/README-UBUNTU-ANSIBLE.md
https://github.com/indigo-dc/cdmi-s3-qos/blob/master/vagrant/README.md
https://indigo-dc.gitbooks.io/cdmi-s3-qos/content/doc/running_from_docker_image.html
cdmi-s3-qos-2.0.0-1.el7.centos.x86_64
cdmi-s3-qos-2.0.0.deb
INDIGO-DataCloud CDMI S3 QoS - Overview
Deployment & Administration Guide
User Guide
INDIGO - DataCloud CatchAll GGUS Support Unit
INDIGO CDMI server
Release Notes v. 2.0
What's new
List of RfCs
Deployment Notes
Known Issues
List of Artifacts
Documentation
Support