]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add osousl cluster
authorStephen Gran <steve@lobefin.net>
Tue, 11 Sep 2012 19:04:00 +0000 (20:04 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 11 Sep 2012 19:04:00 +0000 (20:04 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ganeti2/manifests/params.pp

index 8c64e56981a520f05a7f755261168dcb2fc75597..9fbecbdfcc98ab7b955d28a810ec730b3b6c801c 100644 (file)
@@ -1,6 +1,11 @@
 class ganeti2::params {
 
        case $::cluster {
+               'ganeti-osuosl.debian.org': {
+                       $ganeti_hosts = ['140.211.166.20/32']
+                       $ganeti_priv  = ['140.211.166.20/32']
+                       $drbd         = false
+               }
                'ganeti2.debian.org': {
                        $ganeti_hosts = ['206.12.19.213/32', '206.12.19.217/32', '206.12.19.212/32', '206.12.19.216/32']
                        $ganeti_priv  = ['192.168.2.213/32', '192.168.2.217/32', '192.168.2.212/32', '192.168.2.216/32']