From f0c0551aa9af8ba8d477225ba6f249b8b797af4b Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 16 Apr 2018 15:20:46 -0400 Subject: [PATCH] ceph-volume-scenario: configurable ceph repo url Signed-off-by: Alfredo Deza --- .../config/definitions/ceph-volume-scenario.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ceph-volume-scenario/config/definitions/ceph-volume-scenario.yml b/ceph-volume-scenario/config/definitions/ceph-volume-scenario.yml index 32dfaef9..5b12628a 100644 --- a/ceph-volume-scenario/config/definitions/ceph-volume-scenario.yml +++ b/ceph-volume-scenario/config/definitions/ceph-volume-scenario.yml @@ -38,10 +38,14 @@ 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" scm: - git: - url: https://github.com/ceph/ceph.git + url: $CEPH_REPO_URL branches: - $CEPH_BRANCH refspec: +refs/pull/*:refs/remotes/origin/pr/* -- 2.39.5