More qemu packages

master
Vitaliy Filippov 2020-03-17 19:20:52 +03:00
parent 8c1530e048
commit a7e0ee886d
2 changed files with 7 additions and 1 deletions

View File

@ -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

6
run.sh
View File

@ -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