X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=bindep.txt;fp=bindep.txt;h=5aee147ec82292186989786fb2f4743ca4a1abb3;hp=0000000000000000000000000000000000000000;hb=4cfdd1e691faaf201031114c391155b8c3ba3cf1;hpb=f897a3cc780c4ac647023ba31307d4fddf55df30 diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..5aee147 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,21 @@ +#------------------------------------------------------------------------------- +# This file contains operating system package requirements for Kubernetes stack. +# Do not modify this file unless you know what you are doing. +# Modifying this file may result in unexpected behavior. +#------------------------------------------------------------------------------- + +# NOTE (fdegir): Kubernetes stack operating system package requirements +# Kubernetes stack can be deployed on instances created using libvirt thus why +# these packages are installed since we do not know what the target environment +# is in advance, without doing further processing of user input. +libvirt-bin [platform:dpkg] +libvirt-dev [platform:dpkg] +pkg-config [platform:dpkg] +python3-pymysql [platform:dpkg] +python3-zmq [platform:dpkg] +qemu-utils [platform:dpkg] +qemu-kvm [platform:dpkg] +qemu-system-x86 [platform:dpkg] +sgabios [platform:dpkg] + +# vim: set ts=2 sw=2 expandtab: