Merge "Install netcat on compute hosts"
This commit is contained in:
commit
19b740bc7c
@ -66,6 +66,7 @@ nova_compute_kvm_distro_packages:
|
||||
- genisoimage
|
||||
- kpartx
|
||||
- "{{ (ansible_distribution == 'Debian') | ternary('libvirt-daemon-system', 'libvirt-bin') }}"
|
||||
- netcat-openbsd
|
||||
- open-iscsi
|
||||
- python-guestfs
|
||||
- python3-guestfs
|
||||
|
@ -68,6 +68,7 @@ nova_compute_kvm_distro_packages:
|
||||
- libvirt-daemon-kvm
|
||||
- libvirt-daemon-driver-qemu
|
||||
- libvirt-client
|
||||
- nc
|
||||
- qemu-kvm-ev
|
||||
- libvirt-python
|
||||
- nfs-utils
|
||||
|
@ -72,6 +72,7 @@ nova_compute_kvm_distro_packages:
|
||||
- libvirt-daemon-driver-storage-mpath
|
||||
- libvirt-daemon-driver-storage-rbd
|
||||
- libvirt-daemon-driver-storage-scsi
|
||||
- netcat-openbsd
|
||||
- qemu-kvm
|
||||
- qemu-block-curl
|
||||
- qemu-block-dmg
|
||||
|
Loading…
x
Reference in New Issue
Block a user