config/sysinv/sysinv/sysinv/sysinv/db
Heitor Matsui fd5d603d86 Fix runtime_config_get method to avoid type error
An issue was found when config_applied for a host assumed
the default value, which is the string "install" (refer to [1]),
returning a type error in runtime_config_get trying to compare
string "install" with a column "id" with type int.

This commit fixes runtime_config_get method by inverting the
logic: if the id passed is an int then compare with id, if it
is not then assume it is a string and compare with config_uuid
column.

[1] 15aefdc468/sysinv/sysinv/sysinv/sysinv/agent/manager.py (L116)

Test Plan
PASS: set config_applied="install" for a host, force inventory
      report and observe no more database errors on sysinv.log
PASS: install/bootstrap/unlock AIO-DX

Story: 2010676
Task: 49745

Signed-off-by: Heitor Matsui <heitorvieira.matsui@windriver.com>
Change-Id: I9c687a1eb67c62291f1d2aa9cef1d6fbe993d0fa
2024-03-21 17:12:17 -03:00
..
sqlalchemy Fix runtime_config_get method to avoid type error 2024-03-21 17:12:17 -03:00
__init__.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
api.py Introduce Puppet variables for primary and secondary pool addresses. 2024-03-12 07:25:46 -03:00
migration.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00