summaryrefslogtreecommitdiff
path: root/global/overlay/etc/puppet/manifests
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2015-05-08 15:37:07 +0200
committerLeif Johansson <leifj@sunet.se>2015-05-08 15:37:07 +0200
commit98cd5491809facf2eb1e58e82c3cb05d95992a1d (patch)
tree04aa5dffc2e94e5d364b7984cefa3e089ed0f852 /global/overlay/etc/puppet/manifests
parent2f4e4812443b7ea9ecced5707ba4ab41844f2e7e (diff)
Diffstat (limited to 'global/overlay/etc/puppet/manifests')
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index c17f704..3f487c9 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -277,6 +277,17 @@ node 'sto-tug-kvm-lab1.swamid.se' {
cpus => '1',
memory => '1024',
}
+
+ sunet::cloudimage { 'test.sunet.se':
+ dhcp => false,
+ repo => 'git://git.nordu.net/sunet-ops.git',
+ tag => 'sunet-ops',
+ cpus => '1',
+ memory => '1024',
+ ip => '130.242.125.88',
+ netmask => '255.255.255.192',
+ gateway => '130.242.125.65'
+ }
}
class sunet-dhcp-hosts {