]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/openstacklib/metadata.json
add stackforge/openstacklib to 3rdparty
[dsa-puppet.git] / 3rdparty / modules / openstacklib / metadata.json
diff --git a/3rdparty/modules/openstacklib/metadata.json b/3rdparty/modules/openstacklib/metadata.json
new file mode 100644 (file)
index 0000000..e941bfd
--- /dev/null
@@ -0,0 +1,55 @@
+{
+  "name": "stackforge-openstacklib",
+  "version": "5.1.0",
+  "author": "Puppet Labs and OpenStack Contributors",
+  "summary": "Puppet OpenStack Libraries",
+  "license": "Apache-2.0",
+  "source": "git://github.com/openstack/puppet-openstacklib.git",
+  "project_page": "https://launchpad.net/puppet-openstacklib",
+  "issues_url": "https://bugs.launchpad.net/puppet-openstacklib",
+  "dependencies": [
+    {"name":"aimonb/aviator","version_requirement":">=0.4.2 <1.0.0"},
+    {"name":"puppetlabs/mysql","version_requirement":">=2.2.0 <3.0.0"},
+    {"name":"puppetlabs/stdlib","version_requirement":">=4.0.0 <5.0.0"},
+    {"name":"puppetlabs/rabbitmq","version_requirement":">=2.0.2 <4.0.0"}
+  ],
+  "requirements": [
+    {
+      "name": "pe",
+      "version_requirement": "3.x"
+    },
+    {
+      "name": "puppet",
+      "version_requirement": "3.x"
+    }
+  ],
+  "operatingsystem_support": [
+    {
+      "operatingsystem": "Debian",
+      "operatingsystemrelease": [
+        "7"
+      ]
+    },
+    {
+      "operatingsystem": "Fedora",
+      "operatingsystemrelease": [
+        "20"
+      ]
+    },
+    {
+      "operatingsystem": "RedHat",
+      "operatingsystemrelease": [
+        "6.5",
+        "7"
+      ]
+    },
+    {
+      "operatingsystem": "Ubuntu",
+      "operatingsystemrelease": [
+        "12.04",
+        "14.04"
+      ]
+    }
+  ],
+  "description": "Puppet module library to expose common functionality between OpenStack modules."
+}