2018-11-08 17:02:37 +08:00
|
|
|
---
|
|
|
|
# this is only here to let the CI tests know
|
|
|
|
# that this scenario is using docker
|
|
|
|
docker: True
|
|
|
|
|
|
|
|
containerized_deployment: True
|
2019-02-22 17:13:53 +08:00
|
|
|
monitor_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
2019-05-23 16:49:54 +08:00
|
|
|
radosgw_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
2018-11-08 17:02:37 +08:00
|
|
|
ceph_mon_docker_subnet: "{{ public_network }}"
|
|
|
|
ceph_docker_on_openstack: False
|
|
|
|
public_network: "192.168.30.0/24"
|
|
|
|
cluster_network: "192.168.31.0/24"
|
|
|
|
rgw_override_bucket_index_max_shards: 16
|
|
|
|
rgw_bucket_default_quota_max_objects: 1638400
|
|
|
|
ceph_conf_overrides:
|
|
|
|
global:
|
2020-03-11 08:50:55 +08:00
|
|
|
mon_allow_pool_size_one: true
|
2019-11-27 03:09:48 +08:00
|
|
|
mon_warn_on_pool_no_redundancy: false
|
2018-11-08 17:02:37 +08:00
|
|
|
osd_pool_default_size: 1
|
|
|
|
openstack_config: True
|
|
|
|
openstack_glance_pool:
|
|
|
|
name: "images"
|
2018-11-28 18:30:25 +08:00
|
|
|
pg_num: "{{ osd_pool_default_pg_num }}"
|
|
|
|
pgp_num: "{{ osd_pool_default_pg_num }}"
|
2018-11-08 17:02:37 +08:00
|
|
|
rule_name: "HDD"
|
|
|
|
type: 1
|
|
|
|
erasure_profile: ""
|
|
|
|
expected_num_objects: ""
|
2018-11-28 18:30:25 +08:00
|
|
|
size: 1
|
2018-11-08 17:02:37 +08:00
|
|
|
openstack_cinder_pool:
|
|
|
|
name: "volumes"
|
2018-11-28 18:30:25 +08:00
|
|
|
pg_num: "{{ osd_pool_default_pg_num }}"
|
|
|
|
pgp_num: "{{ osd_pool_default_pg_num }}"
|
2018-11-08 17:02:37 +08:00
|
|
|
rule_name: "HDD"
|
|
|
|
type: 1
|
|
|
|
erasure_profile: ""
|
|
|
|
expected_num_objects: ""
|
2018-11-28 18:30:25 +08:00
|
|
|
size: 1
|
2018-11-08 17:02:37 +08:00
|
|
|
openstack_pools:
|
|
|
|
- "{{ openstack_glance_pool }}"
|
|
|
|
- "{{ openstack_cinder_pool }}"
|
2019-10-08 22:43:07 +08:00
|
|
|
handler_health_mon_check_delay: 10
|
|
|
|
handler_health_osd_check_delay: 10
|
2020-01-28 21:04:45 +08:00
|
|
|
dashboard_admin_password: $sX!cD$rYU6qR^B!
|
|
|
|
grafana_admin_password: +xFRe+RES@7vg24n
|