diff options
author | Leif Johansson <leifj@sunet.se> | 2015-05-09 16:48:40 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-05-09 16:48:40 +0200 |
commit | e84497877fc22324d9a834c475c5a37159132571 (patch) | |
tree | ec1889532c734cce21ce33c78dcefc5ef942d3c5 /global/overlay | |
parent | 27e9c3a2c6fa56ec7118b407473fd766d74c2a61 (diff) |
comment out after testingsunet-ops-2015-05-09-v10
Diffstat (limited to 'global/overlay')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index c5bbbb7..3a15818 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -278,17 +278,17 @@ node 'sto-tug-kvm-lab1.swamid.se' { memory => '1024', } - sunet::cloudimage { 'test.sunet.se': - dhcp => false, - repo => 'git://git.nordu.net/sunet-ops.git', - tagpattern => 'sunet-ops', - cpus => '1', - memory => '1024', - ip => '130.242.125.88', - netmask => '255.255.255.192', - gateway => '130.242.125.65', - resolver => '130.242.80.14 130.242.80.99' - } + #sunet::cloudimage { 'test.sunet.se': + # dhcp => false, + # repo => 'git://git.nordu.net/sunet-ops.git', + # tagpattern => 'sunet-ops', + # cpus => '1', + # memory => '1024', + # ip => '130.242.125.88', + # netmask => '255.255.255.192', + # gateway => '130.242.125.65', + # resolver => '130.242.80.14 130.242.80.99' + #} } class sunet-dhcp-hosts { |