Correct ceph configuration for scenario 10 environments

Sets ceph_mon to v2 protocol.

Change-Id: Ia111d03462d517a84be6fb6e277565d828eb6175
This commit is contained in:
Brent Eagles
2019-05-14 16:41:36 -02:30
parent 54d48b591d
commit 6e150aeb02

View File

@@ -54,6 +54,7 @@ parameter_defaults:
centos_package_dependencies: []
ceph_osd_docker_memory_limit: '1g'
ceph_mds_docker_memory_limit: '1g'
mon_host_v1: { 'enabled': False }
#NOTE: These ID's and keys should be regenerated for
# a production deployment. What is here is suitable for
# developer and CI testing only.