Skip to content

Code of the JSAGA adaptor to submit jobs to OCCI-compliant clouds using the jOCCI client

License

Notifications You must be signed in to change notification settings

csgf/jsaga-adaptor-jocci

Repository files navigation

Travis Documentation Status License

jsaga-adaptor-jocci

Requirements

- JDK 6+ - Maven - JSAGA libs (v1.1.2+) - jocci-api (v0.2.0)

About the JSAGA Adaptor

Using the JSAGA adaptor for OCCI-compliant cloud middleware stacks supporting the OCCI standard, user can: - switching on the VM pre-installed with the required application, - establishing a secure connection to it signed using a digital “robot” certificate, - staging the input file(s) in the VM, - executing the application, - retrieving the output file(s) at the end of the computation and - killing the VM.

This JSAGA adaptor uses jOCCI-api, a Java library developed by CESNET, to implement transport functions for rendered OCCI (Open Cloud Computing Interface) queries. jOCCI-api is built on top of jOCCI-core and currently provides:

  • HTTP transport functionality with set of authentication methods,
  • basic requesting interface to easily communicate with OCCI servers.

Contribute

- Fork it - Create a branch (git checkout -b my_markup) - Commit your changes (git commit -am "My changes") - Push to the branch (git push origin my_markup) - Create an Issue with a link to your branch

Sponsors

About

Code of the JSAGA adaptor to submit jobs to OCCI-compliant clouds using the jOCCI client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages