From 3f72a80f14dae1eab7665608a73f7f61678d2a5b Mon Sep 17 00:00:00 2001 From: Pavel Chechetin Date: Wed, 17 Aug 2016 13:34:46 +0300 Subject: [PATCH] Add Gemfile.lock and README.md to octane_tasks module Change-Id: I1b2ba74e9c51b49c37f80375dff3647da8edd1d9 --- deployment/puppet/octane_tasks/Gemfile.lock | 53 +++++++++++++++++++++ deployment/puppet/octane_tasks/README.md | 20 ++++++++ 2 files changed, 73 insertions(+) create mode 100644 deployment/puppet/octane_tasks/Gemfile.lock create mode 100644 deployment/puppet/octane_tasks/README.md diff --git a/deployment/puppet/octane_tasks/Gemfile.lock b/deployment/puppet/octane_tasks/Gemfile.lock new file mode 100644 index 00000000..40321797 --- /dev/null +++ b/deployment/puppet/octane_tasks/Gemfile.lock @@ -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 diff --git a/deployment/puppet/octane_tasks/README.md b/deployment/puppet/octane_tasks/README.md new file mode 100644 index 00000000..c0e07622 --- /dev/null +++ b/deployment/puppet/octane_tasks/README.md @@ -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 +``` +