mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Merge pull request #18074 from jsafrane/devel/e2e-rbd
e2e: Remove specific Gluster repo.
This commit is contained in:
commit
dca6f5ac5a
@ -1,18 +1,6 @@
|
||||
e2e:
|
||||
|
||||
{% if grains['os_family'] == 'Debian' and grains['oscodename'] == 'wheezy' %}
|
||||
# Add GlusterFS 3.5.2 Debian repo - Wheezy has Gluster 3.2 and that's too old for us.
|
||||
pkgrepo.managed:
|
||||
- name: deb http://download.gluster.org/pub/gluster/glusterfs/3.5/3.5.2/Debian/wheezy/apt wheezy main
|
||||
- dist: wheezy
|
||||
- file: /etc/apt/sources.list.d/gluster.list
|
||||
- key_url: http://download.gluster.org/pub/gluster/glusterfs/3.5/3.5.2/Debian/wheezy/pubkey.gpg
|
||||
{% endif %}
|
||||
|
||||
# Install various packages required by e2e tests to all hosts.
|
||||
# 'pkg.latest' is used to install updated glusterfs-client from the repo above,
|
||||
# GCE image already has glusterfs-client 3.2.5, which is too old.
|
||||
pkg.latest:
|
||||
pkg.installed:
|
||||
- refresh: true
|
||||
- pkgs:
|
||||
- targetcli
|
||||
|
Loading…
Reference in New Issue
Block a user