]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ganeti2/manifests/params.pp
Apply Aurelien's nfs patch to the dsa-check-libs copy in puppet also
[dsa-puppet.git] / modules / ganeti2 / manifests / params.pp
index 4e45e84d56dbd532e6d1595a7bdd9e2ca6c088c0..2c72c13d679801f9b48857473cc23bbc623d5594 100644 (file)
@@ -28,6 +28,16 @@ class ganeti2::params {
                        $ganeti_priv  = ['172.29.120.0/24']
                        $drbd         = false
                }
+               'ganeti.csail.debian.org': {
+                       $ganeti_hosts = ['128.31.0.16/32', '128.31.0.46/32']
+                       $ganeti_priv  = ['172.29.178.0/24']
+                       $drbd         = true
+               }
+               'ganeti.grnet.debian.org': {
+                       $ganeti_hosts = ['194.177.211.195/32', '194.177.211.196/32']
+                       $ganeti_priv  = ['172.29.175.0/24']
+                       $drbd         = true
+               }
                default: {
                        $ganeti_hosts = []
                        $ganeti_priv  = []