Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use session-scoped inventory by default #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 22, 2024

  1. Use session-scoped inventory by default

    Currently, Manifester syncs its inventory multiple times while
    generating a manifest to ensure that the inventory data matches with the
    corresponding data in RHSM. For some use cases, though, this behavior is
    not desirable. Notably, in a CI scenario in which multiple workers share
    the same `username_prefix` setting, syncing the inventory with RHSM
    prevents those workers from running `manifester delete --all` at the end
    of each pipeline, as this could delete allocations that are still being
    used by other workers.
    
    This PR addresses this issue by converting the default inventory
    behavior to not sync from RHSM unless a sync is explicitly invoked.
    synkd committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6352bbe View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    89488f9 View commit details
    Browse the repository at this point in the history