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:
Added get_collections_hosts method for the Collections class.
Added check_collections_hosts method for the Collection class. It compares hosts from the collections with the hosts in the inventory.ini file and logger sends a warning if a host is missing in the inventory.ini file.
Integrated check_collections_hosts in the deployment iterator.
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:
get_collections_hosts
method for theCollections
class.check_collections_hosts
method for theCollection
class. It compares hosts from the collections with the hosts in theinventory.ini
file and logger sends a warning if a host is missing in theinventory.ini
file.check_collections_hosts
in the deployment iterator.Agreements