Add devices variable for Vagrantfile docker case

pull/1170/head
Ivan Font 2016-12-08 23:14:18 -08:00
parent f7322baf54
commit be8ed2f59a
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -83,6 +83,7 @@ ansible_provision = proc do |ansible|
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',
ceph_rgw_civetweb_port: 8080,
generate_fsid: 'true',