From 49106e25f27ab87df8745f18d8de8fceade3c225 Mon Sep 17 00:00:00 2001 From: Adrian <contact@jean-cloud.org> Date: Mon, 5 Aug 2024 16:38:48 +0200 Subject: [PATCH] example service dir --- testenv/services/other.sh8s.sh/nginx_server.conf | 0 testenv/services/servers.csv | 3 +++ testenv/services/services.csv | 4 ++++ testenv/services/test.sh8s.sh/nginx_server.conf | 0 testenv/services/truc.sh8s.sh/nginx_server.conf | 0 5 files changed, 7 insertions(+) create mode 100644 testenv/services/other.sh8s.sh/nginx_server.conf create mode 100644 testenv/services/servers.csv create mode 100644 testenv/services/services.csv create mode 100644 testenv/services/test.sh8s.sh/nginx_server.conf create mode 100644 testenv/services/truc.sh8s.sh/nginx_server.conf diff --git a/testenv/services/other.sh8s.sh/nginx_server.conf b/testenv/services/other.sh8s.sh/nginx_server.conf new file mode 100644 index 0000000..e69de29 diff --git a/testenv/services/servers.csv b/testenv/services/servers.csv new file mode 100644 index 0000000..42c7d2f --- /dev/null +++ b/testenv/services/servers.csv @@ -0,0 +1,3 @@ +ID,Name,IP1,IP2,IP3 +1,ordinosaure,10.0.0.1 +2,shlag_cluster,ordinosaure diff --git a/testenv/services/services.csv b/testenv/services/services.csv new file mode 100644 index 0000000..eca2d8c --- /dev/null +++ b/testenv/services/services.csv @@ -0,0 +1,4 @@ +ID,Name,Server +1,test.sh8s.sh,ordinosaure +2,truc.sh8s.sh,shlag_cluster +3,other.sh8s.sh, diff --git a/testenv/services/test.sh8s.sh/nginx_server.conf b/testenv/services/test.sh8s.sh/nginx_server.conf new file mode 100644 index 0000000..e69de29 diff --git a/testenv/services/truc.sh8s.sh/nginx_server.conf b/testenv/services/truc.sh8s.sh/nginx_server.conf new file mode 100644 index 0000000..e69de29