]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/vswitch/metadata.json
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / vswitch / metadata.json
diff --git a/3rdparty/modules/vswitch/metadata.json b/3rdparty/modules/vswitch/metadata.json
new file mode 100644 (file)
index 0000000..ef69991
--- /dev/null
@@ -0,0 +1,59 @@
+{
+  "name": "stackforge-vswitch",
+  "version": "1.1.0",
+  "author": "Endre Karlson, Dan Bode and StackForge Contributors",
+  "summary": "A module for providing things (ports, bridges) to vSwitches (OVS)",
+  "license": "Apache-2.0",
+  "source": "git://github.com/openstack/puppet-vswitch.git",
+  "project_page": "https://launchpad.net/puppet-vswitch",
+  "issues_url": "https://bugs.launchpad.net/puppet-vswitch",
+  "dependencies": [
+  
+  ],
+  "operatingsystem_support": [
+    {
+      "operatingsystem": "Fedora",
+      "operatingsystemrelease": [
+        "20"
+      ]
+    },
+    {
+      "operatingsystem": "RedHat",
+      "operatingsystemrelease": [
+        "6",
+        "7"
+      ]
+    },
+    {
+      "operatingsystem": "CentOS",
+      "operatingsystemrelease": [
+        "6",
+        "7"
+      ]
+    },
+    {
+      "operatingsystem": "Debian",
+      "operatingsystemrelease": [
+        "6",
+        "7"
+      ]
+    },
+    {
+      "operatingsystem": "Ubuntu",
+      "operatingsystemrelease": [
+        "12.04",
+        "14.04"
+      ]
+    }
+  ],
+  "requirements": [
+    {
+      "name": "pe",
+      "version_requirement": "3.x"
+    },
+    {
+      "name": "puppet",
+      "version_requirement": "3.x"
+    }
+  ]
+}