diff options
-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', |