From 0c1ae3b8a7b260834e04a1a101ef5c51bc195313 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 16 Apr 2018 17:42:30 -0400 Subject: [PATCH] ceph-volume-test: configurable ceph repo url Signed-off-by: Alfredo Deza --- ceph-volume-test/config/definitions/ceph-volume-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ceph-volume-test/config/definitions/ceph-volume-test.yml b/ceph-volume-test/config/definitions/ceph-volume-test.yml index 7b6d33b4..dba4f4dc 100644 --- a/ceph-volume-test/config/definitions/ceph-volume-test.yml +++ b/ceph-volume-test/config/definitions/ceph-volume-test.yml @@ -29,6 +29,10 @@ name: CEPH_ANSIBLE_BRANCH description: "The ceph-ansible branch to test against" default: "master" + - string: + name: CEPH_REPO_URL + description: "The full https url to clone from" + default: "https://github.com/ceph/ceph.git" builders: - multijob: -- 2.39.5