Skip to content

Draft: CE-2397: Prepare DB to integrate with NetBox

A Flyway script with version 23 has been added to assign host IDs from NetBox to all deployments. Two new columns, is_vm and netbox_migration_log has been added to the ioc_deployment table. The is_vm indicates which NetBox endpoint we should call between the two when querying host data. An the netbox_migration_log can be helpful for us during migration, we can delete it afterwards. Also, an initial service that can communicate with the NetBox API has been added.

Please do not deploy it any of the environment!

Closes CE-2397

Edited by Domonkos Gulyas

Merge request reports