Skip to content

LCGDM-2935 Enable GridFTP redirection by default

Petr Vokac requested to merge vokac/dmlite:puppet-boolean into develop

DPM DOME default config should not provide non-optimal configuration for GridFTP protocol where all data gets tunneled through DPM headnode. Enable GridFTP redirection by default, because this configuration is better for DOME and should work fine also with legacy DPM (SRM).

Also allow users to specify gridftp_redirection puppet configuration not just with legacy 0/1 values but also new false/true in dpm::headnode and dpm::disknode class or as hiera configuration parameter.

Merge request reports