Remove reference to old OSD docker extra env vars

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.
pull/1252/head
Ivan Font 2017-01-26 15:53:39 -08:00
parent 0c59d7cdcd
commit 0f79376949
1 changed files with 0 additions and 1 deletions

1
Vagrantfile vendored
View 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',