diff options
author | Leif Johansson <leifj@sunet.se> | 2015-05-11 22:18:46 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-05-11 22:18:46 +0200 |
commit | c055927dd69888eab89fbdef43a342f277339d74 (patch) | |
tree | e972d4c543c512fbebb6a9d07d0e96eecb099cfe /global/overlay/etc/puppet | |
parent | 233b0cb53eee4f12549b409f3ffba349faa3552b (diff) |
Diffstat (limited to 'global/overlay/etc/puppet')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 9b7b03c..5fbfc30 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -82,7 +82,7 @@ node 'f1.ct.nordu.net' { class { 'sunet::kvmtools': } -> sunet::cloudimage { 'frontend-1.urd.appendto.org': dhcp => false, - repo => 'git://git.nordu.net/ops.git', + repo => 'git://git.nordu.net/ct-ops.git', tagpattern => 'ops', cpus => '8', memory => '8196', @@ -97,7 +97,7 @@ node 'm1.ct.nordu.net' { class { 'sunet::kvmtools': } -> sunet::cloudimage { 'frontend-2.urd.appendto.org': dhcp => false, - repo => 'git://git.nordu.net/ops.git', + repo => 'git://git.nordu.net/ct-ops.git', tagpattern => 'ops', cpus => '8', memory => '16384', @@ -108,7 +108,7 @@ node 'm1.ct.nordu.net' { } sunet::cloudimage { 'sign-2.urd.appendto.org': dhcp => false, - repo => 'git://git.nordu.net/ops.git', + repo => 'git://git.nordu.net/ct-ops.git', tagpattern => 'ops', cpus => '2', memory => '4096', @@ -123,7 +123,7 @@ node 'm0.ct.nordu.net' { class { 'sunet::kvmtools': } -> sunet::cloudimage { 'merge-1.urd.appendto.org': dhcp => false, - repo => 'git://git.nordu.net/ops.git', + repo => 'git://git.nordu.net/ct-ops.git', tagpattern => 'ops', cpus => '8', memory => '16384', @@ -134,7 +134,7 @@ node 'm0.ct.nordu.net' { } sunet::cloudimage { 'sign-1.urd.appendto.org': dhcp => false, - repo => 'git://git.nordu.net/ops.git', + repo => 'git://git.nordu.net/ct-ops.git', tagpattern => 'ops', cpus => '2', memory => '4096', |