From: Guillaume Abrioux Date: Tue, 7 Aug 2018 15:02:00 +0000 (+0200) Subject: ceph-ansible: add docker params for individual scenario testing X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1094%2Fhead;p=ceph-build.git ceph-ansible: add docker params for individual scenario testing So we can test a specific docker image. 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 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: