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
This commit is contained in:
fpantano 2019-04-23 14:19:03 +02:00 committed by Francesco Pantano
parent 847a2057c2
commit 8b7590dd0a
2 changed files with 2 additions and 0 deletions

View File

@ -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.

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.