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:
8192ab2
)
Add ganeti.csail.debian.org params
author
Peter Palfrader
<peter@palfrader.org>
Fri, 19 Sep 2014 10:24:18 +0000
(12:24 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 19 Sep 2014 10:24:18 +0000
(12:24 +0200)
modules/ganeti2/manifests/params.pp
patch
|
blob
|
history
diff --git
a/modules/ganeti2/manifests/params.pp
b/modules/ganeti2/manifests/params.pp
index
4e45e84
..
0c741f4
100644
(file)
--- a/
modules/ganeti2/manifests/params.pp
+++ b/
modules/ganeti2/manifests/params.pp
@@
-28,6
+28,11
@@
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
+ }
default: {
$ganeti_hosts = []
$ganeti_priv = []