Manual integration with cdmi server
Introduction
To manually integrate the cdmi-s3-qos module with already installed cdmi-qos server the following general steps have to be done:
Clone from guthub and build cdmi-s3-qos module.
Copy the built jar with cdmi-s3-qos module to the path where cdmi-qos server looks for modules.
copy example, module’s configuration files to the destination, production stage path.
Adjust module’s configuration files to your needs.
Edit main cdmi-qos configuration file to tell the server to use cdmi-s3-qos module.
Procedure
The bellow procedure will work on Linux based OS with pre-installed cdmi-qos server and java development tools.
Clone and build cdmi-s3-qos module:
Copy the jar file built in previous step, to the path where cdmi-qos server looks for modules:
Copy example configuration files to destination location
Adjust configuration files to reflect your environment.
Last updated