From 1550746930226dac33a20e80ae78bb80cee154e4 Mon Sep 17 00:00:00 2001 From: fpantano Date: Fri, 26 Apr 2019 10:36:15 +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: https://review.opendev.org/#/c/651287 --- 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 d1f2fcdcb9..0262d0b204 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.