From 77f07b105e1db290827903546bf72cc380cc7ce8 Mon Sep 17 00:00:00 2001 From: benoit Date: Mon, 11 Jul 2022 12:32:20 +0200 Subject: [PATCH] Move vagrant to / --- CONTRIBUTING.md | 2 +- {test/vagrant => vagrant}/LICENSE | 0 {test/vagrant => vagrant}/Makefile | 0 {test/vagrant => vagrant}/README.md | 0 {test/vagrant => vagrant}/Vagrantfile | 0 {test/vagrant => vagrant}/grafana/cluster_status_cluster1.json | 0 {test/vagrant => vagrant}/grafana/node_status_p1.json | 0 {test/vagrant => vagrant}/grafana/node_status_p2.json | 0 {test/vagrant => vagrant}/provision/check_patroni.bash | 0 {test/vagrant => vagrant}/provision/director.bash | 0 {test/vagrant => vagrant}/provision/icinga2.bash | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename {test/vagrant => vagrant}/LICENSE (100%) rename {test/vagrant => vagrant}/Makefile (100%) rename {test/vagrant => vagrant}/README.md (100%) rename {test/vagrant => vagrant}/Vagrantfile (100%) rename {test/vagrant => vagrant}/grafana/cluster_status_cluster1.json (100%) rename {test/vagrant => vagrant}/grafana/node_status_p1.json (100%) rename {test/vagrant => vagrant}/grafana/node_status_p2.json (100%) rename {test/vagrant => vagrant}/provision/check_patroni.bash (100%) rename {test/vagrant => vagrant}/provision/director.bash (100%) rename {test/vagrant => vagrant}/provision/icinga2.bash (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f48bf54..52d2ad5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ $ rm -r .venv A vagrant file is available to create a icinga / opm / grafana stack and install check_patroni. You can then add a server to the supervision and -watch the graphs in grafana. It's in `./test/vagrant`. +watch the graphs in grafana. It's in the `vagrant` directory. A vagrant file can be found in [this repository](https://github.com/ioguix/vagrant-patroni to generate a patroni/etcd diff --git a/test/vagrant/LICENSE b/vagrant/LICENSE similarity index 100% rename from test/vagrant/LICENSE rename to vagrant/LICENSE diff --git a/test/vagrant/Makefile b/vagrant/Makefile similarity index 100% rename from test/vagrant/Makefile rename to vagrant/Makefile diff --git a/test/vagrant/README.md b/vagrant/README.md similarity index 100% rename from test/vagrant/README.md rename to vagrant/README.md diff --git a/test/vagrant/Vagrantfile b/vagrant/Vagrantfile similarity index 100% rename from test/vagrant/Vagrantfile rename to vagrant/Vagrantfile diff --git a/test/vagrant/grafana/cluster_status_cluster1.json b/vagrant/grafana/cluster_status_cluster1.json similarity index 100% rename from test/vagrant/grafana/cluster_status_cluster1.json rename to vagrant/grafana/cluster_status_cluster1.json diff --git a/test/vagrant/grafana/node_status_p1.json b/vagrant/grafana/node_status_p1.json similarity index 100% rename from test/vagrant/grafana/node_status_p1.json rename to vagrant/grafana/node_status_p1.json diff --git a/test/vagrant/grafana/node_status_p2.json b/vagrant/grafana/node_status_p2.json similarity index 100% rename from test/vagrant/grafana/node_status_p2.json rename to vagrant/grafana/node_status_p2.json diff --git a/test/vagrant/provision/check_patroni.bash b/vagrant/provision/check_patroni.bash similarity index 100% rename from test/vagrant/provision/check_patroni.bash rename to vagrant/provision/check_patroni.bash diff --git a/test/vagrant/provision/director.bash b/vagrant/provision/director.bash similarity index 100% rename from test/vagrant/provision/director.bash rename to vagrant/provision/director.bash diff --git a/test/vagrant/provision/icinga2.bash b/vagrant/provision/icinga2.bash similarity index 100% rename from test/vagrant/provision/icinga2.bash rename to vagrant/provision/icinga2.bash