
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
grafyaml
Table of Contents
- Overview - What is the grafyaml module?
- Module Description - What does the module do?
- Setup - The basics of getting started with grafyaml
- Implementation - An under-the-hood peek at what the module is doing
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
- Contributors - Those with commits
Overview
The grafyaml module is a part of OpenStack-infra, an effort by the OpenStack infrastructure team to provide continuous integration testing and code review for OpenStack-infra projects.
Module Description
The grafyaml module is a thorough attempt to make Puppet capable of managing the entirety of grafyaml. This includes manifests to provision the expected features of this module. Types are shipped as part of the grafyaml module to assist in manipulation of configuration files.
Setup
Installing grafyaml
grafyaml is not currently in Puppet Forge, but is anticipated to be added soon. Once that happens, you'll be able to install grafyaml with:
puppet module install openstack-infra/grafyaml
Beginning with grafyaml
To utilize the grafyaml module's functionality please check the README.
Implementation
grafyaml
grafyaml is a combination of Puppet manifests to delivery configuration and extra functionality through types and providers.
Beaker-Rspec
This module has beaker-rspec tests
To run the tests on the default vagrant node:
bundle install
bundle exec rake acceptance
For more information on writing and running beaker-rspec tests visit the documentation:
Development
Developer documentation for the entire puppet-infra project.