diff options
author | Leif Johansson <leifj@sunet.se> | 2014-03-03 12:31:07 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2014-03-03 12:31:07 +0100 |
commit | 8f9d1ca35cbcd958511a30fbdf9664e545ef908a (patch) | |
tree | d0913a44ea7c274279c1464a7cd0bbd2abcd2f91 /global | |
parent | 9a762c5562695dba85590e9dcfa4ed54b9f4e3bd (diff) |
samltest vmsunet-ops-2014-03-03-v12
Diffstat (limited to 'global')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index c8064ee..2490645 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -58,6 +58,24 @@ node 'sto-tug-kvm1.swamid.se' { } +node 'sto-tug-kvm-lab1.swamid.se' { + + package {'python-vm-builder': + ensure => 'installed', + } -> + + #cosmos::dhcp_kvm { 'samltest.swamid.se': + # mac => '52:54:00:3a:0a:e4', + # repo => 'git://git.nordu.net/sunet-ops.git', + # tagpattern => 'sunet-ops', + # cpus => '1', + # memory => '1024', + # suite => 'saucy', + # extras => '--addpkg linux-image-generic', + #} + +} + class sunet-dhcp-hosts { dhcp::pool {'sunet-servernet-tug-130.242.125.64/26': @@ -229,6 +247,10 @@ class sunet-dhcp-hosts { dhcp::host { 'userdb-fre-1': mac => "52:54:00:17:13:f6", ip => "194.68.13.164" } + # SUNET TUG hosts + + dhcp::host { 'samltest': mac => "52:54:00:3a:0a:e4", ip => "130.242.125.80" } + } class sunet { |