POL Changelog
tag: v5.0.5 -> HEAD
c15e564 • Adds pymysql to requirements.txt
b77fe26 • Removes try except block from creation of database tables
a96898d • Exits process when encountered by a database exception
a14cf16 • Replaces direct use of aiokafka with osm_common message bus in agent and lcmclient
10be7c9 • Adds migration engine for peewee ORM
b4984ba • Modifies POL to create database if using mysql URI
d4a1635 • Adds support in entrypoint script for more complex mysql URI (+pool and query params)
fbb5d6d • Refactors autoscaling module to separate concerns and allow better control of db connections
f7451f8 • Adds support for vnf alarms
a13c7e6 • Adds pylint to tox test pipeline and fixes related errors
4009bf3 • Improves README
f4f13e1 • Adds requests package installation to debian postinst