mirror of https://github.com/ceph/ceph-ansible.git
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
parent
913dc8e01e
commit
182f766cc4
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue