blob: 5aee147ec82292186989786fb2f4743ca4a1abb3 [file] [log] [blame]
Fatih Degirmenci4cfdd1e2020-10-05 09:36:12 +00001#-------------------------------------------------------------------------------
2# This file contains operating system package requirements for Kubernetes stack.
3# Do not modify this file unless you know what you are doing.
4# Modifying this file may result in unexpected behavior.
5#-------------------------------------------------------------------------------
6
7# NOTE (fdegir): Kubernetes stack operating system package requirements
8# Kubernetes stack can be deployed on instances created using libvirt thus why
9# these packages are installed since we do not know what the target environment
10# is in advance, without doing further processing of user input.
11libvirt-bin [platform:dpkg]
12libvirt-dev [platform:dpkg]
13pkg-config [platform:dpkg]
14python3-pymysql [platform:dpkg]
15python3-zmq [platform:dpkg]
16qemu-utils [platform:dpkg]
17qemu-kvm [platform:dpkg]
18qemu-system-x86 [platform:dpkg]
19sgabios [platform:dpkg]
20
21# vim: set ts=2 sw=2 expandtab: