From: Stephen Gran Date: Tue, 11 Sep 2012 19:04:00 +0000 (+0100) Subject: add osousl cluster X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=72e636ac67c1ba721dee00899101be5002d58a4c add osousl cluster Signed-off-by: Stephen Gran --- diff --git a/modules/ganeti2/manifests/params.pp b/modules/ganeti2/manifests/params.pp index 8c64e569..9fbecbdf 100644 --- a/modules/ganeti2/manifests/params.pp +++ b/modules/ganeti2/manifests/params.pp @@ -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']