X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Fparams.pp;h=2c72c13d679801f9b48857473cc23bbc623d5594;hb=6b183cf204cd8df9a8a967f1e709832968c50cbb;hp=4e45e84d56dbd532e6d1595a7bdd9e2ca6c088c0;hpb=2af6c8ab92006da11ea8fc8f2557fd3b56d92efc;p=dsa-puppet.git diff --git a/modules/ganeti2/manifests/params.pp b/modules/ganeti2/manifests/params.pp index 4e45e84d..2c72c13d 100644 --- a/modules/ganeti2/manifests/params.pp +++ b/modules/ganeti2/manifests/params.pp @@ -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 = []