From 749303279369f68a477b2af986fbf8c39ff9d748 Mon Sep 17 00:00:00 2001
From: Ian Wienand <iwienand@redhat.com>
Date: Tue, 7 Dec 2021 13:04:11 +1100
Subject: [PATCH] ensure-dstat-graph: clone from opendev

We have integrated these changes into a new opendev.org managed
repository.

Change-Id: Ie163ae95efe572e60a5b8b6444ecc7a35011ece8
---
 roles/ensure-dstat-graph/tasks/main.yaml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/roles/ensure-dstat-graph/tasks/main.yaml b/roles/ensure-dstat-graph/tasks/main.yaml
index ad4edd30f..ccaa01084 100644
--- a/roles/ensure-dstat-graph/tasks/main.yaml
+++ b/roles/ensure-dstat-graph/tasks/main.yaml
@@ -8,13 +8,6 @@
       not dstat_cache.stat.exists or
       dstat_graph_cache_ignore
   git:
-    # NOTE(ianw) 2021-10-22 : this project hasn't had an update in 4
-    # years ...  it relies on https://github.com/novus/nvd3 which has
-    # never been updated for D3 >v3 (which is currently up to 7).
-    # This update is far from perfect but converts the non-graph bits
-    # to current boostrap and fixes some display issues with
-    # pcp-dstat.  Use this while we see if the original upstream have
-    # interest in it any more.
-    repo: https://github.com/ianw/dstat_graph
+    repo: https://opendev.org/opendev/dstat_graph
     dest: "{{ dstat_graph_download_path }}"
-    version: bootstrap5
+    version: master