TOSIT-IO / tdp-lib

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

check if missing hosts during the deployment #618

Open SteBaum opened 4 months ago

SteBaum commented 4 months ago

Which issue(s) this PR fixes

Fixes # None

Additional comments

When a deployment is launched check if hosts have been removed from the inventory.ini. The logger displays a warning if a host has been removed.

There are three commits:

Agreements

SteBaum commented 4 months ago

The host checking procedure slows down the deployment. It can specifically be seen when a tdp deploy --dry or tdp -deploy --mock-deploy is performed.