From 8b7590dd0ace604aa19bd320321928d7d9a32fc9 Mon Sep 17 00:00:00 2001 From: fpantano Date: Tue, 23 Apr 2019 14:19:03 +0200 Subject: [PATCH] Override ceph_mon to v2 protocol As we're running ceph scenarios using nautilus containers, we need to disable mon_host v1 protocol in ceph.conf to make the mon bootstrap phase work correctly as per Red Hat BZ #1697977 Change-Id: I7af4afce59206a1f471c7866c34823739fff34c2 Depends-On: I743a002e5d21a3a150727fda2117a04d4c389d38 Depends-On: I133cd0cd632e0ba6b5a844a89bf74a063cf50f07 --- ci/environments/scenario001-standalone.yaml | 1 + ci/environments/scenario004-standalone.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/environments/scenario001-standalone.yaml b/ci/environments/scenario001-standalone.yaml index d03262e575..d294718239 100644 --- a/ci/environments/scenario001-standalone.yaml +++ b/ci/environments/scenario001-standalone.yaml @@ -78,6 +78,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. diff --git a/ci/environments/scenario004-standalone.yaml b/ci/environments/scenario004-standalone.yaml index 5d7b3ee7ba..de5e07fc5a 100644 --- a/ci/environments/scenario004-standalone.yaml +++ b/ci/environments/scenario004-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.