From 6e150aeb02b749b2f93079395d5edd1de118596e Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Tue, 14 May 2019 16:41:36 -0230 Subject: [PATCH] Correct ceph configuration for scenario 10 environments Sets ceph_mon to v2 protocol. Change-Id: Ia111d03462d517a84be6fb6e277565d828eb6175 --- ci/environments/scenario010-standalone.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/environments/scenario010-standalone.yaml b/ci/environments/scenario010-standalone.yaml index 8738a7eb06..689ab398c2 100644 --- a/ci/environments/scenario010-standalone.yaml +++ b/ci/environments/scenario010-standalone.yaml @@ -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.