Skip to content

Commit

Permalink
Automatic update
Browse files Browse the repository at this point in the history
This module update commit was generated by Bade.
For more info please check https://github.com/paramite/bade

This commit is setting modules to following state:
uchiwa
 - initial commit: e3dc4fc3d5291d08a23f16843c673932adf450d5

Change-Id: Ibf43018e12ae3873206e223ea19deaeba68aba48
  • Loading branch information
jguiditta committed Dec 2, 2015
1 parent a48a00d commit 442398a
Show file tree
Hide file tree
Showing 28 changed files with 1,390 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Puppetfile
Expand Up @@ -250,6 +250,10 @@ mod 'tuskar',
:commit => '52120a9c64eb411c1ef51dccfc6f758f7142f6a5',
:git => 'https://github.com/openstack/puppet-tuskar.git'

mod 'uchiwa',
:commit => 'e3dc4fc3d5291d08a23f16843c673932adf450d5',
:git => 'https://github.com/Yelp/puppet-uchiwa.git'

mod 'vcsrepo',
:commit => '99e8b2e28ce9541202b8b2438a92ee8ac2b03d6a',
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo.git'
Expand Down
6 changes: 6 additions & 0 deletions uchiwa/.fixtures.yml
@@ -0,0 +1,6 @@
fixtures:
repositories:
apt: 'git://github.com/puppetlabs/puppetlabs-apt.git'
stdlib: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
symlinks:
uchiwa: "#{source_dir}"
6 changes: 6 additions & 0 deletions uchiwa/.gitignore
@@ -0,0 +1,6 @@
.*.sw?
pkg
!spec/fixtures/uchiwa
spec/fixtures
.rspec_system
.vagrant
2 changes: 2 additions & 0 deletions uchiwa/.rspec
@@ -0,0 +1,2 @@
--format documentation
--color
44 changes: 44 additions & 0 deletions uchiwa/.travis.yml
@@ -0,0 +1,44 @@
language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
before_install:
- rm Gemfile.lock || true
- gem update --system 2.1.11
- gem --version
script:
- "rake lint"
- "rake syntax"
- "rake spec SPEC_OPTS='--format documentation'"
env:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.2.0"
- PUPPET_VERSION="~> 3.3.0"
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.5.0"
- PUPPET_VERSION="~> 3.5.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.6.0"
- PUPPET_VERSION="~> 3.6.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.7.0"
- PUPPET_VERSION="~> 3.7.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.7.0" STRICT_VARIABLES=yes FUTURE_PARSER=yes
matrix:
exclude:
- rvm: 1.9.3
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_VERSION="~> 3.1.0"
- rvm: 2.1.0
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 2.1.0
env: PUPPET_VERSION="~> 3.0.0"
- rvm: 2.1.0
env: PUPPET_VERSION="~> 3.2.0"
- rvm: 2.1.0
env: PUPPET_VERSION="~> 3.3.0"
- rvm: 2.1.0
env: PUPPET_VERSION="~> 3.4.0"
3 changes: 3 additions & 0 deletions uchiwa/CONTRIBUTORS
@@ -0,0 +1,3 @@
pauloconnor
bjwschaap
LarsFronius
30 changes: 30 additions & 0 deletions uchiwa/Gemfile
@@ -0,0 +1,30 @@
source 'https://rubygems.org'

source ENV['GEM_SOURCE'] || "https://rubygems.org"

group :development, :test do
gem 'rake', :require => false
gem 'rspec-puppet', :require => false
gem 'puppetlabs_spec_helper', :require => false
gem 'serverspec', :require => false
gem 'puppet-lint', :require => false
gem 'beaker', :require => false
gem 'beaker-rspec', "~> 2.2.4",:require => false
gem 'pry', :require => false
gem 'simplecov', :require => false
gem 'vagrant-wrapper', :require => false
end

if facterversion = ENV['FACTER_GEM_VERSION']
gem 'facter', facterversion, :require => false
else
gem 'facter', :require => false
end

if puppetversion = ENV['PUPPET_GEM_VERSION']
gem 'puppet', puppetversion, :require => false
else
gem 'puppet', :require => false
end

