]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: add docker params for individual scenario testing 1094/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 7 Aug 2018 15:02:00 +0000 (17:02 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 7 Aug 2018 15:02:00 +0000 (17:02 +0200)
So we can test a specific docker image.

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

index d96bec46dd46861a6f2f52f402192855690c86bc..40b45dae0cb7a511d9b316f64194883b2942c200 100644 (file)
           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: