Distribute dependencies
[infra/stack/kubernetes.git] / bindep.txt
1 #-------------------------------------------------------------------------------
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.
11 libvirt-bin     [platform:dpkg]
12 libvirt-dev     [platform:dpkg]
13 pkg-config      [platform:dpkg]
14 python3-pymysql [platform:dpkg]
15 python3-zmq     [platform:dpkg]
16 qemu-utils      [platform:dpkg]
17 qemu-kvm        [platform:dpkg]
18 qemu-system-x86 [platform:dpkg]
19 sgabios         [platform:dpkg]
20
21 # vim: set ts=2 sw=2 expandtab: