diff options
Diffstat (limited to 'global')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index e735978..6ee0a8c 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -156,17 +156,20 @@ node 'sto-tug-kvm1.swamid.se' { # eduID FRE hosts - dhcp::host { 'kvmidp-fre-2': mac => "18:03:73:41:f3:e8", ip => "130.242.130.68"; } + dhcp::host { 'kvmidp-fre-2_eth0': mac => "18:03:73:41:f3:e8", ip => "130.242.130.68", hostname => 'kvmidp-fre-2'; } + dhcp::host { 'kvmidp-fre-2_eth1': mac => "18:03:73:41:f3:ea", ip => "130.242.130.68", hostname => 'kvmidp-fre-2'; } dhcp::host { 'idp-fre-2a': mac => "52:54:00:04:00:01", ip => "130.242.130.69"; } dhcp::host { 'idp-fre-2b': mac => "52:54:00:04:00:02", ip => "130.242.130.70"; } - dhcp::host { 'auth-fre-2': mac => "18:03:73:0f:41:3c", ip => "130.242.130.76"; } + dhcp::host { 'auth-fre-2_eth0': mac => "18:03:73:0f:41:3c", ip => "130.242.130.76", hostname => 'auth-fre-2'; } + dhcp::host { 'auth-fre-2_eth1': mac => "18:03:73:0f:41:3d", ip => "130.242.130.76", hostname => 'auth-fre-2'; } dhcp::host { 'kvm-fre-2': mac => "f0:4d:a2:73:4b:e3", ip => "130.242.130.84"; } - dhcp::host { 'db-fre-2': mac => "f0:4d:a2:73:4f:19", ip => "130.242.130.85"; } + 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'; } # eduID LLA hosts |