Forge Home

rdorepo

A Puppet module to manage the RDO repository

9,682 downloads

9,682 latest version

3.8 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 Sep 9th 2014

Start using this module

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

Add this module to your Puppetfile:

mod 'yguenane-rdorepo', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add yguenane-rdorepo
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install yguenane-rdorepo --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

yguenane/rdorepo — version 0.1.0 Sep 9th 2014

RDO Repository

Build Status Puppet Forge License

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with rdorepo
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations
  7. Contributors

Overview

A Puppet module to manage the RDO repository in order to access the OpenStack packages in an Enterprise Linux derivative operating system.

Module Description

This module simply allows one to enable/disable the use of the RDO repository on an Enterprise Linux derivative operating system

Setup

What rdorepo affects

  • rdo-release repo file (/etc/yum.repos.d/rdo-release.repo)
  • the corresponding GPG keys

Beginning with rdorepo

include ::rdorepo is enough to enable the RDO repository.

Usage

All interaction with the rdorepo module can do be done through the main rdorepo class. This means you can simply toggle the options in ::rdorepo to have full functionality of the module.

###I just want the RDO repository to be enabled, what's the minimum I need?

include '::rdorepo'

###I want to specify the release for which I want the packages for

class { '::rdorepo':
  release => 'havana',
}

Reference

####Public Classes

  • rdorepo: Main class

###Parameters

The following parameters are available in the rdorepo module:

####enabled

Whether the RDO repository should be enabled.

####release

The release name to get the OpenStack packages for.

Limitations

The module has been tested on:

  • RedHat Enterprise Linux 6/7
  • CentOS 6/7
  • Fedora 19/20

The module has been tested for the OpenStack releases :

  • icehouse
  • havana

Contributors

The list of contributors can be found at: https://github.com/Mylezeem/puppet-rdorepo/graphs/contributors