Remove a bunch of 3rdparty modules that seem unused
[mirror/dsa-puppet.git] / 3rdparty / modules / vswitch / metadata.json
diff --git a/3rdparty/modules/vswitch/metadata.json b/3rdparty/modules/vswitch/metadata.json
deleted file mode 100644 (file)
index ef69991..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-{
-  "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"
-    }
-  ]
-}