Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Remove redhat.package.buildhost #544

Closed
mdvickst opened this issue Dec 13, 2017 · 1 comment
Closed

Remove redhat.package.buildhost #544

mdvickst opened this issue Dec 13, 2017 · 1 comment
Assignees

Comments

@mdvickst
Copy link

Opening a new issue


Specify type:

  • Enhancement

Bug severity (if applicable):

  • High

Description:

Remove the redhat.package.buildhost facts from the default scan that way the memory required to gather facts is less. These facts are essentially duplicates of the redhat.package.gpg facts.

@noahl noahl mentioned this issue Dec 13, 2017
@noahl noahl self-assigned this Dec 13, 2017
@noahl
Copy link

noahl commented Dec 13, 2017

My conversation with Mark was that we should actually remove these packages:
redhat-packages.is_redhat - determines if package is a Red Hat package
redhat-packages.last_installed - last installed package
redhat-packages.last_built - last built package
redhat-packages.num_rh_packages - number of Red Hat packages
redhat-packages.num_installed_packages - number of installed packages

they are duplicates of these which we should keep:
redhat-packages.gpg.is_redhat - determines if package is a Red Hat package filtered by GPG keys
redhat-packages.gpg.last_installed - last installed package filtered by GPG keys
redhat-packages.gpg.last_built - last built package filtered by GPG keys
redhat-packages.gpg.num_rh_packages - number of Red Hat packages filtered by GPG keys
redhat-packages.gpg.num_installed_packages - number of installed packages filtered by GPG keys

noahl added a commit that referenced this issue Dec 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants