
- 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
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
pkg-core:
|
|
pkg.installed:
|
|
- names:
|
|
- curl
|
|
{% if grains['os_family'] == 'RedHat' %}
|
|
- python
|
|
- git
|
|
- glusterfs-fuse
|
|
{% else %}
|
|
- apt-transport-https
|
|
- python-apt
|
|
- glusterfs-client
|
|
{% endif %} |