frontend fre
This commit is contained in:
parent
262b705f8d
commit
641ce29733
3 changed files with 13 additions and 7 deletions
|
@ -21,12 +21,13 @@ jmp.komreg.net:
|
|||
autoupdate:
|
||||
|
||||
kvmfe-fre-3.komreg.net:
|
||||
eid::cloudimage:
|
||||
fe-fre-3.komreg.net:
|
||||
mac: '52:54:20:01:00:01'
|
||||
description: 'eid fre frontend'
|
||||
cpus: '4'
|
||||
memory: '4096'
|
||||
eid::kvm_vms:
|
||||
vms:
|
||||
fe-fre-3.komreg.net:
|
||||
mac: '52:54:20:01:00:01'
|
||||
description: 'eid fre frontend'
|
||||
cpus: '4'
|
||||
memory: '4096'
|
||||
|
||||
nic.komreg.net:
|
||||
sunet_iaas_cloud:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Wrapper with eid common settings for sunet::cloudimage
|
||||
class eid::cloudimage(
|
||||
define eid::cloudimage(
|
||||
String $mac,
|
||||
String $cpus = '1',
|
||||
String $memory = '1024',
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
class eid::kvm_vms(
|
||||
Hash $vms
|
||||
) {
|
||||
create_resources('eid::cloudimage', $vms)
|
||||
}
|
Loading…
Add table
Reference in a new issue