-
Notifications
You must be signed in to change notification settings - Fork 176
DIRAC_v6r0
With version v6r0 DIRAC finalizes the migration from CERN SVN repository to GitHub git repository. With the excuse of this change, the distribution tools and the way different user communities control the DIRAC dependence of their extensions has been updated. At the same time, a number of new features have been added with respect to the previous production version (v5r13), mostly in the framework, and some precautions need to be taken into account when updating your installations.
For a full list of the changes, look at the release notes. This is just a selection of highlights that should be taken into account when updating your DIRAC installation.
- The DISET protocol for client-server communication has been updated to the new OpenSSL version () and new functionality has been added. The new DISET functionality will allow to produce a new type of DIRAC components, the executors. Some features of this new version are no longer backwards compatible. They are disable by default in v6r0 to make it compatible with v5r13. They will be enable in v6r1.
- dirac-proxy-init is now the only tool to create proxies, adding VOMS extensions and delegating a long-living proxy to the ProxyManager to be used by DIRAC. Several Configuration options allow to define the default behavior in each installation. When certificate is close to expiration, notifications to affected users will be sent out.
- dirac-distribution and dirac-install have been greatly modified. Installation and Project defaults can be defined at external locations. In this way each community can have full control of the versions, extensions, repository and download servers used for their distributions.
When updating from v5r13 to v6r0 there are few things that need to be taken into account. The most important one is that v5r13 dirac-install script is not able to install the new version. Thus a migration version, currently v5r14p1, needs to be used. The new version of OpenSSL requires a new environment variable to work properly. Thus, bashrc file needs to be updated. This file does not get overwritten when doing new installations, therefore you need to remove it before doing the installation of v6r0 (make a backup if you have some customizations in this this file).
- Client installation, retrieve new dirac-install script:
wget --no-check-certificate -O dirac-install 'https://github.com/DIRACGrid/DIRAC/raw/integration/Core/scripts/dirac-install.py' mv bashrc bashrc.bak python dirac-install -V "Name of your installation"
- FileCatalogDB, needs an schema update. Ask for support if you are using the DIRAC FC in v5r13.
- The log level for Scripts is set to NOTICE and the timestamp printout is disabled in the new defaults. The command line option "-d" (that can be used several times) allows to increase the verbosity.
- New **Helpers" to access /Registry and /Operations information. Direct access to those Configuration sections should be removed from the code.
- DIRAC File Catalog, allow up to 15 levels of directories.
- The logic of the Stager has been extensively reviewed and updated.
- Allow Modules (in the Workflow mechanism) to define Input and Output parameters.