General refactoring of Beaker tests
[integration/packaging/puppet-opendaylight.git] / metadata.json
index 22c0fc8c6a1468fd29efaec378208221109a6cf0..f8dd1fb10f3c4fc8b0040645a8256426e12d8ffa 100644 (file)
@@ -1,16 +1,41 @@
 {
   "name": "dfarrell07-opendaylight",
-  "version": "0.0.1",
+  "version": "0.1.0",
   "author": "Daniel Farrell",
-  "summary": "Puppet module to deploy OpenDaylight SDN controller",
+  "summary": "Puppet module to deploy the OpenDaylight SDN controller",
   "license": "BSD-2-Clause",
   "source": "https://github.com/dfarrell07/puppet-opendaylight",
   "project_page": "https://github.com/dfarrell07/puppet-opendaylight",
   "issues_url": "https://github.com/dfarrell07/puppet-opendaylight/issues",
+  "tags": ["OpenDaylight", "ODL", "SDN", "networking", "controller"],
   "dependencies": [
     {
       "name": "puppetlabs-stdlib",
-      "version_requirement": ">= 1.0.0"
+      "version_requirement": "4.x"
+    },
+    {
+      "name": "gini-archive",
+      "version_requirement": "0.x"
+    }
+  ],
+  "operatingsystem_support": [
+    {
+      "operatingsystem": "RedHat",
+      "operatingsystemrelease": [ "7" ]
+    },
+    {
+      "operatingsystem": "CentOS",
+      "operatingsystemrelease": [ "7" ]
+    },
+    {
+      "operatingsystem": "Fedora",
+      "operatingsystemrelease": [ "20", "21" ]
+    }
+  ],
+  "requirements": [
+    {
+      "name": "puppet",
+      "version_requirement": ">=2.7.0 <4.0.0"
     }
   ]
 }