mirror of https://github.com/ceph/ceph-ansible.git
ceph-osd: Add CONTAINER_IMAGE env variable
This environment variable was added inpull/4172/headcb381b4
but was removed in4d35e9e
. This commit reintroduces the change. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
parent
e655038743
commit
02fbe76e62
|
@ -51,6 +51,7 @@ numactl \
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
-v /run/lvm/:/run/lvm/ \
|
-v /run/lvm/:/run/lvm/ \
|
||||||
-e CEPH_DAEMON=OSD_CEPH_VOLUME_ACTIVATE \
|
-e CEPH_DAEMON=OSD_CEPH_VOLUME_ACTIVATE \
|
||||||
|
-e CONTAINER_IMAGE={{ ceph_docker_registry }}/{{ ceph_docker_image }}:{{ ceph_docker_image_tag }} \
|
||||||
-e OSD_ID="$1" \
|
-e OSD_ID="$1" \
|
||||||
--name=ceph-osd-"$1" \
|
--name=ceph-osd-"$1" \
|
||||||
{{ ceph_osd_docker_extra_env }} \
|
{{ ceph_osd_docker_extra_env }} \
|
||||||
|
|
Loading…
Reference in New Issue