diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-05-11 22:51:23 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-05-11 22:51:23 +0200 |
commit | 2a46f9ad5676dbf5902d4b593a3a1f47c6806ab2 (patch) | |
tree | 38b809b3a67b72c39babb0733a192e9929aa5fd7 /global/overlay/etc/puppet | |
parent | c055927dd69888eab89fbdef43a342f277339d74 (diff) |
Fix VM addrs and some CPU and RAM.ct-ops-2015-05-12-v01ct-ops-2015-05-11-v12
I'm not sure that the signing VM:s have correct DNS resolver addresses.
Diffstat (limited to 'global/overlay/etc/puppet')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 5fbfc30..274b2ff 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -84,8 +84,8 @@ node 'f1.ct.nordu.net' { dhcp => false, repo => 'git://git.nordu.net/ct-ops.git', tagpattern => 'ops', - cpus => '8', - memory => '8196', + cpus => '16', + memory => '16384', ip => '130.242.125.96', netmask => '255.255.255.192', gateway => '130.242.125.65', @@ -99,7 +99,7 @@ node 'm1.ct.nordu.net' { dhcp => false, repo => 'git://git.nordu.net/ct-ops.git', tagpattern => 'ops', - cpus => '8', + cpus => '16', memory => '16384', ip => '130.242.125.137', netmask => '255.255.255.192', @@ -112,9 +112,9 @@ node 'm1.ct.nordu.net' { tagpattern => 'ops', cpus => '2', memory => '4096', - ip => '193.10.80.177', - netmask => '255.255.255.254', - gateway => '193.10.80.176', + ip => '193.10.80.178', + netmask => '255.255.255.248', + gateway => '193.10.80.177', resolver => '130.242.80.14 130.242.80.99' } } @@ -138,9 +138,9 @@ node 'm0.ct.nordu.net' { tagpattern => 'ops', cpus => '2', memory => '4096', - ip => '193.10.80.145', - netmask => '255.255.255.254', - gateway => '193.10.80.144', + ip => '193.10.80.146', + netmask => '255.255.255.248', + gateway => '193.10.80.145', resolver => '130.242.80.14 130.242.80.99' } } |