Files
puppet-openstack_spec_helper/releasenotes/notes/puppetfile_extras-f49799b6edbe69a2.yaml
Emilien Macchi 1e8dc7f7a9 rake_tasks: support Puppetfile_extras
In the case of puppet-tripleo, we would like to re-use
puppet-openstack_spec_helper/rake_tasks but we have more Puppet modules
than Puppet OpenStack, and some of them are third party (not supported
by any community).

So we would like to create a Puppetfile_extras with the modules specific to
TripleO and re-use Puppetfile from Puppet OpenStack.
This patch will merge the 2 Puppetfiles if Puppetfile_extras does exist in one
Puppet module.

Change-Id: I337fb246f326510a3bd459f777dc6a353f9d6924
2016-09-22 11:54:45 -04:00

7 lines
302 B
YAML

---
features:
- 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.