| commit | 43beb84f2d91c089401fcf562bac04b13eeb7a31 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Jun 24 20:03:40 2025 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Jun 24 20:03:40 2025 +0200 |
| tree | cb5c73bf24235cfaf3ac3f1747c9d63d00fd22b4 | |
| parent | 0c400c4f30018a6c3a9b93e8de68b8780284b11a [diff] |
Update pip dependencies Change-Id: I2046b9bc7d891a64d0c282d4b3ac59a132e4e106 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