TOSIT-IO / tdp-lib

Python library to configure, manage and deploy TDP
Apache License 2.0
4 stars 8 forks source link

feat: added status update command #604

Open SteBaum opened 4 months ago

SteBaum commented 4 months ago

Which issue(s) this PR fixes

Fixes None

Additional comments

Added a command which updates the database after a host has been retracted from the inventory.ini file. It sets the component where the host does no longer exist to inactive in the sch_status_log table.

Agreements

SteBaum commented 4 months ago

PR fix: set True value for is_active column in sch_status_log if active #605 needs to be merged first.

SteBaum commented 4 months ago

PR fix: to_restart and to_config in get_hosted_entity_statuses #606 needs to be merged first.