copr-hypervisor: install libvirt packages earlier
... even libvirt-daemon
This commit is contained in:
parent
8bb92a4d51
commit
05f41424e8
1 changed files with 15 additions and 13 deletions
|
@ -30,6 +30,21 @@
|
||||||
copy: src=profile.sh dest=/etc/profile.d/copr-hypervisor.sh
|
copy: src=profile.sh dest=/etc/profile.d/copr-hypervisor.sh
|
||||||
tags: profile_scripts
|
tags: profile_scripts
|
||||||
|
|
||||||
|
- name: install libvirt packages
|
||||||
|
package: name={{ item }} state=present
|
||||||
|
with_items:
|
||||||
|
- qemu-kvm
|
||||||
|
- libguestfs-tools-c
|
||||||
|
- libvirt
|
||||||
|
- libvirt-daemon
|
||||||
|
- podman
|
||||||
|
- virt-install
|
||||||
|
- python3-glanceclient
|
||||||
|
tags:
|
||||||
|
- openstack
|
||||||
|
- packages
|
||||||
|
- libvirtd
|
||||||
|
|
||||||
- name: install libvirtd.conf
|
- name: install libvirtd.conf
|
||||||
copy: src="{{ files }}/virthost/libvirtd.conf" dest=/etc/libvirt/libvirtd.conf
|
copy: src="{{ files }}/virthost/libvirtd.conf" dest=/etc/libvirt/libvirtd.conf
|
||||||
notify:
|
notify:
|
||||||
|
@ -150,19 +165,6 @@
|
||||||
copy: src=buildsys.pub dest=/home/copr/.ssh/id_rsa.pub
|
copy: src=buildsys.pub dest=/home/copr/.ssh/id_rsa.pub
|
||||||
owner=copr mode=0600
|
owner=copr mode=0600
|
||||||
|
|
||||||
- name: install libvirt packages
|
|
||||||
package: name={{ item }} state=present
|
|
||||||
with_items:
|
|
||||||
- qemu-kvm
|
|
||||||
- libguestfs-tools-c
|
|
||||||
- libvirt
|
|
||||||
- podman
|
|
||||||
- virt-install
|
|
||||||
- python3-glanceclient
|
|
||||||
tags:
|
|
||||||
- openstack
|
|
||||||
- packages
|
|
||||||
|
|
||||||
#- name: Enable praiskup-helpers repo
|
#- name: Enable praiskup-helpers repo
|
||||||
# community.general.copr:
|
# community.general.copr:
|
||||||
# state: enabled
|
# state: enabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue