Installing CDMI-QoS
Last updated
Last updated
The recommended procedure is to build CDMI-QoS from sources. The repository can be found on GitHub .
INDIGO-DataCloud also provides pre-build packages for Ubuntu >= 14.04 and Centos 7.
How to install the CDMI-QoS service with packages is described in the following.
Java >= 8 runtime
OS: Ubuntu >= 14.04 or Centos 7
The package repository can be found at the .
You can either add INDIGO-DataCloud Software Repository to your package sources or download the .deb
package manually.
To enable the INDIGO-DataCloud Software Repository you can do the following.
cd /etc/apt/sources.list.d
wget http://repo.indigo-datacloud.eu/repos/1/indigo1-ubuntu14_04.list
Install the GPG key for INDIGO-DataCloud Software Repository:
wget -q -O - http://repo.indigo-datacloud.eu/repository/RPM-GPG-KEY-indigodc | sudo apt-key add -
Install the CDMI package
sudo apt update
sudo apt install cdmi-server
You can use dpkg to install the CDMI-QoS server as a service.
sudo dpkg -i cdmi-server-0.1.deb
The CDMI-QoS server will be installed as a init.d/systemd service and can be controlled via its init/systemd script. It will be enabled automatically and runs as a new user called cdmi.
sudo service cdmi-server stop
sudo service cdmi-server start
The Java executable jar is installed in /var/lib/cdmi-server/
For more details on the configuration please have a look at the Configuration section.
You can either add INDIGO-DataCloud Software Repository to your package sources or download the .rpm
package manually.
To enable the INDIGO-DataCloud Software Repository you can do the following.
cd /etc/yum.repos.d
wget http://repo.indigo-datacloud.eu/repos/1/indigo1.repo
Install the GPG key for INDIGO-DataCloud Software Repository:
rpm --import http://repo.indigo-datacloud.eu/repository/RPM-GPG-KEY-indigodc
Install the CDMI package
sudo yum install cdmi-server
You can use rpm to install the CDMI-QoS server as a service.
sudo rpm -i cdmi-server-0.1-1.x86_64.rpm
The CDMI-QoS server will be installed as a init.d/systemd service and can be controlled via its init/systemd script. It will be enabled automatically and runs as a new user called cdmi.
sudo systemctl stop cdmi-server.service
sudo systemctl stop cdmi-server.service
The Java executable jar is installed in /var/lib/cdmi-server/
For more details on the configuration please have a look at the Configuration section.
The configuration can be modified at /var/lib/cdmi-server/config/application.yml
or any other Spring Boot application supported way, see .
The configuration can be modified at /var/lib/cdmi-server/config/application.yml
or any other Spring Boot application supported way, see .