Taskotron-imagefactory: Increase memory for for OZ
This commit is contained in:
parent
b78099c045
commit
af3c7c9988
2 changed files with 24 additions and 0 deletions
21
roles/taskotron/imagefactory/files/oz.cfg
Normal file
21
roles/taskotron/imagefactory/files/oz.cfg
Normal file
|
@ -0,0 +1,21 @@
|
|||
[paths]
|
||||
output_dir = /var/lib/libvirt/images
|
||||
data_dir = /var/lib/oz
|
||||
screenshot_dir = /var/lib/oz/screenshots
|
||||
# sshprivkey = /etc/oz/id_rsa-icicle-gen
|
||||
|
||||
[libvirt]
|
||||
uri = qemu:///system
|
||||
image_type = raw
|
||||
# type = kvm
|
||||
# bridge_name = virbr0
|
||||
# cpus = 1
|
||||
memory = 2048
|
||||
|
||||
[cache]
|
||||
original_media = yes
|
||||
modified_media = no
|
||||
jeos = no
|
||||
|
||||
[icicle]
|
||||
safe_generation = no
|
|
@ -9,6 +9,9 @@
|
|||
- name: copy imagefactory.conf config file
|
||||
copy: src=imagefactory.conf dest=/etc/imagefactory/imagefactory.conf owner=root group=root mode=0644
|
||||
|
||||
- name: copy oz.cfg config file
|
||||
copy: src=oz.cfg dest=/etc/oz/oz.cfg owner=root group=root mode=0644
|
||||
|
||||
- name: hotfix imagefactory's REST api to allow file download
|
||||
copy: src=hotfix_imgfac_RESTv2.py dest=/usr/lib/python2.7/site-packages/imgfac/rest/RESTv2.py owner=root group=root mode=0644
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue