From aca7eb7d4b5b021cf88a5a919dc576b323c18881 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 20 Jun 2019 15:30:19 +0200 Subject: [PATCH] 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 --- .../config/definitions/ceph-ansible-scenario.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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: -- 2.39.5