Forge Home

shoal

Shoal publishes http proxy locations

8,017 downloads

8,017 latest version

4.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.1.0 (latest)
released Mar 16th 2015
This version is compatible with:

Start using this module

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

Add this module to your Puppetfile:

mod 'CERNOps-shoal', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

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

Manually install this module globally with Puppet module tool:

puppet module install CERNOps-shoal --version 0.1.0

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

Documentation

CERNOps/shoal — version 0.1.0 Mar 16th 2015

shoal

Build Status

Overview

Configures shoal. Only the shoal agent can currently be configured with this module.

A shoal agent publishes via messaging the location and properties of http proxy servers. It is particularly intended for use with CvmFS and Frontier applications

Example

class{'shoal::agent':
  amqp_server_url => 'shoal.heprc.uvic.ca',
  global_access   => false,
  domain_access   => true,
  logging_level   => 'DEBUG'
}

This will:

  • Configure the shoal yum repository
  • Install the shoal agent software.
  • Configure the shoal agent.
  • Start the shoal agent.

For details of parameters see manifests/agent.pp

Types

A new type has been added shoal_agent_config based on the puppetlabs/inifile type.

config_shoal_agent{'general/squid_port':
   value  => '4000',
   notify => Service['shoal-agent']
}

would configure shoal_agent configuration with

[general]
squid_port = 4000

License

Apache II license

Copyright

2015 Steve Traylen, CERN.