Skip to content

fix: remove stale survey from Introduce CVE job template#130

Merged
toharris-rh merged 1 commit into
mainfrom
fix/introduce-cve-jt-remove-survey
Jun 16, 2026
Merged

fix: remove stale survey from Introduce CVE job template#130
toharris-rh merged 1 commit into
mainfrom
fix/introduce-cve-jt-remove-survey

Conversation

@toharris-rh

Copy link
Copy Markdown
Owner

Summary

  • The "Lightspeed Patching - Introduce CVE (Demo Setup)" JT had a survey enabled with a target_kernel variable that playbooks/introduce_cve.yml never uses — the playbook defaults to an OpenSSL downgrade via target_package/target_version.
  • The survey was added in the controller UI, outside CaC, so controller state was out of sync with aap_config/files/controller_job_templates.yml.
  • Adds survey_enabled: false to the CaC definition; the next load.yml run will remove the survey from the controller.

Closes #129

🤖 Generated with Claude Code

The JT had a survey exposing target_kernel, which the playbook never
uses — it defaults to an OpenSSL downgrade via target_package/target_version.
The survey was added outside CaC. Adding survey_enabled: false enforces
the correct state on next load.yml run.

Closes #129

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@toharris-rh toharris-rh requested a review from ericcames as a code owner June 16, 2026 21:33
@toharris-rh toharris-rh merged commit 04b1e45 into main Jun 16, 2026
2 checks passed
@toharris-rh toharris-rh deleted the fix/introduce-cve-jt-remove-survey branch June 16, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce CVE JT has stale survey with wrong variable (target_kernel)

1 participant