Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "rOCCI:ROCCI"

From EGIWiki
Jump to navigation Jump to search
(Replaced content with "This page is no longer maintained. See MAN10#Integrating_OpenNebula.")
 
(16 intermediate revisions by one other user not shown)
Line 1: Line 1:
= The rOCCI Framework Home =
This page is no longer maintained. See [[MAN10#Integrating_OpenNebula]].
 
This is the main documentation site for the '''rOCCI Project''', implementing the OCCI (Open Cloud Computing Interface) standard in Ruby, togeteher with client-side and server-side applications to facilitate OCCI communication.
 
== Where to Begin ==
 
{| width="800pt" style="background: #eeeeee;" border="1"
| width="150pt" | '''User'''
| Start with ''rOCCI-cli'', a command-line client to interact with OCCI-enabled cloud management frameworks
|-
| '''Site administrator'''
| Start with the [[rOCCI-server Admin Guide]] to deploy a ''rOCCI-server'' instance on your site and enable OCCI interface to your cloud services. See the [[rOCCI Backend development status]] for a list of supported backends.
|-
| '''Developer'''
| Use the [[rOCCI-core Documentation | rOCCI-core]] library to parse/render OCCI messages and use OCCI classes natively in Ruby. Use the ''rOCCI-api'' to facilitate OCCI communication in your own application.
|}
 
= Quick Links =
 
Find below links to documents for individual products in the rOCCI Framework.
 
* [[rOCCI-server Admin Guide]]
* rOCCI-server backends
** [[OpenNebula Backend]]
** [[EC2 Backend]]
* [[rOCCI-core Installation Guide]], [[rOCCI-core Documentation]]
 
= Relevant Publications and Resources =
 
== Source Code ==
 
rOCCI is an open source product with main repositories hosted by GitHub:
* https://github.com/EGI-FCTF/rOCCI-core
* https://github.com/EGI-FCTF/rOCCI-api
* https://github.com/EGI-FCTF/rOCCI-cli
* https://github.com/EGI-FCTF/rOCCI-server
 
== Papers ==
 
''TODO''

Latest revision as of 13:49, 11 October 2017

This page is no longer maintained. See MAN10#Integrating_OpenNebula.