OCCI support for OpenStack and OpenNebula
Last updated
Last updated
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.
After setting the INDIGO-DC repositories as explained in the :
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-ooi
or
$ yum install python-pocci
or $ yum install python3-pOCCI
or
$ yum install occi-server
or $ yum install occi-cli
On Ubuntu 14.04, as root or otherwise using sudo:
$ add-apt-repository cloud-archive:liberty
$ apt-get update
$ apt-get install python-ooi
or
$ apt-get install python-pocci
or $ apt-get install python3-pocci
or
$ apt-get install occi-server
or $ apt-get install occi-cli
For more details regarding individual services configuration please follow the links above for the respective components