projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f777daf
)
add osousl cluster
author
Stephen Gran
<steve@lobefin.net>
Tue, 11 Sep 2012 19:04:00 +0000
(20:04 +0100)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/modules/ganeti2/manifests/params.pp
b/modules/ganeti2/manifests/params.pp
index
8c64e56
..
9fbecbd
100644
(file)
--- 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']