From fb91993b47aa02209ba39382620789b14e10d6d2 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 15 Dec 2020 16:37:15 -0800 Subject: [PATCH] s3-tests: Use my s3compat fork instead Long term, though, we should look at moving this in-tree if we really care about it. Change-Id: I0a25a6e395e5cf2bb39fa5b349418384eb513963 --- tools/playbooks/ceph-s3tests/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/playbooks/ceph-s3tests/run.yaml b/tools/playbooks/ceph-s3tests/run.yaml index 528853382d..ae5bd85baa 100644 --- a/tools/playbooks/ceph-s3tests/run.yaml +++ b/tools/playbooks/ceph-s3tests/run.yaml @@ -25,7 +25,7 @@ - name: Clone s3compat repository git: - repo: "https://github.com/swiftstack/s3compat.git" + repo: "https://github.com/tipabu/s3compat.git" dest: "{{ ansible_env.HOME }}/s3compat" - name: Install s3compat requirements