example42/puppet-horizon

Name: puppet-horizon

Owner: Example42

Description: Puppet module for Horizon

Created: 2013-12-15 10:15:34.0

Updated: 2014-09-25 23:24:29.0

Pushed: 2013-12-16 15:35:28.0

Homepage: null

Size: 116

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

horizon

Table of Contents
  1. Overview
  2. Module Description
  3. Setup
  4. Usage
  5. Operating Systems Support
  6. Development
Overview

This module installs, manages and configures horizon.

Module Description

The module is based on stdmod naming standards version 0.9.0.

Refer to http://github.com/stdmod/ for complete documentation on the common parameters.

For a fully automated Puppet setup of OpenStack you'd better use the official StackForge modules. This module is intended to be a quick replacement for setups where you want to manage configurations based on plain template files or where you want to puppettize an existing OpenStack installation.

Setup
Resources managed by horizon module
Setup Requirements
Beginning with module horizon

To install the package provided by the module just include it:

    include horizon

The main class arguments can be provided either via Hiera (from Puppet 3.x) or direct parameters:

    class { 'horizon':
      parameter => value,
    }

The module provides a generic define to manage any horizon configuration file in /etc/horizon:

    horizon::conf { 'sample.conf':
      content => '# Test',
    }
Usage
Operating Systems Support

This is tested on these OS:

Development

Pull requests (PR) and bug reports via GitHub are welcomed.

When submitting PR please follow these quidelines:

When submitting bug report please include or link:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.