Allow for disabling repository configuration 59/55659/1
authorAlex Schultz <aschultz@redhat.com>
Thu, 16 Mar 2017 23:57:10 +0000 (17:57 -0600)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:40 +0000 (15:18 -0400)
commit75caab47b6a0edf7c3f1ea25738241a4ba3e80b7
tree857871e7e8e35df74c6e0516d5153e953b182a8a
parent9e7f7358b51dd6438d7ae0e1e9a0279c890812ff
Allow for disabling repository configuration

This change moves the repository configuration to it's own class so it
can be included externally and excludeded if necessary. As part of this
change, the inclusion of rspec-puppet-facts was done to simplify testing
support os configurations.
See https://github.com/mcanevet/rspec-puppet-facts for details on how to
work with rspec-puppet-facts. By default it uses the metadata.json for
the supported operating systems. Since 14.04 is not a supported
configuration based on the failure in ::opendaylight, this has also been
updated to reference 16.04 as a supported version.

Change-Id: Iae079ba98c6f2a63e5c4d0cc11c2ffb8cdca0515
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Gemfile
manifests/init.pp
manifests/install.pp
manifests/params.pp
manifests/repos.pp [new file with mode: 0644]
metadata.json
spec/classes/opendaylight_repos_spec.rb [new file with mode: 0644]
spec/spec_helper.rb