| commit | 7d07d185672bfb2d0ccaa944305c88c5e1a13dc3 | [log] [tgz] |
|---|---|---|
| author | beierlm <mark.beierl@canonical.com> | Thu Jan 13 13:12:46 2022 -0500 |
| committer | beierlm <mark.beierl@canonical.com> | Wed Jan 26 10:36:26 2022 -0500 |
| tree | e0277be51ca7cea742ffd71bf752a2e9a9d87401 | |
| parent | 20e7998262589ea4ce08461a63b7bc49375a8c45 [diff] |
Bug 1847: LTS Support Updates base to Ubuntu 20.04 Updates python to 3.8 Updates pip dependencies to more recent versions Adds apt cache to stage 2 dockerfile Fixes bug 1847 Change-Id: Icbe9e9efc0edd957a4b8c0c461cf9d32c716df3e Signed-off-by: beierlm <mark.beierl@canonical.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