commit | 0e8c00fe50ff12f64988dd9461cbcfc4044d20fa | [log] [tgz] |
---|---|---|
author | mjedynski <mjedynski@mirantis.com> | Tue Oct 06 16:24:36 2020 +0200 |
committer | mjedynski <mjedynski@mirantis.com> | Tue Oct 06 16:42:02 2020 +0200 |
tree | 2770b91a844ce0b5309c5183ebb62954a4060f36 | |
parent | c451f12d6ce5f7a104b181b5131abd1d8d2fc790 [diff] [blame] |
Added parameters for enabling rbd monitoring for specific pools. Related-Prod: PROD-35760 Change-Id: Iabd04c18b2f9a0899988e080d2a237ecba4dc655
diff --git a/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml b/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml index 3c39011..fbd6da5 100644 --- a/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml +++ b/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml
@@ -45,6 +45,11 @@ ceph_mon_node03_address: 10.167.4.68 ceph_mon_node03_hostname: cmn03 rbd_monitoring_enabled: 'True' + rbd_pool_stats_gnocchi: 'True' + rbd_pool_stats_volumes: 'True' + rbd_pool_stats_images: 'True' + rbd_pool_stats_backups: 'True' + rbd_pool_stats_vms : 'True' # Apply changes for ceph from contexts/ceph/nautilus-encrypted-devices.yml ceph_osd_backend: bluestore ceph_osds_per_device: '3'