Mitaka Series Release Notes¶
8.0.0-24¶
New Features¶
Manage Gems dependencies from all Puppet OpenStack modules in gemspec file, so we have a single place where we can deal with the gems.
If Puppetfile_extras file does exist in a Puppet module, the spec_helper will copy its content to the end of Puppet OpenStack Puppetfile. It will allow external modules (for example puppet-tripleo) to re-use Puppet OpenStack tooling, but adding more modules in the tests.
8.0.0¶
Prelude¶
This is a first release of openstack_spec_helper. This gem provides helper utilities for running rspec tests in the OpenStack Puppet Modules.
New Features¶
Add beaker spec helper.
Add Rake tasks.
Add Defaults facts.
Add shared_examples_acceptance.