Taskotron-imagefactory: Increase memory for for OZ

This commit is contained in:
Josef Skladanka 2016-04-26 12:31:41 +02:00
parent b78099c045
commit af3c7c9988
2 changed files with 24 additions and 0 deletions

View 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

View file

@ -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