OCCI support for OpenStack and OpenNebula
OCCI is a framework that allows management of resources in arbitrary cloud management frameworks through the OCCI standard. This allow the users to exploit same CLI and APIs to manage diverse Cloud Management Framework in a transparent way.
INDIGO - DataCloud project offersaAn implementation of the Open Grid Forum's Open Cloud Computing Interface (OCCI) for OpenStack. extended AWS support for rOCCI. Python and Java libraries for OCCI support.
Installation and Configuration
After setting the INDIGO-DC repositories as explained in the Generic Installation & Configuration Guide:
On CentOS 7, as root or otherwise using sudo:
$ yum install -y https://repos.fedorapeople.org/openstack/openstack-liberty/rdo-release-liberty-5.noarch.rpm$ yum clean all$ yum install python-ooior$ yum install python-poccior$ yum install python3-pOCCIor$ yum install occi-serveror$ yum install occi-cliOn Ubuntu 14.04, as root or otherwise using sudo:
$ add-apt-repository cloud-archive:liberty$ apt-get update$ apt-get install python-ooior$ apt-get install python-poccior$ apt-get install python3-poccior$ apt-get install occi-serveror$ apt-get install occi-cliFor more details regarding individual services configuration please follow the links above for the respective components
Last updated