| commit | fcdb2c45b76c6e55aa36e03c174a699862db5c9e | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Sep 28 23:45:57 2023 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Sep 28 23:45:57 2023 +0200 |
| tree | 76fa90cb679760592b38e937ea64599abc3b0567 | |
| parent | 41f7393ba4efde7c764569c6a357a124a6b17017 [diff] |
Update pip requirements to pass stage2 and stage3 in all modules Change-Id: Ic70f06de89a45b2c66e41991b78826cbc76b8487 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
The PLA module provides computation of optimal placement of xNFs over VIMs by matching NS specific requirements to infrastructure availability and run-time metrics, while considering cost of compute/network.
Please refer to the PLA User's Guide for a description on how to enable and configure the placement functionality.
The preferred method to run the PLA unit test is to use tox.
$ tox
Please note that some of the unit test modules have dependencies to Minizinc, e.g. test_mznmodels.py and test_mznPlacementConductor.py. If these tests are to be performed outside a PLA container context, like .e.g. from CLI or from within an IDE, setup the environment as follows (linux example):
$ sudo snap install minizinc --classic $ sudo mkdir -p /minizinc/bin $ sudo ln -s /snap/bin/minizinc /minizinc/bin/minizinc
PLA is an optional module in OSM. It is installed together with OSM by adding --pla to the install script.
$ ./install_osm.sh --pla
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the Apache2 License - see the LICENSE.md file for details