From: Andrew Schoen Date: Tue, 25 Jul 2017 18:44:08 +0000 (-0500) Subject: ceph-ansible-scenario: adds the CEPH_DEV_BRANCH and CEPH_DEV_SHA1 params X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F793%2Fhead;p=ceph-build.git 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 --- 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: