From a01e6d9607702ae2ca9282808193b4b91ea0cce6 Mon Sep 17 00:00:00 2001 From: Logan V Date: Thu, 20 Jun 2019 22:16:24 -0500 Subject: [PATCH] Install netcat on compute hosts Compute hosts require netcat in order to perform live migrations. Closes-Bug: #1833644 Change-Id: Ie0caab0b10e878722f1804f67808f1d83d504c59 --- vars/debian.yml | 1 + vars/redhat-7.yml | 1 + vars/suse.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/vars/debian.yml b/vars/debian.yml index 0ecd584c..8bbe2c6b 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -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 diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index f599ab22..6aaf146e 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -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 diff --git a/vars/suse.yml b/vars/suse.yml index 84277040..2708ff29 100644 --- a/vars/suse.yml +++ b/vars/suse.yml @@ -74,6 +74,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