Merge "Add Gemfile.lock and README.md to octane_tasks module"

This commit is contained in:
Jenkins 2016-08-19 07:06:01 +00:00 committed by Gerrit Code Review
commit ccf01d7c77
2 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,53 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.8)
diff-lcs (1.2.5)
facter (2.4.6)
CFPropertyList (~> 2.2.6)
hiera (3.2.0)
json_pure
json_pure (2.0.2)
metaclass (0.0.4)
mocha (1.1.0)
metaclass (~> 0.0.1)
puppet (4.5.3)
CFPropertyList (~> 2.2.6)
facter (> 2.0, < 4)
hiera (>= 2.0, < 4)
json_pure
puppet-lint (2.0.0)
puppet-syntax (2.1.0)
rake
puppetlabs_spec_helper (1.1.1)
mocha
puppet-lint
puppet-syntax
rake
rspec-puppet
rake (11.2.2)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-core (3.5.2)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-puppet (2.4.0)
rspec
rspec-support (3.5.0)
PLATFORMS
ruby
DEPENDENCIES
puppet
puppet-lint
puppetlabs_spec_helper
rake
rspec-puppet

View File

@ -0,0 +1,20 @@
# Octane_tasks
#### Table of Contents
1. [Description](#description)
2. [Testing](#testing)
## Description
This module composes tasks needed during an upgrade.
The modular directory is for granular tasks (used by Fuel).
## Testing
To make sure the code conform to the style guide:
```
rake lint
```