]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-scenario: adds the CEPH_DEV_BRANCH and CEPH_DEV_SHA1 params 793/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 25 Jul 2017 18:44:08 +0000 (13:44 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 25 Jul 2017 18:56:14 +0000 (13:56 -0500)
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 <aschoen@redhat.com>
ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml

index 2d6cbac18da8b1fe0c812b14f524414b23cffbfb..69bc901f69d91af3655c263b6b1fb45aca14ff43 100644 (file)
           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: