Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an inventory_collection for the EMS
There are some attributes that need to be updated on the EMS record by the parser. For graph refresh this is currently done by directly doing an ems.update_attributes! in the parser which breaks our "parser shouldn't connect to the DB" rule. This adds an inventory collection which allows the parser to set properties to be saved on the ext_management_system record.
- Loading branch information