ATIX-AG / foreman_resource_quota

Foreman plugin to allow resource management with Resource Quotas among users and usergroups.
GNU General Public License v3.0
4 stars 0 forks source link

Add missing hosts and utilization to database #40

Closed bastian-src closed 5 months ago

bastian-src commented 5 months ago

Enable a ResourceQuota to track persistently which host resources were missing during the last calculation of its utilization.

Extend the database with fields for utilization_ and missing_hosts. Add a one-to-many relation between Hosts and ResourceQuotas, as a ResourceQuota can have several Hosts whose resources could not be determined.