# vim:ft=ruby
193 changes: 193 additions & 0 deletions uchiwa/Gemfile.lock
@@ -0,0 +1,193 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.8)
addressable (2.3.6)
archive-tar-minitar (0.5.2)
autoparse (0.3.3)
addressable (>= 2.3.1)
extlib (>= 0.9.15)
multi_json (>= 1.0.0)
aws-sdk (1.42.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
beaker (1.17.6)
aws-sdk (= 1.42.0)
blimpy (~> 0.6)
docker-api
fission (~> 0.4)
google-api-client (~> 0.7.1)
hocon (~> 0.0.4)
inifile (~> 2.0)
json (~> 1.8)
mime-types (~> 1.25)
net-scp (~> 1.1)
net-ssh (~> 2.6)
nokogiri (~> 1.5.10)
rbvmomi (= 1.8.1)
unf (~> 0.1)
beaker-rspec (2.2.6)
beaker (~> 1.10)
rspec
serverspec (~> 1.0)
specinfra (~> 1.0)
blimpy (0.6.7)
fog
minitar
thor
builder (3.2.2)
coderay (1.1.0)
diff-lcs (1.2.5)
docile (1.1.5)
docker-api (1.13.2)
archive-tar-minitar
excon (>= 0.38.0)
json
excon (0.39.5)
extlib (0.9.16)
facter (2.1.0)
CFPropertyList (~> 2.2.6)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
fission (0.5.0)
CFPropertyList (~> 2.2)
fog (1.23.0)
fog-brightbox
fog-core (~> 1.23)
fog-json
fog-softlayer
ipaddress (~> 0.5)
nokogiri (~> 1.5, >= 1.5.11)
fog-brightbox (0.4.1)
fog-core (~> 1.22)
fog-json
inflecto
fog-core (1.24.0)
builder
excon (~> 0.38)
formatador (~> 0.2)
mime-types
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
fog-json (1.0.0)
multi_json (~> 1.0)
fog-softlayer (0.3.15)
fog-core
fog-json
formatador (0.2.5)
google-api-client (0.7.1)
addressable (>= 2.3.2)
autoparse (>= 0.3.3)
extlib (>= 0.9.15)
faraday (>= 0.9.0)
jwt (>= 0.1.5)
launchy (>= 2.1.1)
multi_json (>= 1.0.0)
retriable (>= 1.4)
signet (>= 0.5.0)
uuidtools (>= 2.1.0)
hiera (1.3.4)
json_pure
highline (1.6.21)
hocon (0.0.4)
inflecto (0.0.2)
inifile (2.0.2)
ipaddress (0.8.0)
json (1.8.1)
json_pure (1.8.1)
jwt (1.0.0)
launchy (2.4.2)
addressable (~> 2.3)
metaclass (0.0.4)
method_source (0.8.2)
mime-types (1.25.1)
minitar (0.5.4)
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.10.1)
multipart-post (2.0.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
nokogiri (1.5.11)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
puppet (3.6.2)
facter (> 1.6, < 3)
hiera (~> 1.0)
json_pure
rgen (~> 0.6.5)
puppet-lint (0.3.2)
puppet-syntax (1.3.0)
rake
puppetlabs_spec_helper (0.8.0)
mocha
puppet-lint
puppet-syntax
rake
rspec
rspec-puppet
rake (10.3.2)
rbvmomi (1.8.1)
builder
nokogiri (>= 1.4.1)
trollop
retriable (1.4.1)
rgen (0.6.6)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
rspec-core (2.99.1)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-its (1.0.1)
rspec-core (>= 2.99.0.beta1)
rspec-expectations (>= 2.99.0.beta1)
rspec-mocks (2.99.2)
rspec-puppet (1.0.1)
rspec
serverspec (1.14.0)
highline
net-ssh
rspec (~> 2.99)
rspec-its
specinfra (~> 1.25)
signet (0.5.1)
addressable (>= 2.2.3)
faraday (>= 0.9.0.rc5)
jwt (>= 0.1.5)
multi_json (>= 1.0.0)
simplecov (0.9.0)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.6.0)
specinfra (1.25.8)
thor (0.19.1)
trollop (2.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.6)
uuidtools (2.1.5)
vagrant-wrapper (1.2.1.1)

PLATFORMS
ruby

DEPENDENCIES
beaker
beaker-rspec (~> 2.2.4)
facter
pry
puppet
puppet-lint
puppetlabs_spec_helper
rake
rspec-puppet
serverspec
simplecov
vagrant-wrapper
5 changes: 5 additions & 0 deletions uchiwa/Guardfile
@@ -0,0 +1,5 @@
notification :off

guard 'rake', :task => 'test' do
watch(%r{^manifests\/(.+)\.pp$})
end

0 comments on commit 442398a

Please sign in to comment.