]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Adding missing tag
authorpprokop <piotr.prokop@intel.com>
Wed, 29 Jun 2016 06:03:03 +0000 (08:03 +0200)
committerpprokop <piotr.prokop@intel.com>
Wed, 13 Jul 2016 08:22:17 +0000 (10:22 +0200)
roles/ceph-osd/tasks/docker/start_docker_osd.yml

index ea760da22c296649a2a5972f958699d7b6cf5782..61b662c1d7d68f3c0df5e74e5273da3dbbeeb703 100644 (file)
@@ -99,7 +99,7 @@
 
 - name: run the ceph osd docker image
   docker:
-    image: "{{ ceph_osd_docker_username }}/{{ ceph_osd_docker_imagename }}"
+    image: "{{ ceph_osd_docker_username }}/{{ ceph_osd_docker_imagename }}:{{ ceph_osd_docker_tag }}"
     name: "{{ ansible_hostname }}-osd-{{ item | regex_replace('/', '') }}"
     net: host
     pid: host