Skip to content

Commit

Permalink
install qemu-img/qemu-utils on mgmt host
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
  • Loading branch information
rohityadavcloud committed Jun 5, 2019
1 parent ba9729f commit 2f53242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Ansible/roles/cloudstack-manager/tasks/centos.yml
Expand Up @@ -32,6 +32,9 @@
- name: update lvm2 as fix for bugzilla.redhat.com/show_bug.cgi?id=1294128
yum: name=lvm2 state=latest

- name: install qemu-img
yum: name=qemu-img state=present

- debug: msg="Set Java on VM"
- set_fact: java_ver="{{ mgmt_java_ver }}"
- set_fact: java_path="{{ mgmt_java_path }}"
Expand Down
1 change: 1 addition & 0 deletions Ansible/roles/cloudstack-manager/tasks/ubuntu.yml
Expand Up @@ -78,6 +78,7 @@
with_items:
- mysql-client
- haveged
- qemu-utils

- name: Ensure vhd-util is present
get_url: url="{{ vhdutil_url }}" dest=/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util mode=0755
Expand Down

0 comments on commit 2f53242

Please sign in to comment.