Forge Home

fts

Manages FTS Servers

8,456 downloads

8,456 latest version

3.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.5 (latest)
released May 12th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'CERNOps-fts', '0.0.5'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add CERNOps-fts
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install CERNOps-fts --version 0.0.5

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: fts

Documentation

CERNOps/fts — version 0.0.5 May 12th 2014

Puppet module for File Transfer Service

Overview

Puppet module to configure the FTS (File Transfer Service) version 3. For general configuration guide to the FTS see:

https://svnweb.cern.ch/trac/fts3/wiki/AdminGuide

Setup Requirements

  • This configuration assumes a RHEL6 like distribution.
  • The puppetlabs-firewall module is used and must be available
  • The puppetlabs(or cprice404)-inifile module is used and must be avilable.
  • The cernops-fetchcrl module is used.
  • The cernops-voms modules is used.
  • pluginsync must be enabled in puppet since this module uses ruby providers.
  • host keys must be availble in the typical location /etc/grid-security/hostcert.pem and hostkey.

Usage

Enable the FTS service with

include('fts')

All the standard settings can be set via hiera calls in the parmas.pp file. See that file for details. In particular this is where database connection parameters are set.

There are two extra defined types both based on inifile provider.

fts3config{'/DbThreadsNum': value => '100'} 

will edit a value in /etc/fts3/fts3config

fts3restconfig{'server:main/port': value => '20000'}

can be used to set a value in /etc/fts3/fts3rest.ini

License

Apache II licence.

Copyright

Steve Traylen steve.traylen@cern.ch , CERN, 2013

Support and Patches

https://github.com/cernops/puppet-fts