summaryrefslogtreecommitdiff
path: root/global/overlay/etc/puppet/manifests/cosmos-site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp17
1 files changed, 6 insertions, 11 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index f3e903d..a205fd9 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -82,9 +82,10 @@ node 'sto-tug-kvm1.swamid.se' {
memory => '2048',
}
- sunet::dhcp_kvm { 'mdx1.swamid.se':
+ sunet::cloudimage { 'mdx1.swamid.se':
mac => '52:54:00:fe:bc:09',
- repo => 'git://git.nordu.net/sunet-ops.git',
+ dhcp => true,
+ repo => 'git://git.nordu.net/nunoc-ops.git',
tagpattern => 'sunet-ops',
cpus => '1',
memory => '2048',
@@ -100,13 +101,11 @@ node 'sto-tug-kvm1.swamid.se' {
}
node 'sto-fre-kvm1.swamid.se' {
- package {'python-vm-builder':
- ensure => 'installed',
- } ->
- sunet::dhcp_kvm { 'mdx2.swamid.se':
+ sunet::cloudimage { 'mdx2.swamid.se':
mac => '52:54:00:30:be:dd',
- repo => 'git://git.nordu.net/sunet-ops.git',
+ dhcp => true,
+ repo => 'git://git.nordu.net/nunoc-ops.git',
tagpattern => 'sunet-ops',
cpus => '1',
memory => '2048',
@@ -114,10 +113,6 @@ node 'sto-fre-kvm1.swamid.se' {
}
-node 'reep.tid.isoc.org' {
-
-}
-
node 'datasets.sunet.se' {
class {'sunet::dockerhost': } ->
file {'/opt/lobo2-redis-data':