RETIRED, Crane Puppet Module
Go to file
Dan Prince 1c745473f2 Initial commit. 2018-10-15 14:20:14 -04:00
doc Initial commit. 2018-10-15 14:20:14 -04:00
manifests Initial commit. 2018-10-15 14:20:14 -04:00
templates Initial commit. 2018-10-15 14:20:14 -04:00
.gitignore Initial commit. 2018-10-15 14:20:14 -04:00
.gitreview Initial commit. 2018-10-15 14:20:14 -04:00
Gemfile Initial commit. 2018-10-15 14:20:14 -04:00
LICENSE Initial commit. 2018-10-15 14:20:14 -04:00
README.md Initial commit. 2018-10-15 14:20:14 -04:00
Rakefile Initial commit. 2018-10-15 14:20:14 -04:00
bindep.txt Initial commit. 2018-10-15 14:20:14 -04:00
metadata.json Initial commit. 2018-10-15 14:20:14 -04:00
setup.cfg Initial commit. 2018-10-15 14:20:14 -04:00
setup.py Initial commit. 2018-10-15 14:20:14 -04:00
tox.ini Initial commit. 2018-10-15 14:20:14 -04:00

README.md

Team and repository tags

Team and repository tags

crane

Table of Contents

  1. Overview - What is the crane module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with crane
  4. Implementation - An under-the-hood peek at what the module is doing
  5. [Limitations - OS compatibility, etc.]
  6. Development - Guide for contributing to the module
  7. Contributors - Those with commits
  8. Release Notes - Release notes for the project
  9. Repository - The project source code repository

Overview

Crane is a lightweight docker pull API.

Module Description

The crane module is an attempt to make Puppet capable of managing the entirety of crane.

Setup

Beginning with crane

To use the crane module's functionality you will need to declare multiple resources. This is not an exhaustive list of all the components needed; we recommend you consult and understand the core of openstack documentation.

Implementation

Crane

puppet-crane is a combination of Puppet manifests and ruby code to deliver configuration and extra functionality through types and providers.

Beaker-Rspec

This module has beaker-rspec tests

To run:

bundle install
bundle exec rspec spec/acceptance

Development

Developer documentation for the entire puppet-openstack project.

Contributors

Release Notes

Repository