openqa/server: try enabling disk image generation, redux
rwmj has refreshed the i686 base image now, so let's try this again.
This commit is contained in:
parent
120623ed50
commit
f010264974
1 changed files with 7 additions and 7 deletions
|
@ -121,13 +121,13 @@
|
||||||
changed_when: "1 != 1"
|
changed_when: "1 != 1"
|
||||||
always_run: true
|
always_run: true
|
||||||
|
|
||||||
#- name: Create hard disk images (this may take a long time!)
|
- name: Create hard disk images (this may take a long time!)
|
||||||
# command: "/root/openqa_fedora_tools/tools/createhdds.py all --clean"
|
command: "/root/openqa_fedora_tools/tools/createhdds.py all --clean"
|
||||||
# args:
|
args:
|
||||||
# chdir: /var/lib/openqa/share/factory/hdd/
|
chdir: /var/lib/openqa/share/factory/hdd/
|
||||||
# environment:
|
environment:
|
||||||
# LIBGUESTFS_BACKEND: direct
|
LIBGUESTFS_BACKEND: direct
|
||||||
# when: "diskcheck.rc > 0"
|
when: "diskcheck.rc > 0"
|
||||||
|
|
||||||
- name: Create exports file
|
- name: Create exports file
|
||||||
copy: src=exports dest=/etc/exports.d/openqa.exports owner=root group=root mode=0644
|
copy: src=exports dest=/etc/exports.d/openqa.exports owner=root group=root mode=0644
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue