From 22bcc2cc238fb871afd564e7162830f18864bcf9 Mon Sep 17 00:00:00 2001 From: Vishnu Challa Date: Thu, 8 Aug 2024 15:51:13 -0400 Subject: [PATCH] Removing -v2 suffix for template files Signed-off-by: Vishnu Challa --- README.md | 5 +---- ...-overview-v2.jsonnet => api-performance-overview.jsonnet} | 0 .../{cilium-k8s-perf-v2.jsonnet => cilium-k8s-perf.jsonnet} | 0 ...ashboard-v2.jsonnet => etcd-on-cluster-dashboard.jsonnet} | 0 ...performance-v2.jsonnet => hypershift-performance.jsonnet} | 0 templates/General/{k8s-perf-v2.jsonnet => k8s-perf.jsonnet} | 0 .../{ocp-performance-v2.jsonnet => ocp-performance.jsonnet} | 0 .../{ovn-dashboard-v2.jsonnet => ovn-dashboard.jsonnet} | 0 ...gbench-dashboard-v2.jsonnet => pgbench-dashboard.jsonnet} | 0 .../General/{uperf-perf-v2.jsonnet => uperf-perf.jsonnet} | 0 .../{vegeta-wrapper-v2.jsonnet => vegeta-wrapper.jsonnet} | 0 templates/General/{ycsb-v2.jsonnet => ycsb.jsonnet} | 0 12 files changed, 1 insertion(+), 4 deletions(-) rename templates/General/{api-performance-overview-v2.jsonnet => api-performance-overview.jsonnet} (100%) rename templates/General/{cilium-k8s-perf-v2.jsonnet => cilium-k8s-perf.jsonnet} (100%) rename templates/General/{etcd-on-cluster-dashboard-v2.jsonnet => etcd-on-cluster-dashboard.jsonnet} (100%) rename templates/General/{hypershift-performance-v2.jsonnet => hypershift-performance.jsonnet} (100%) rename templates/General/{k8s-perf-v2.jsonnet => k8s-perf.jsonnet} (100%) rename templates/General/{ocp-performance-v2.jsonnet => ocp-performance.jsonnet} (100%) rename templates/General/{ovn-dashboard-v2.jsonnet => ovn-dashboard.jsonnet} (100%) rename templates/General/{pgbench-dashboard-v2.jsonnet => pgbench-dashboard.jsonnet} (100%) rename templates/General/{uperf-perf-v2.jsonnet => uperf-perf.jsonnet} (100%) rename templates/General/{vegeta-wrapper-v2.jsonnet => vegeta-wrapper.jsonnet} (100%) rename templates/General/{ycsb-v2.jsonnet => ycsb.jsonnet} (100%) diff --git a/README.md b/README.md index 6a403da..4b003b9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ Alternatively, you can render the jsonnet files manually by doing the following: Render a jsonnet file is as simple as executing `jsonnet `. The jsonnet binary is not included in this repo, though binary builds can be found in its official [repository](https://github.com/google/jsonnet/releases). A makefile has been included to automate jsonnet formatting and rendering tasks. Executing `make` downloads the jsonnet binary and renders the templates at the *rendered* directory. -i.e. ``` $ make mkdir -p bin rendered @@ -81,6 +80,4 @@ In addition, make sure to lint your modifications to jsonnet files if you don't ## Tested versions -The dashboards from this repository have been tested with the following versions: - -- Grafana 9.X \ No newline at end of file +The dashboards from this repository have been tested with Grafana 9.X \ No newline at end of file diff --git a/templates/General/api-performance-overview-v2.jsonnet b/templates/General/api-performance-overview.jsonnet similarity index 100% rename from templates/General/api-performance-overview-v2.jsonnet rename to templates/General/api-performance-overview.jsonnet diff --git a/templates/General/cilium-k8s-perf-v2.jsonnet b/templates/General/cilium-k8s-perf.jsonnet similarity index 100% rename from templates/General/cilium-k8s-perf-v2.jsonnet rename to templates/General/cilium-k8s-perf.jsonnet diff --git a/templates/General/etcd-on-cluster-dashboard-v2.jsonnet b/templates/General/etcd-on-cluster-dashboard.jsonnet similarity index 100% rename from templates/General/etcd-on-cluster-dashboard-v2.jsonnet rename to templates/General/etcd-on-cluster-dashboard.jsonnet diff --git a/templates/General/hypershift-performance-v2.jsonnet b/templates/General/hypershift-performance.jsonnet similarity index 100% rename from templates/General/hypershift-performance-v2.jsonnet rename to templates/General/hypershift-performance.jsonnet diff --git a/templates/General/k8s-perf-v2.jsonnet b/templates/General/k8s-perf.jsonnet similarity index 100% rename from templates/General/k8s-perf-v2.jsonnet rename to templates/General/k8s-perf.jsonnet diff --git a/templates/General/ocp-performance-v2.jsonnet b/templates/General/ocp-performance.jsonnet similarity index 100% rename from templates/General/ocp-performance-v2.jsonnet rename to templates/General/ocp-performance.jsonnet diff --git a/templates/General/ovn-dashboard-v2.jsonnet b/templates/General/ovn-dashboard.jsonnet similarity index 100% rename from templates/General/ovn-dashboard-v2.jsonnet rename to templates/General/ovn-dashboard.jsonnet diff --git a/templates/General/pgbench-dashboard-v2.jsonnet b/templates/General/pgbench-dashboard.jsonnet similarity index 100% rename from templates/General/pgbench-dashboard-v2.jsonnet rename to templates/General/pgbench-dashboard.jsonnet diff --git a/templates/General/uperf-perf-v2.jsonnet b/templates/General/uperf-perf.jsonnet similarity index 100% rename from templates/General/uperf-perf-v2.jsonnet rename to templates/General/uperf-perf.jsonnet diff --git a/templates/General/vegeta-wrapper-v2.jsonnet b/templates/General/vegeta-wrapper.jsonnet similarity index 100% rename from templates/General/vegeta-wrapper-v2.jsonnet rename to templates/General/vegeta-wrapper.jsonnet diff --git a/templates/General/ycsb-v2.jsonnet b/templates/General/ycsb.jsonnet similarity index 100% rename from templates/General/ycsb-v2.jsonnet rename to templates/General/ycsb.jsonnet