diff options
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 11 |
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 { |