summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2021-02-18 18:46:56 +0000
committerAnoop C S <anoopcs@cryptolab.net>2021-04-15 15:25:10 +0530
commit46db85c3b074fbcca05b9a3b8ade781d95a48ffd (patch)
treeb63546fccf0d1e7cebb610331464e156a528175c
parent2e777e76bcc2edc80afd96f21602b30db8064156 (diff)
downloadsamba-integration-46db85c3b074fbcca05b9a3b8ade781d95a48ffd.tar.gz
samba-integration-46db85c3b074fbcca05b9a3b8ade781d95a48ffd.tar.xz
samba-integration-46db85c3b074fbcca05b9a3b8ade781d95a48ffd.zip
Enable glusterfs repo for CentOS 8
This is required for additional dependencies required by the nightly glusterfs build. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
-rw-r--r--vagrant/ansible/roles/common.prep/tasks/centos8.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vagrant/ansible/roles/common.prep/tasks/centos8.yml b/vagrant/ansible/roles/common.prep/tasks/centos8.yml
index 2d296cc..1bc5abf 100644
--- a/vagrant/ansible/roles/common.prep/tasks/centos8.yml
+++ b/vagrant/ansible/roles/common.prep/tasks/centos8.yml
@@ -11,6 +11,12 @@
- name: Enable GlusterFS nightly rpms repository
command: yum-config-manager --add-repo http://artifacts.ci.centos.org/gluster/nightly/master.repo
+# required for dependencies
+- name: Enable GlusterFS repo
+ yum:
+ name: centos-release-gluster
+ state: latest
+
- name: Enable Samba nightly rpms repository
command: yum-config-manager --add-repo http://artifacts.ci.centos.org/gluster/nightly-samba/samba-nightly-master.repo