]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-config: remove container_binary variable
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 7 Oct 2019 20:51:32 +0000 (16:51 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 7 Oct 2019 22:44:13 +0000 (00:44 +0200)
9e7972a introduced a regression via the container_binary variable
which is undefined.
The CEPH_CONTAINER_BINARY environment variable isn't used at all.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
infrastructure-playbooks/shrink-osd.yml
roles/ceph-config/tasks/main.yml

index 89d0bc082f35dbe5084adbe0c86c08adb2b06b3d..e5d8e8d5be638fb4b6b864eb6ce056ceca1a92d0 100644 (file)
       environment:
         CEPH_VOLUME_DEBUG: 1
         CEPH_CONTAINER_IMAGE: "{{ ceph_docker_registry + '/' + ceph_docker_image + ':' + ceph_docker_image_tag if containerized_deployment else None }}"
-        CEPH_CONTAINER_BINARY: "{{ container_binary }}"
       delegate_to: "{{ item.0 }}"
       loop: "{{ osd_hosts }}"
 
index fff2dd1bd78a23955b571a663d7d59ef823ddb24..71ca1ad24c9660e93980497372d2614019b0da8d 100644 (file)
@@ -31,7 +31,6 @@
     environment:
       CEPH_VOLUME_DEBUG: 1
       CEPH_CONTAINER_IMAGE: "{{ ceph_docker_registry + '/' + ceph_docker_image + ':' + ceph_docker_image_tag if containerized_deployment else None }}"
-      CEPH_CONTAINER_BINARY: "{{ container_binary }}"
     when:
       - devices | default([]) | length > 0
       - osd_scenario == 'lvm'
@@ -51,7 +50,6 @@
     environment:
       CEPH_VOLUME_DEBUG: 1
       CEPH_CONTAINER_IMAGE: "{{ ceph_docker_registry + '/' + ceph_docker_image + ':' + ceph_docker_image_tag if containerized_deployment else None }}"
-      CEPH_CONTAINER_BINARY: "{{ container_binary }}"
     when:
       - devices | default([]) | length > 0
       - osd_scenario == 'lvm'