Configuration example

Configuration used for integration tests of this module

<jsaga-default xmlns="http://www.in2p3.fr/jsaga/session">
    <contexts>
         <context type="rocci">
            <attribute name="UserProxy" value="${user.home}/.jsaga/contexts/rOCCI/proxy"/>
            <attribute name="CertRepository" value="${user.home}/.jsaga/contexts/voms/certificates/"/>
            <attribute name="VomsDir" value="${user.home}/.jsaga/contexts/voms/vomsdir/"/>
            <attribute name="UserID" value="root"/>
            <attribute name="UserPrivateKey" value="${user.home}/.jsaga/contexts/rOCCI/id_rOCCI"/>
            <attribute name="UserPublicKey" value="${user.home}/.jsaga/contexts/rOCCI/id_rOCCI.pub"/>
            <data type="rocci"/>
            <job type="rocci">
                <attribute name="attributes_title" value="MyDebianROCCITest"/>
                <attribute name="mixin_os_tpl" value="generic_vm"/>
                <attribute name="mixin_resource_tpl" value="small"/>
            </job>
         </context>
    </contexts>
    <session>
        <context type="rocci"/>
    </session>
</jsaga-default>