From 8c5d5e3316f1c13460511df4e53593a33b2a6048 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 7 Aug 2018 17:02:00 +0200 Subject: [PATCH] ceph-ansible: add docker params for individual scenario testing So we can test a specific docker image. Signed-off-by: Guillaume Abrioux --- .../config/definitions/ceph-ansible-scenario.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml b/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml index d96bec46d..40b45dae0 100644 --- a/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml +++ b/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml @@ -34,6 +34,19 @@ name: CEPH_DEV_SHA1 description: "The ceph sha1 to test against if using a dev-* scenario" default: "latest" + - string: + name: CEPH_DOCKER_REGISTRY + description: "The docker registry used for containerized scenarios" + default: "docker.io" + - string: + name: CEPH_DOCKER_IMAGE + description: "The docker image used for containerized scenarios" + default: "ceph/daemon" + - string: + name: CEPH_DOCKER_IMAGE_TAG + description: "The docker image tag used for containerized scenarios" + default: "latest" + scm: - git: -- 2.47.3