From a0b9f860969e0f423dc2c913ee40d0aaa396ede5 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 25 Jul 2017 13:44:08 -0500 Subject: [PATCH] ceph-ansible-scenario: adds the CEPH_DEV_BRANCH and CEPH_DEV_SHA1 params With these parameters, if you are using a dev-* testing scenario, you can control which ceph branch and sha1 is deployed and tested. Signed-off-by: Andrew Schoen --- .../config/definitions/ceph-ansible-scenario.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml b/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml index 2d6cbac1..69bc901f 100644 --- a/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml +++ b/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml @@ -26,6 +26,14 @@ name: BRANCH description: "The ceph-ansible branch to test against" default: "master" + - string: + name: CEPH_DEV_BRANCH + description: "The ceph dev branch to test against if using a dev-* scenario" + default: "master" + - string: + name: CEPH_DEV_SHA1 + description: "The ceph sha1 to test against if using a dev-* scenario" + default: "latest" scm: - git: -- 2.39.5