From a7e0ee886da80105807b43efd224a4c73fb38d3c Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 17 Mar 2020 19:20:52 +0300 Subject: [PATCH] More qemu packages --- opennebula.sh | 2 +- run.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/opennebula.sh b/opennebula.sh index e204c66..5f34301 100755 --- a/opennebula.sh +++ b/opennebula.sh @@ -39,7 +39,7 @@ DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confdef" \ # Keepalived from buster crashes with libc6 from sid DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confdef" \ -o Dpkg::Options::="--force-confold" install -y -t sid \ - qemu qemu-kvm qemu-block-extra keepalived + qemu qemu-kvm qemu-system-common qemu-system-data qemu-system-x86 qemu-utils qemu-block-extra keepalived /usr/share/one/install_gems --yes EOF diff --git a/run.sh b/run.sh index e2f8757..3768659 100755 --- a/run.sh +++ b/run.sh @@ -2,6 +2,12 @@ set -e -x +play_host=172.31.1.18 node_name=ripper7 int_ip=192.168.5.17 ./general.sh +play_host=172.31.1.18 node_name=ripper7 int_ip=192.168.5.17 ./opennebula.sh +play_host=172.31.1.18 node_name=ripper7 int_ip=192.168.5.17 ./ceph.sh + +exit + play_host=172.31.1.5 node_name=mature2 int_ip=192.168.5.12 ./general.sh play_host=172.31.1.5 node_name=mature2 int_ip=192.168.5.12 ./opennebula.sh play_host=172.31.1.5 node_name=mature2 int_ip=192.168.5.12 ./ceph.sh