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-newton/rdo-release-newton-4.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

Last updated