We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4018129 commit a72aa34Copy full SHA for a72aa34
ansible/roles/test.rpms.centos/files/rpm-install.sh
@@ -39,13 +39,9 @@ test_build_vers=$(dnf repoquery -q --disablerepo='*' \
39
dnf_args=()
40
41
pkgs=(samba-${test_build_vers} samba-test-${test_build_vers} \
42
- samba-vfs-cephfs-${test_build_vers})
+ samba-vfs-cephfs-${test_build_vers} samba-vfs-glusterfs-${test_build_vers})
43
44
-if [ "${os_arch}" == "x86_64" ]; then
45
- dnf config-manager \
46
- --add-repo http://artifacts.ci.centos.org/gluster/nightly/master.repo
47
- pkgs+=(samba-vfs-glusterfs-${test_build_vers})
48
-fi
+dnf -y install centos-release-gluster
49
50
if [ "${os_version}" == "9" ]; then
51
dnf_args+=(--enablerepo=crb)
0 commit comments