Skip to content
Snippets Groups Projects
Commit 1b6678fb authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Forecast component:

- Fixed Dockerfile dependencies
- Updated TODO.txt file
parent 5eb00ac5
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!160Resolve "(CTTC) Forecaster component"
...@@ -63,6 +63,7 @@ RUN python3 -m pip install -r requirements.txt ...@@ -63,6 +63,7 @@ RUN python3 -m pip install -r requirements.txt
# Add component files into working directory # Add component files into working directory
WORKDIR /var/teraflow WORKDIR /var/teraflow
COPY src/context/. context/ COPY src/context/. context/
COPY src/device/. device/
COPY src/forecaster/. forecaster/ COPY src/forecaster/. forecaster/
COPY src/monitoring/. monitoring/ COPY src/monitoring/. monitoring/
......
Use a smaller network:
INFO forecaster.tests.Tools:Tools.py:75 Discovering Devices and Links...
INFO forecaster.tests.Tools:Tools.py:104 Found 22 devices and 462 links...
In topology forecaster, the data file should contain more than 1 row per link, otherwise, it crashes with no enough samples.
- implement integration with pathcomputation
test case:
- instantiate Context and Monitoring
- populate topology
- populate monitoring timeseries with link utilizations
- run test for link
- run test for topology
## PathComp Impact ## PathComp Impact
After retrieving the topology, if the service has a duration constraint configured, the PathComp component should interrogate the Forecaster and request a topology forecast according to the requested duration of the service. The computed link capacity forecast should be used as link capacity in path computations. After retrieving the topology, if the service has a duration constraint configured, the PathComp component should interrogate the Forecaster and request a topology forecast according to the requested duration of the service. The computed link capacity forecast should be used as link capacity in path computations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment