From a1bc104e5bd63ab896afc92781df6aac6efd90e3 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 30 Jun 2014 11:48:33 +0200 Subject: lobo2 --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'global/overlay/etc/puppet/manifests') diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 63462a7..34ff4cb 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -122,6 +122,14 @@ node 'sto-tug-kvm-lab1.swamid.se' { memory => '1024', } + cosmos::dhcp_kvm { 'lobo2.lab.sunet.se': + mac => '52:54:00:5e:72:91', + repo => 'git://git.nordu.net/sunet-ops.git', + tagpattern => 'sunet-ops', + cpus => '1', + memory => '1024', + } + cosmos::dhcp_kvm { 'meta.swamid.se': mac => '52:54:00:1c:72:1a', repo => 'git://git.nordu.net/sunet-ops.git', @@ -315,6 +323,7 @@ class sunet-dhcp-hosts { dhcp::host { 'dane.lab': mac => "52:54:00:8d:88:5f", ip => "130.242.125.81" } dhcp::host { 'meta.swamid': mac => "52:54:00:1c:72:1a", ip => "130.242.125.82" } dhcp::host { 'md-master.reep': mac => "52:54:00:39:8d:ac", ip => "130.242.125.83" } + dhcp::host { 'lobo2.lab': mac => "52:54:00:5e:72:91", ip => "130.242.125.86" } # SWAMID production dhcp::host { 'registry.swamid': mac => "52:54:00:52:53:0b", ip => "130.242.125.90" } @@ -431,6 +440,10 @@ node 'dane.lab.sunet.se' { class {'sunet': } } +node 'lobo2.lab.sunet.se' { + class {'sunet': } +} + node 'wp.sunet.se' { package {'libapache2-mod-php5': ensure => 'latest'} package {'php5-mysql': ensure => 'latest'} -- cgit v1.1