- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with rdorepo
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations
- Contributors
A Puppet module to manage the RDO repository in order to access the OpenStack packages in an Enterprise Linux derivative operating system.
This module simply allows one to enable/disable the use of the RDO repository on an Enterprise Linux derivative operating system
- rdo-release repo file (/etc/yum.repos.d/rdo-release.repo)
- the corresponding GPG keys
include ::rdorepo
is enough to enable the RDO repository.
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',
}
####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.
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
The list of contributors can be found at: https://github.com/Mylezeem/puppet-rdorepo/graphs/contributors