mirror of https://github.com/ceph/ceph-ansible.git
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
parent
0c59d7cdcd
commit
0f79376949
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue