From 29e808afcadb557a5a69dd3b2ec2c28f2de18edf Mon Sep 17 00:00:00 2001 From: jmarchel Date: Thu, 4 Jan 2024 09:54:54 +0100 Subject: [PATCH] Add NebulOuS monitoring-data-persistor and exponential-smoothing-predictor repo Change-Id: Icfa91de50220c8ebcd88bf9c7ae55bd0650589e0 --- gerrit/projects.yaml | 8 ++++++++ zuul/main.yaml | 2 ++ 2 files changed, 10 insertions(+) diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 08cf37546b..929778c267 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -233,6 +233,10 @@ description: >- NebulOuS exn's python connector. acl-config: /home/gerrit2/acls/nebulous/nebulous.config +- project: nebulous/exponential-smoothing-predictor + description: >- + NebulOuS component implementing method for trend-based data prediction. + acl-config: /home/gerrit2/acls/nebulous/nebulous.config - project: nebulous/gui description: >- NebulOuS frontend. @@ -251,6 +255,10 @@ description: >- NebulOuS monitoring solution. acl-config: /home/gerrit2/acls/nebulous/nebulous.config +- project: nebulous/monitoring-data-persistor + description: >- + NebulOuS component to manage and store data of monitoring system. + acl-config: /home/gerrit2/acls/nebulous/nebulous.config - project: nebulous/nebulous description: >- The main repository of the NebulOuS project - a Meta Operating System diff --git a/zuul/main.yaml b/zuul/main.yaml index 3eb33de2a2..4383b71faa 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -123,9 +123,11 @@ - nebulous/exn-connector-cpp - nebulous/exn-connector-java - nebulous/exn-connector-python + - nebulous/exponential-smoothing-predictor - nebulous/gui - nebulous/iot-dpp-orchestrator - nebulous/monitoring + - nebulous/monitoring-data-persistor - nebulous/optimiser-constraint-checker - nebulous/optimiser-controller - nebulous/optimiser-resource-auction-agent