From a5af11f5712537173b6e2708540cd5067e13ed52 Mon Sep 17 00:00:00 2001 From: Chinasubbareddy M Date: Tue, 23 Oct 2018 14:18:07 -0500 Subject: [PATCH] Ceph: make pools protected This is to enable pool protection enabled also update monitoring port Change-Id: Ia474c9d9ffd7109a2ab7977716ee2ebd376a326e --- .../charts/osh/openstack-tenant-ceph/ceph-client.yaml | 10 +++++++--- .../software/charts/ucp/ceph/ceph-client-update.yaml | 2 +- global/software/charts/ucp/ceph/ceph-client.yaml | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/global/software/charts/osh/openstack-tenant-ceph/ceph-client.yaml b/global/software/charts/osh/openstack-tenant-ceph/ceph-client.yaml index c6b0eaa1a..f48594cb5 100644 --- a/global/software/charts/osh/openstack-tenant-ceph/ceph-client.yaml +++ b/global/software/charts/osh/openstack-tenant-ceph/ceph-client.yaml @@ -141,8 +141,12 @@ data: ceph_mgr: namespace: tenant-ceph monitoring: - ceph_mgr: - port: 9284 + prometheus: + ceph_mgr: + port: 9284 + ceph_mgr_modules_config: + prometheus: + server_port: 9284 deployment: ceph: true bootstrap: @@ -235,7 +239,7 @@ data: target: osd: 1 pg_per_osd: 100 - protected: false + protected: true default: # NOTE(alanmeadows): This is required ATM for bootstrapping a Ceph diff --git a/global/software/charts/ucp/ceph/ceph-client-update.yaml b/global/software/charts/ucp/ceph/ceph-client-update.yaml index f74870c98..ded4df045 100644 --- a/global/software/charts/ucp/ceph/ceph-client-update.yaml +++ b/global/software/charts/ucp/ceph/ceph-client-update.yaml @@ -160,7 +160,7 @@ data: target: osd: 1 pg_per_osd: 100 - protected: false + protected: true default: # NOTE(alanmeadows): This is required ATM for bootstrapping a Ceph diff --git a/global/software/charts/ucp/ceph/ceph-client.yaml b/global/software/charts/ucp/ceph/ceph-client.yaml index f9a3e8207..cf2e36622 100644 --- a/global/software/charts/ucp/ceph/ceph-client.yaml +++ b/global/software/charts/ucp/ceph/ceph-client.yaml @@ -162,7 +162,7 @@ data: target: osd: 1 pg_per_osd: 100 - protected: false + protected: true default: # NOTE(alanmeadows): This is required ATM for bootstrapping a Ceph