]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/glance/metadata.json
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / glance / metadata.json
diff --git a/3rdparty/modules/glance/metadata.json b/3rdparty/modules/glance/metadata.json
new file mode 100644 (file)
index 0000000..153f465
--- /dev/null
@@ -0,0 +1,55 @@
+{
+  "name": "stackforge-glance",
+  "version": "5.1.0",
+  "author": "Puppet Labs and OpenStack Contributors",
+  "summary": "Puppet module for OpenStack Glance",
+  "license": "Apache License 2.0",
+  "source": "git://github.com/openstack/puppet-glance.git",
+  "project_page": "https://launchpad.net/puppet-glance",
+  "issues_url": "https://bugs.launchpad.net/puppet-glance",
+  "dependencies": [
+    {"name":"puppetlabs/inifile","version_requirement":">=1.0.0 <2.0.0"},
+    {"name":"stackforge/keystone","version_requirement":">=5.0.0 <6.0.0"},
+    {"name":"puppetlabs/stdlib","version_requirement":">=4.0.0 <5.0.0"},
+    {"name":"stackforge/openstacklib","version_requirement":">=5.0.0 <6.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": "Installs and configures OpenStack Glance (Image Service)."
+}