From 2d1b2b87c9f787db580ad3966eecba7a752ebcdd Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Tue, 14 Apr 2020 10:54:57 +0300 Subject: [PATCH] Add Clustrix machines to the default test template --- .../mdbci/templates/default.json.template | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/maxscale-system-test/mdbci/templates/default.json.template b/maxscale-system-test/mdbci/templates/default.json.template index 2853513d2..10638b25f 100644 --- a/maxscale-system-test/mdbci/templates/default.json.template +++ b/maxscale-system-test/mdbci/templates/default.json.template @@ -354,5 +354,45 @@ "version" : "${target}" } + }, + + "clustrix_000" : + { + "hostname" : "clustrix000", + "box" : "centos_7_gcp", + "memory_size" : "16192", + "labels" : [ + "CLUSTRIX_BACKEND" + ] + }, + + "clustrix_001" : + { + "hostname" : "clustrix001", + "box" : "centos_7_gcp", + "memory_size" : "16192", + "labels" : [ + "CLUSTRIX_BACKEND" + ] + }, + + "clustrix_002" : + { + "hostname" : "clustrix002", + "box" : "centos_7_gcp", + "memory_size" : "16192", + "labels" : [ + "CLUSTRIX_BACKEND" + ] + }, + + "clustrix_003" : + { + "hostname" : "clustrix003", + "memory_size" : "16192", + "box" : "centos_7_gcp", + "labels" : [ + "CLUSTRIX_BACKEND" + ] } }