diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2013-12-18 15:31:17 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2013-12-18 15:31:17 +0100 |
commit | 249febe09b7e74beb4d117fccfe9122ab44e37b7 (patch) | |
tree | b34d16bed5e394000052e2ed57f7788c810488d5 /global/overlay | |
parent | af85d802fcb83a6f69a5c7db5f9e1e8433d8d27d (diff) |
add host idp-tug-1.eduid.sesunet-ops-2013-12-18-v03
Diffstat (limited to 'global/overlay')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index ed110e2..408f46d 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -221,6 +221,8 @@ class sunet-dhcp-hosts { } # eduID TUG development hosts + dhcp::host { 'idp-tug-1': mac => "52:54:00:a0:00:92", ip => "194.68.13.146" } + dhcp::host { 'testvm-tug-1': mac => "52:54:00:11:22:33", ip => "194.68.13.136" } } |