transition grnet cluster to new lvm config
[mirror/dsa-puppet.git] / modules / profile / manifests / lvm / ganeti_grnet.pp
diff --git a/modules/profile/manifests/lvm/ganeti_grnet.pp b/modules/profile/manifests/lvm/ganeti_grnet.pp
new file mode 100644 (file)
index 0000000..cee32c1
--- /dev/null
@@ -0,0 +1,6 @@
+# LVM config for the blades that make up ganeti.grnet.debian.org
+class profile::lvm::ganeti_grnet {
+  class { 'lvm':
+    global_filter  => '[ "a|^/dev/sda[0-9]*$|", "r/.*/" ]',
+  }
+}