From f54c78e2c36d7db53260bc868b5b538cb8e9d911 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 3 Oct 2018 18:18:05 +0200 Subject: [Baremetal] - Change roles and playbooks names A few playbooks and the create-vm-nodes role should change the name to reflect the new reality once the baremetal patches are merged. The playbooks that must change the name are: - xci-prepare-virtual.yml - xci-create-virtual.yml Change-Id: Iaed1f93561fa9d39c7916e0643a5445cdddf4f97 Signed-off-by: Manuel Buil --- xci/playbooks/roles/create-vm-nodes/vars/redhat.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 xci/playbooks/roles/create-vm-nodes/vars/redhat.yml (limited to 'xci/playbooks/roles/create-vm-nodes/vars/redhat.yml') diff --git a/xci/playbooks/roles/create-vm-nodes/vars/redhat.yml b/xci/playbooks/roles/create-vm-nodes/vars/redhat.yml deleted file mode 100644 index 2b285110..00000000 --- a/xci/playbooks/roles/create-vm-nodes/vars/redhat.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -sgabios_dir: /usr/share/sgabios/ -libvirt_service_name: libvirtd -required_packages: - - qemu-img - - qemu-kvm-tools - - qemu-kvm - - qemu-kvm-common - - qemu-system-x86 - - sgabios-bin - - libvirt - - libvirt-client - - libvirt-daemon - - pkgconfig - - libvirt-devel - - libvirt-python - - python-lxml -- cgit