aboutsummaryrefslogtreecommitdiffstats
path: root/metadata.json
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2016-09-21 13:41:58 -0600
committerAlex Schultz <aschultz@redhat.com>2016-09-21 17:34:55 -0600
commit223c88460baf33f62acd9d089351b61306e42d72 (patch)
tree0b152502f86e2c2f65cc07c267c0f208f958166d /metadata.json
parentceccbfdd7b7a098741d79003f0741eee2a02df4d (diff)
Add in rspec-puppet-facts support
This change pulls in rspec-puppet-facts to provide the basic default facts for puppet-tripleo rspec tests. rspec-puppet-facts provides an easy to use interface to allow for the same set of tests to be executed with multiple sets of operating system facts. In most cases this includes defaults for Debian/RedHat based systems. In puppet-tripleo's case this is just RHEL/CentOS. We are removing the Fedora listing from the metadata.json as we only support RHEL and CentOS for tripleo. This change also updates the existing rspec tests to leverage rspec-puppet-facts to be more consistent with how facts are defined. Change-Id: I0ddc71799d74ee95b9828aea6a8dcb4abb4e4e62
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/metadata.json b/metadata.json
index dfeb9b1..ffb856f 100644
--- a/metadata.json
+++ b/metadata.json
@@ -14,11 +14,11 @@
],
"operatingsystem_support": [
{
- "operatingsystem": "Fedora",
- "operatingsystemrelease": ["20"]
+ "operatingsystem": "RedHat",
+ "operatingsystemrelease": ["7"]
},
{
- "operatingsystem": "RedHat",
+ "operatingsystem": "CentOS",
"operatingsystemrelease": ["7"]
}
],