diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2013-11-14 10:22:12 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2013-11-14 10:22:12 +0100 |
commit | 7711afa2801408cc672d974cb4a5b85aaef7a435 (patch) | |
tree | 94dad5f806ef3b3c6849176f31a7c6fc0486056f /global/overlay/etc/puppet/manifests/cosmos-site.pp | |
parent | bbd2fa81a43fc37ec37f6bd274cd0fc0b90ec5a9 (diff) |
add VM www-fre-2sunet-ops-2013-11-14-v01
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-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 6802489..ad3251e 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -168,6 +168,8 @@ node 'sto-tug-kvm1.swamid.se' { dhcp::host { 'kvm-fre-2': mac => "f0:4d:a2:73:4b:e3", ip => "130.242.130.84"; } + dhcp::host { 'www-fre-2': mac => "52:54:00:06:00:01", ip => "130.242.130.86"; } + dhcp::host { 'db-fre-2_eth0': mac => "f0:4d:a2:73:4f:19", ip => "130.242.130.85", hostname => 'db-fre-2'; } dhcp::host { 'db-fre-2_eth1': mac => "f0:4d:a2:73:4f:1a", ip => "130.242.130.85", hostname => 'db-fre-2'; } |