Skip to content

Mylezeem/puppet-rdorepo

Repository files navigation

RDO Repository

Build Status Puppet Forge Version Puppet Forge Downloads 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

About

A Puppet module to manage the RDO repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published