Modify code to conform to flake8 and pylint.
Jobs are now flake8, pylint, py39 and metadata.
Test Plan
PASS - All zuul jobs pass as expected.
Story: 2010929
Task: 49253
Change-Id: I1239b1c2a952d822bf5ba7348acc2ff1ce80dd97
Signed-off-by: Reed, Joshua <Joshua.Reed@windriver.com>
This commit is responsible for create the StarlingX application for
Kubernetes Power Manager.
TEST PLAN:
PASS: AIO-SX, STD: check if the application can be successfully
installed.
PASS: ALL: check if label "app.starlingx.io/component" was applied
in "intel-power" namespace on install.
PASS: AIO-SX, STD: check if the application can be successfully
uninstalled.
PASS: ALL: check if installed CRDs are removed on uninstall.
PASS: ALL: check if daemonsets (agents) started by the controller
are removed on uninstall.
PASS: ALL: check if the namespace was deleted on uninstall.
Author: Thiago Antonio Miranda <tmarques@windriver.com>
Co-author: Reynaldo P Gomes <reynaldo.patronegomes@windriver.com>
Co-author: Eduardo Alberti <eduardo.alberti@windriver.com>
Depends-on: https://review.opendev.org/c/starlingx/config/+/887958
Story: 2010773
Task: 48320
Change-Id: I340b4960d429ee38ea86a2e919a95484e5bef70a
Signed-off-by: Reynaldo P Gomes <reynaldo.patronegomes@windriver.com>