Draft
Conversation
77512f5 to
42cf8ef
Compare
jeremylenz
reviewed
Apr 22, 2026
| --connect-timeout 10 \ | ||
| --max-time 30 \ | ||
| --request PUT \ | ||
| "https://localhost:24443/api/vmaas-reposcan/v1/sync"; then |
Contributor
There was a problem hiding this comment.
Do we need to add X-Org-Id here?
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
Useful when you install plugins and want their code to work
puppet-iop deploys host-inventory-frontend assets but foremanctl was missing this role. Adds the iop_inventory_frontend role following the same pattern as the advisor and vulnerability frontend roles, and includes it in the iop_core orchestration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The timer was set to OnCalendar=daily with 1h jitter, but puppet-iop runs every 4 hours with a 10-minute boot delay. The daily schedule left vulnerability data stale for too long between syncs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
puppet-iop has a cvemap_downloader class that manages downloading cvemap.xml for the VMAAS reposcan service. Without this, VMAAS cannot fetch CVE data from the REDHAT_CVEMAP_URL it's configured to use. Adds a service, timer, and path watcher unit matching the puppet-iop implementation, along with the download script that supports both online (curl from Red Hat) and offline (manual file) modes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requires #280 first