From 44a4e90db8ee2bc5e616e0121b2a0f9b3fabb8f6 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Wed, 18 Dec 2013 14:18:37 +0100 Subject: add testvm-tug-1 --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'global/overlay/etc/puppet') diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 42326e0..f0d9618 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -203,6 +203,10 @@ class sunet-dhcp-hosts { dhcp::host { 'db-lla-2_eth0': mac => "f0:4d:a2:73:4e:08", ip => "130.242.130.148", hostname => 'db-lla-2'; } dhcp::host { 'db-lla-2_eth1': mac => "f0:4d:a2:73:4e:09", ip => "130.242.130.148", hostname => 'db-lla-2'; } + + # eduID TUG development hosts + dhcp::host { 'testvm-tug-1': mac => "52:54:00:11:22:33", ip => "194.68.13.136" } + } class sunet { -- cgit v1.1