X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Fparams.pp;h=4877c41eb67567313d33b3d94a367a34e49f84d9;hb=7f7977f233e069f392961706a02d656a02a74bc3;hp=8c64e56981a520f05a7f755261168dcb2fc75597;hpb=e81d2dd357118ed7157fa2fa5107b57f28c3cdf0;p=dsa-puppet.git diff --git a/modules/ganeti2/manifests/params.pp b/modules/ganeti2/manifests/params.pp index 8c64e569..4877c41e 100644 --- a/modules/ganeti2/manifests/params.pp +++ b/modules/ganeti2/manifests/params.pp @@ -1,9 +1,14 @@ 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'] + $ganeti_hosts = ['206.12.19.213/32', '206.12.19.217/32', '206.12.19.212/32', '206.12.19.216/32', '206.12.19.19/32'] + $ganeti_priv = ['192.168.2.213/32', '192.168.2.217/32', '192.168.2.212/32', '192.168.2.216/32', '192.168.2.19/32'] $drbd = true } 'ganeti3.debian.org': {