summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp13
1 files changed, 13 insertions, 0 deletions
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'}