X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Fparams.pp;h=4a386ec4ce1b8f783b5c9ea84675e6b2236aca21;hb=0186d6f54936c1d4e21b5dd0152fb90465b1e831;hp=9fbecbdfcc98ab7b955d28a810ec730b3b6c801c;hpb=72e636ac67c1ba721dee00899101be5002d58a4c;p=dsa-puppet.git diff --git a/modules/ganeti2/manifests/params.pp b/modules/ganeti2/manifests/params.pp index 9fbecbdf..4a386ec4 100644 --- a/modules/ganeti2/manifests/params.pp +++ b/modules/ganeti2/manifests/params.pp @@ -1,14 +1,13 @@ class ganeti2::params { - - case $::cluster { + 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': { @@ -16,6 +15,11 @@ class ganeti2::params { $ganeti_priv = ['192.168.75.103/32', '192.168.75.109/32'] $drbd = true } + 'ganeti-bm.debian.org': { + $ganeti_hosts = ['5.153.231.240/28'] + $ganeti_priv = ['172.29.121.0/24'] + $drbd = false + } default: { $ganeti_hosts = [] $ganeti_priv = []