Library gem used by Infra puppet modules
Go to file
Colleen Murphy 8472caea46 Pin fog-core
The fog-core gem added a dependency on the xmlrpc gem which depends on
ruby 2.3 which is not available on centos7. It seems like they tried to
avoid this issue but weren't successful at it[1], so we'll blacklist the
current version and assume it will be fixed in the next version.

[1] https://github.com/fog/fog-core/issues/206

Change-Id: I968aa64e958cd3e9567fd47981d50b302960783d
2017-04-28 22:03:52 +02:00
lib/puppet-openstack_infra_spec_helper Initial commit 2016-06-21 16:19:09 -07:00
.gitignore Initial commit 2016-06-21 16:19:09 -07:00
.gitreview Added .gitreview 2016-06-21 01:50:44 +00:00
CHANGELOG.md Initial commit 2016-06-21 16:19:09 -07:00
LICENSE Initial commit 2016-06-21 16:19:09 -07:00
README.md Initial commit 2016-06-21 16:19:09 -07:00
puppet-openstack_infra_spec_helper.gemspec Pin fog-core 2017-04-28 22:03:52 +02:00
run_unit_tests.sh Initial commit 2016-06-21 16:19:09 -07:00

README.md

Puppet-OpenStack-Infra Spec Helper

This gem provides transitive dependencies for the OpenStack Puppet Modules OpenStack Infra Modules.

Usage

Include this gem in your Gemfile:

gem 'puppet-openstack_infra_spec_helper',
  :git => 'https://git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper',
  :require => false