]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: build job name properly 1323/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 20 Jun 2019 13:30:19 +0000 (15:30 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 20 Jun 2019 13:32:45 +0000 (15:32 +0200)
Since tox.ini file has been split, this is needed to be able to run the
individual scenario testing. Those parameters are used to build the job
name passed to start_tox() function.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml

index 40b45dae0cb7a511d9b316f64194883b2942c200..58a3738f473d06f3e8591673a47c194363103547 100644 (file)
           name: CEPH_DOCKER_IMAGE_TAG
           description: "The docker image tag used for containerized scenarios"
           default: "latest"
-
+      - string:
+          name: RELEASE
+          description: "The ceph release version used"
+          default: "dev"
+      - string:
+          name: DEPLOYMENT
+          description: "Type of deployment: container or non_container"
+          default: "non_container"
+      - string:
+          name: DISTRIBUTION
+          description: "The distribution used (ubuntu or centos)"
+          default: "centos"
 
     scm:
       - git: