recover Fedora 20/21
[integration/packaging/puppet-opendaylight.git] / metadata.json
index 9c4132a090568076e7094c7ed907898b99e181ad..883c66866fff3464a550f5a4f33b67170741b30c 100644 (file)
@@ -1,16 +1,49 @@
 {
   "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/dfarrell07-opendaylight",
-  "project_page": "https://github.com/dfarrell07/dfarrell07-opendaylight",
-  "issues_url": "https://github.com/dfarrell07/dfarrell07-opendaylight/issues",
+  "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": "camptocamp-archive",
+      "version_requirement": "0.x"
+    },
+    {
+      "name": "puppetlabs-java",
+      "version_requirement": "1.x"
+    }
+  ],
+  "operatingsystem_support": [
+    {
+      "operatingsystem": "RedHat",
+      "operatingsystemrelease": [ "7" ]
+    },
+    {
+      "operatingsystem": "CentOS",
+      "operatingsystemrelease": [ "7" ]
+    },
+    {
+      "operatingsystem": "Fedora",
+      "operatingsystemrelease": [ "20", "21" ]
+    },
+    {
+      "operatingsystem": "Ubuntu",
+      "operatingsystemrelease": [ "14.04" ]
+    }
+  ],
+  "requirements": [
+    {
+      "name": "puppet",
+      "version_requirement": ">=2.7.0 <4.0.0"
     }
   ]
 }