summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2020-03-24 11:14:49 +0100
committerMichael Adam <obnox@samba.org>2020-03-24 11:45:58 +0100
commit295f447957d7d0942c429fea7a08a6f9873c82d8 (patch)
treee9f307e2d55a2de1a17e1222d7076ca26c05b2da
parentc3a96bc12c12919c818420b6ca68942beb1b04e6 (diff)
downloadsamba-integration-295f447957d7d0942c429fea7a08a6f9873c82d8.tar.gz
samba-integration-295f447957d7d0942c429fea7a08a6f9873c82d8.tar.xz
samba-integration-295f447957d7d0942c429fea7a08a6f9873c82d8.zip
node.setup: use artifacts.ci.centos.org as source of the Gluster repo
artifacts.ci.centos.org is the official name to use for the artifacts that are built through a CI job. It seems ci.centos.org/artifacts uses some form of redirection that does not work from within the CI environment. Signed-off-by: Niels de Vos <ndevos@redhat.com>
-rw-r--r--vagrant/roles/node.setup/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/roles/node.setup/tasks/main.yml b/vagrant/roles/node.setup/tasks/main.yml
index ed11088..ec3f880 100644
--- a/vagrant/roles/node.setup/tasks/main.yml
+++ b/vagrant/roles/node.setup/tasks/main.yml
@@ -9,7 +9,7 @@
state: latest
- name: Enable GlusterFS nightly rpms repository
- command: yum-config-manager --add-repo https://ci.centos.org/artifacts/gluster/nightly/master.repo
+ command: yum-config-manager --add-repo http://artifacts.ci.centos.org/gluster/nightly/master.repo
- name: Install GlusterFS rpms
yum: