Skip to content

smcmahon67/CSIRO-puppet-galaxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Galaxy ####Table of Contents

  1. Overview
  2. Module Description
  3. Usage
  4. Parameters
  5. Contact
  6. Galaxy Project

##Overview The Galaxy module allows you to download and make up a new instance of galaxy.

##Module Description This is the Galaxy module. Galaxy is an open, web-based platform for accessible, reproducible, and transparent computational biomedical research. This module contains the base blocks for Galaxy server configuration management. These base blocks are agregated in profiles and roles. See urgi/galaxy-roles-profiles for Galaxy roles and profiles.

##Usage ###Classes ####Class: galaxy::dependencies This class installs all the packages required to build one new Galaxy's instances: Mercurial , Python and Tar ( and Dpkg for Debian OS)

####Class: galaxy::params This class sets the default parameters for the galaxy puppet module ( create user, directory and galaxy branch)

####Class: galaxy::common_startup This class writes common_startup.sh from galaxy-central and execute it. This convert .samples files in .ini files and fetch the eggs.

####Class: galaxy::create_db This class executes create_db.sh to create a database and update it at the last version.

####Class: galaxy::manage_tools This class executes manage_tools.py wich updates the tools.

####Class: galaxy::install This class download the remote repository from bickbuckets.org/galaxy/galaxy-dist with mercurial.

####Class: galaxy::job_conf This class writes the job_conf.xml file with a template. Make sure the numbers of background workers (handlers) matches the numberwich is in universe.pp

####Class: galaxy::service This class configures galaxy service. Currently debain/redhat are the only two supported.

####Class: galaxy::toolshed_conf This class writes Galaxy toolshed configuration. Specifies which toolsheds are available to use in the web interface.

####Class: galaxy::universe

This class writes the universe_wsgi.ini , the main configuration file of Galaxy.

##Parameters

See code interne documentation. All the parameters can be set by Hiera, using automatic parameter lookup : http://docs.puppetlabs.com/hiera/1/puppet.html#automatic-parameter-lookup

##Github projects

Projects for base blocks and roles+profiles are hosted on github:

https://github.com/puppet-galaxy/puppet-galaxy

https://github.com/puppet-galaxy/galaxy-roles-profiles

##Contact

Mikael Loaec [email protected]

Olivier Inizan [email protected]

Eric Rasche [email protected]

##Galaxy Project http://galaxyproject.org

About

CSIRO's development fork of the puppet galaxy project.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 52.4%
  • HTML 38.0%
  • Shell 8.3%
  • Other 1.3%