Skip to content

Community trusted RTEs (Fixes BUGZ-3907)

Andrii Salnikov requested to merge andrii/arc:community-trusted-rtes into master

Extends current RunTimeEnvironment framework with ability to deploy RTEs defined and published by trusted communities.

The workflow is like this:

arcctl rte community add moldyngrid.org
(optional) arcctl rte community config-set moldyngrid.org SOFTWARE_DIR /path/to/custom/community/swdir
arcctl rte community rte-list moldyngrid.org
arcctl rte community rte-deploy moldyngrid.org APPS/MOLDYNGRID/S2-1.0.0
arcctl rte enable APPS/MOLDYNGRID/S2-1.0.0

The feature is completely separated from the base A-REX setup and can be added on-demand with nordugrid-arc-community-rtes package that will bring arcctl and back-ends additions for community RTEs support.

Documentation: http://nordugrid.pages.coderefinery.org/doc/admins/details/rtes_community.html

Edited by Maiken

Merge request reports