]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Remove reference to old OSD docker extra env vars
authorIvan Font <ifont@redhat.com>
Thu, 26 Jan 2017 23:53:39 +0000 (15:53 -0800)
committerIvan Font <ifont@redhat.com>
Thu, 26 Jan 2017 23:53:39 +0000 (15:53 -0800)
This variable is already defined as a global default in the OSD role and
was not being kept in sync as we now require the '-e' parameter prefixed
to each variable. This was also missing the CLUSTER environment variable
that is defined in the global default version of
ceph_osd_docker_extra_env.

Vagrantfile

index 43fdb387f3fb073035956204dab9a75261c5a443..3df65f4b9156d02a8aca1e72e330682ebf0861d1 100644 (file)
@@ -81,7 +81,6 @@ ansible_provision = proc do |ansible|
       rbd_mirror_containerized_deployment: 'true',
       ceph_mon_docker_interface: ETH,
       ceph_mon_docker_subnet: "#{PUBLIC_SUBNET}.0/24",
-      ceph_osd_docker_extra_env: "CEPH_DAEMON=OSD_CEPH_DISK_ACTIVATE,OSD_JOURNAL_SIZE=100",
       ceph_osd_docker_devices: settings['disks'],
       devices: settings['disks'],
       ceph_docker_on_openstack: BOX == 'openstack',