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=663609bac440e568ae47e40fb3d295510c0c2c47;hpb=59b8d3db83f0dbeb41ebac7a1ad076797cc6d100 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: