From c01bde7acdcc9c26791c1fc7f6fd6b33524e1146 Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Wed, 30 Aug 2023 16:23:20 +0530 Subject: [PATCH] feat: merge main and disable changelog by default --- conf/rest/9.10.0/svm.yaml | 2 +- conf/rest/9.10.0/volume.yaml | 1 + conf/rest/9.9.0/svm.yaml | 1 + conf/rest/9.9.0/volume.yaml | 2 +- conf/zapi/cdot/9.8.0/shelf.yaml | 2 +- conf/zapi/cdot/9.8.0/svm.yaml | 2 +- conf/zapi/cdot/9.8.0/volume.yaml | 2 +- grafana/dashboards/cmode/changelogMonitor.json | 2 +- 8 files changed, 8 insertions(+), 6 deletions(-) diff --git a/conf/rest/9.10.0/svm.yaml b/conf/rest/9.10.0/svm.yaml index e74d01eb6..5f58f2d03 100644 --- a/conf/rest/9.10.0/svm.yaml +++ b/conf/rest/9.10.0/svm.yaml @@ -59,7 +59,7 @@ plugins: - new_status state online online `0` - ldap_signed ldap_session_security sign sign `0` - ldap_encrypted ldap_session_security seal seal `0` - - ChangeLog +# - ChangeLog export_options: instance_keys: diff --git a/conf/rest/9.10.0/volume.yaml b/conf/rest/9.10.0/volume.yaml index 399be8bdb..64b750399 100644 --- a/conf/rest/9.10.0/volume.yaml +++ b/conf/rest/9.10.0/volume.yaml @@ -124,6 +124,7 @@ plugins: # - volume `MDV_CRS_.+` # # Exclude Metadata volumes, Audit volumes have a “MDV_aud_” prefix # - volume `MDV_aud_.+` +# - ChangeLog export_options: instance_keys: diff --git a/conf/rest/9.9.0/svm.yaml b/conf/rest/9.9.0/svm.yaml index 2d2957d11..6e56853df 100644 --- a/conf/rest/9.9.0/svm.yaml +++ b/conf/rest/9.9.0/svm.yaml @@ -53,6 +53,7 @@ plugins: - new_status state online online `0` - ldap_signed ldap_session_security sign sign `0` - ldap_encrypted ldap_session_security seal seal `0` +# - ChangeLog export_options: instance_keys: diff --git a/conf/rest/9.9.0/volume.yaml b/conf/rest/9.9.0/volume.yaml index b6d61248e..01c062b08 100644 --- a/conf/rest/9.9.0/volume.yaml +++ b/conf/rest/9.9.0/volume.yaml @@ -119,7 +119,7 @@ plugins: # - volume `MDV_CRS_.+` # # Exclude Metadata volumes, Audit volumes have a “MDV_aud_” prefix # - volume `MDV_aud_.+` - - ChangeLog +# - ChangeLog export_options: instance_keys: diff --git a/conf/zapi/cdot/9.8.0/shelf.yaml b/conf/zapi/cdot/9.8.0/shelf.yaml index 77d441f63..f8b92c8d7 100644 --- a/conf/zapi/cdot/9.8.0/shelf.yaml +++ b/conf/zapi/cdot/9.8.0/shelf.yaml @@ -6,7 +6,7 @@ object: shelf counters: storage-shelf-info: - - ^^shelf-uid + - ^^shelf-uid => uuid - ^module-type => module_type - ^op-status => op_status - ^serial-number => serial_number diff --git a/conf/zapi/cdot/9.8.0/svm.yaml b/conf/zapi/cdot/9.8.0/svm.yaml index 69df7b62c..1f31da08b 100644 --- a/conf/zapi/cdot/9.8.0/svm.yaml +++ b/conf/zapi/cdot/9.8.0/svm.yaml @@ -29,7 +29,7 @@ plugins: - new_status state online online `0` - ldap_signed ldap_session_security sign sign `0` - ldap_encrypted ldap_session_security seal seal `0` - - ChangeLog +# - ChangeLog export_options: instance_keys: diff --git a/conf/zapi/cdot/9.8.0/volume.yaml b/conf/zapi/cdot/9.8.0/volume.yaml index f39e9793d..5072a1f8b 100644 --- a/conf/zapi/cdot/9.8.0/volume.yaml +++ b/conf/zapi/cdot/9.8.0/volume.yaml @@ -103,7 +103,7 @@ plugins: - svm_root root_volume `false` `No` - node_root root_volume `true` `Yes` - svm_root root_volume `true` `Yes` - - ChangeLog +# - ChangeLog export_options: instance_keys: diff --git a/grafana/dashboards/cmode/changelogMonitor.json b/grafana/dashboards/cmode/changelogMonitor.json index bd2ea2f95..3a285d7e8 100644 --- a/grafana/dashboards/cmode/changelogMonitor.json +++ b/grafana/dashboards/cmode/changelogMonitor.json @@ -54,7 +54,7 @@ } ] }, - "description": "The ONTAP Changelog Monitor is a comprehensive dashboard that provides tracking of configuration changes for ONTAP objects such as volumes, SVMs, and nodes.", + "description": "The ONTAP Changelog Monitor, tracks configuration modifications in volumes, SVMs, and nodes, is deactivated by default. To leverage this feature, one must enable the ChangeLog plugin within the Volume, SVM, and Node Templates.", "editable": true, "gnetId": null, "graphTooltip": 1,