Adaptor module
Security
Execution management
jsaga-help -help
rocci://<HOSTNAME>[:<PORT>]/[?<PARAMETERS>] Where: <HOSTNAME> is the OCCI server URI <PORT> is the port used by the OCCI server for the incoming connections (default is 11443). <PARAMETERS> are mandatory parameters described in the following section. E.g.: rocci://carach5.ics.muni.cz:11443/ rocci://occi.cloud.gwdg.de:3100/ rocci://okeanos-occi2.hellasgrid.gr:9000/ rocci://egi-cloud.zam.kfa-juelich.de:8787/ rocci://egi.cloud.pdc.kth.se:443/ rocci://cloud.cesga.es:3202/
resource=<RESOURCE> auth=<AUTH> attributes_title=<ATTRIBUTES> mixin_os_tpl=<MIXIN_OS_TPL> mixin_resource_tpl=<MIXIN_RESOURCE_TPL> prefix=<PREFIX> Where: <RESOURCE> is the type of resource (default is "compute") <AUTH> is the type of authentication (default is "x509") <ATTRIBUTES> is a comma separated attributes for new resources such as title='Name' <MIXIN_OS_TPL> is the name of the OS template (e.g. os_tpl#generic_vm) <MIXIN_RESOURCE_TPL> is the name of the resource template (e.g. resource_tpl#small|medium|large|extra large) <PREFIX> is the directory where the occi client binary is installed (optional is it is in the standard PATH) E.g.: rocci://carach5.ics.muni.cz:11443/?attributes_title=MyDebianROCCITest&mixin_os_tpl=generic_vm&mixin_resource_tpl=small\