From: Guillaume Abrioux Date: Thu, 20 Jun 2019 13:30:19 +0000 (+0200) Subject: ceph-ansible: build job name properly X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=aca7eb7d4b5b021cf88a5a919dc576b323c18881;p=ceph-build.git ceph-ansible: build job name properly 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 --- diff --git a/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml b/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml index 40b45dae..58a3738f 100644 --- a/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml +++ b/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml @@ -46,7 +46,18 @@ 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: