diff options
author | pmikus <peter.mikus@protonmail.ch> | 2024-05-28 08:49:29 +0200 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2024-05-28 08:49:29 +0200 |
commit | a2d74de746a017316458d340fed44157266b5b6d (patch) | |
tree | a9917618c4b764f052e820ec2b5f07ea542f38af | |
parent | b853aca788d6fc04eb0a5cd4e648b3834a6b2cc3 (diff) |
feat(etl): Add hosts
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: Ibd3d0a1cdce67d17bfbe6fadfc1311af420a6c50
-rw-r--r-- | csit.infra.etl/coverage_hoststack.json | 12 | ||||
-rw-r--r-- | csit.infra.etl/coverage_mrr.json | 10 | ||||
-rw-r--r-- | csit.infra.etl/coverage_ndrpdr.json | 12 | ||||
-rw-r--r-- | csit.infra.etl/coverage_reconf.json | 12 | ||||
-rw-r--r-- | csit.infra.etl/coverage_soak.json | 12 | ||||
-rw-r--r-- | csit.infra.etl/iterative_hoststack.json | 20 | ||||
-rw-r--r-- | csit.infra.etl/iterative_mrr.json | 10 | ||||
-rw-r--r-- | csit.infra.etl/iterative_ndrpdr.json | 12 | ||||
-rw-r--r-- | csit.infra.etl/iterative_reconf.json | 12 | ||||
-rw-r--r-- | csit.infra.etl/iterative_soak.json | 12 |
10 files changed, 107 insertions, 17 deletions
diff --git a/csit.infra.etl/coverage_hoststack.json b/csit.infra.etl/coverage_hoststack.json index fdd6eab6c0..5823c96a2c 100644 --- a/csit.infra.etl/coverage_hoststack.json +++ b/csit.infra.etl/coverage_hoststack.json @@ -44,6 +44,16 @@ }, { "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, + { + "metadata": {}, "name": "result", "nullable": true, "type": { @@ -220,4 +230,4 @@ } ], "type": "struct" -}
\ No newline at end of file +} diff --git a/csit.infra.etl/coverage_mrr.json b/csit.infra.etl/coverage_mrr.json index 4b6b6415d3..85f9cb8504 100644 --- a/csit.infra.etl/coverage_mrr.json +++ b/csit.infra.etl/coverage_mrr.json @@ -44,6 +44,16 @@ }, { "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, + { + "metadata": {}, "name": "result", "nullable": true, "type": { diff --git a/csit.infra.etl/coverage_ndrpdr.json b/csit.infra.etl/coverage_ndrpdr.json index 37c45820ea..a9196dc69b 100644 --- a/csit.infra.etl/coverage_ndrpdr.json +++ b/csit.infra.etl/coverage_ndrpdr.json @@ -44,6 +44,16 @@ }, { "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, + { + "metadata": {}, "name": "result", "nullable": true, "type": { @@ -688,4 +698,4 @@ } ], "type": "struct" -}
\ No newline at end of file +} diff --git a/csit.infra.etl/coverage_reconf.json b/csit.infra.etl/coverage_reconf.json index fdd6eab6c0..5823c96a2c 100644 --- a/csit.infra.etl/coverage_reconf.json +++ b/csit.infra.etl/coverage_reconf.json @@ -44,6 +44,16 @@ }, { "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, + { + "metadata": {}, "name": "result", "nullable": true, "type": { @@ -220,4 +230,4 @@ } ], "type": "struct" -}
\ No newline at end of file +} diff --git a/csit.infra.etl/coverage_soak.json b/csit.infra.etl/coverage_soak.json index 5691e8bf5b..a15ef274d7 100644 --- a/csit.infra.etl/coverage_soak.json +++ b/csit.infra.etl/coverage_soak.json @@ -44,6 +44,16 @@ }, { "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, + { + "metadata": {}, "name": "result", "nullable": true, "type": { @@ -230,4 +240,4 @@ } ], "type": "struct" -}
\ No newline at end of file +} diff --git a/csit.infra.etl/iterative_hoststack.json b/csit.infra.etl/iterative_hoststack.json index a3365cdba0..320e6a0494 100644 --- a/csit.infra.etl/iterative_hoststack.json +++ b/csit.infra.etl/iterative_hoststack.json @@ -32,25 +32,25 @@ }, { "metadata": {}, - "name": "hosts", + "name": "tg_type", "nullable": true, - "type": { - "containsNull": true, - "elementType": "string", - "type": "array" - } + "type": "string" }, { "metadata": {}, - "name": "tg_type", + "name": "tg_version", "nullable": true, "type": "string" }, { "metadata": {}, - "name": "tg_version", + "name": "hosts", "nullable": true, - "type": "string" + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } }, { "metadata": {}, @@ -282,4 +282,4 @@ } ], "type": "struct" -}
\ No newline at end of file +} diff --git a/csit.infra.etl/iterative_mrr.json b/csit.infra.etl/iterative_mrr.json index 4b6b6415d3..85f9cb8504 100644 --- a/csit.infra.etl/iterative_mrr.json +++ b/csit.infra.etl/iterative_mrr.json @@ -44,6 +44,16 @@ }, { "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, + { + "metadata": {}, "name": "result", "nullable": true, "type": { diff --git a/csit.infra.etl/iterative_ndrpdr.json b/csit.infra.etl/iterative_ndrpdr.json index 37c45820ea..a9196dc69b 100644 --- a/csit.infra.etl/iterative_ndrpdr.json +++ b/csit.infra.etl/iterative_ndrpdr.json @@ -44,6 +44,16 @@ }, { "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, + { + "metadata": {}, "name": "result", "nullable": true, "type": { @@ -688,4 +698,4 @@ } ], "type": "struct" -}
\ No newline at end of file +} diff --git a/csit.infra.etl/iterative_reconf.json b/csit.infra.etl/iterative_reconf.json index fdd6eab6c0..5823c96a2c 100644 --- a/csit.infra.etl/iterative_reconf.json +++ b/csit.infra.etl/iterative_reconf.json @@ -44,6 +44,16 @@ }, { "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, + { + "metadata": {}, "name": "result", "nullable": true, "type": { @@ -220,4 +230,4 @@ } ], "type": "struct" -}
\ No newline at end of file +} diff --git a/csit.infra.etl/iterative_soak.json b/csit.infra.etl/iterative_soak.json index 5691e8bf5b..a15ef274d7 100644 --- a/csit.infra.etl/iterative_soak.json +++ b/csit.infra.etl/iterative_soak.json @@ -44,6 +44,16 @@ }, { "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, + { + "metadata": {}, "name": "result", "nullable": true, "type": { @@ -230,4 +240,4 @@ } ], "type": "struct" -}
\ No newline at end of file +} |