Add e2e tests for Gluster and NFS tests.

- add appropriate server containers into contrib/for-tests/volumes-tester
- the tests are off by default (they need kubelet --allow_privileged=True)
  - enable by 'go run hack/e2e.go ... --ginkgo.focus=Volume'
- add glusterfs tools to list of installed packages on each node
This commit is contained in:
Jan Safranek
2015-05-25 12:02:41 +02:00
parent 10339d72b6
commit 20004e0c16
14 changed files with 541 additions and 1 deletions

View File

@@ -5,7 +5,9 @@ pkg-core:
{% if grains['os_family'] == 'RedHat' %}
- python
- git
- glusterfs-fuse
{% else %}
- apt-transport-https
- python-apt
- glusterfs-client
{% endif %}