commit | 134b73982a0c03754f41fe09a9f84f7a00c1c672 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Tue Sep 01 15:00:24 2020 +0300 |
committer | harhipova <harhipova@mirantis.com> | Mon Sep 07 14:25:19 2020 +0000 |
tree | 53f55632c6a3dccdffc5b494603edbd6cf1e468a | |
parent | 8bc0a0f6e626d09f6356c119e4472356631cc944 [diff] |
Add rbd_monitoring_enabled for Ceph Nautilus PROD-35568 Change-Id: I939d3dc9c35e7c71b7864a32e218980f37acb41a
diff --git a/tcp_tests/templates/bm-cicd-queens-ovs-maas/salt-context-cookiecutter-openstack_ovs.yaml b/tcp_tests/templates/bm-cicd-queens-ovs-maas/salt-context-cookiecutter-openstack_ovs.yaml index 730fc39..46c1b7e 100644 --- a/tcp_tests/templates/bm-cicd-queens-ovs-maas/salt-context-cookiecutter-openstack_ovs.yaml +++ b/tcp_tests/templates/bm-cicd-queens-ovs-maas/salt-context-cookiecutter-openstack_ovs.yaml
@@ -774,6 +774,7 @@ ceph_enabled: 'True' ceph_version: "nautilus" ceph_hyper_converged: "False" + rbd_monitoring_enabled: 'True' # Apply settings for ceph from contexts/ceph/nautilus-collocated-block-db.yml ceph_osd_backend: "bluestore" ceph_osds_per_device: '1'
diff --git a/tcp_tests/templates/heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml b/tcp_tests/templates/heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml index 683d502..4d93719 100644 --- a/tcp_tests/templates/heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml +++ b/tcp_tests/templates/heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml
@@ -44,6 +44,7 @@ ceph_mon_node02_hostname: cmn02 ceph_mon_node03_address: 10.167.4.68 ceph_mon_node03_hostname: cmn03 + rbd_monitoring_enabled: 'True' # Apply changes for ceph from contexts/ceph/nautilus-encrypted-devices.yml ceph_osd_backend: bluestore ceph_osds_per_device: '3'
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 c8ba8c6..3c39011 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
@@ -44,6 +44,7 @@ ceph_mon_node02_hostname: cmn02 ceph_mon_node03_address: 10.167.4.68 ceph_mon_node03_hostname: cmn03 + rbd_monitoring_enabled: 'True' # Apply changes for ceph from contexts/ceph/nautilus-encrypted-devices.yml ceph_osd_backend: bluestore ceph_osds_per_device: '3'