tests: update the group_vars for docker_cluster

Fixes the monitor_interface and sets osd scenario config
options so the mandatory checks pass.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1138/head
Andrew Schoen 2016-11-30 15:21:12 -06:00
parent 913dc8e01e
commit 182f766cc4
1 changed files with 5 additions and 1 deletions

View File

@ -5,17 +5,21 @@ mon_containerized_deployment: True
osd_containerized_deployment: True
mds_containerized_deployment: True
rgw_containerized_deployment: True
ceph_mon_docker_interface: enp0s8
ceph_mon_docker_interface: eth1
ceph_mon_docker_subnet: "192.168.15.0/24"
ceph_osd_docker_extra_env: "CEPH_DAEMON=OSD_CEPH_DISK_ACTIVATE,OSD_JOURNAL_SIZE=100"
ceph_docker_on_openstack: False
public_network: "192.168.15.0/24"
cluster_network: "192.168.16.0/24"
journal_size: 100
journal_collocation: true
ceph_rgw_civetweb_port: 8080
ceph_osd_docker_devices:
- '/dev/sda'
- '/dev/sdb'
devices:
- '/dev/sda'
- '/dev/sdb'
os_tuning_params:
- { name: kernel.pid_max, value: 4194303 }
- { name: fs.file-max, value: 26234859 }