diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2013-12-18 14:18:37 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2013-12-18 14:18:37 +0100 |
commit | 44a4e90db8ee2bc5e616e0121b2a0f9b3fabb8f6 (patch) | |
tree | 810440307bf90434007a2445811498e77f07fd04 /global/overlay/etc/puppet | |
parent | 79068544897c1ce3f682f70c09b6d987f09daf2e (diff) |
add testvm-tug-1sunet-ops-2013-12-18-v01
Diffstat (limited to 'global/overlay/etc/puppet')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |