migrate openshift-apps to use openshift/app-actions #3459
No reviewers
Labels
No labels
ai-review-please
freeze-break-request
post-freeze
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
infra/ansible!3459
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "smoliicek/ansible:ocp-migrate/batch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
6e1401652f7d5d2c4874WIP: migrate openshift-apps to use openshift/app-actionsto migrate openshift-apps to use openshift/app-actionsAI Code Review
Detailed Code Review
The migration to the
openshift/app-actionsrole has been executed consistently across all application playbooks. The refactoring successfully reduces boilerplate code and consolidates the build and deployment actions into a single role call.No security issues, logic errors, or performance bottlenecks were identified. The use of loops and conditionals (like environment-specific deployments in
fmn.ymlandkoschei.yml) has been accurately translated to the new role structure.✅ Summary
🤖 AI Code Review | Generated with ai-code-review | Model:
gemini-3.1-pro-preview⚠️ AI-generated suggestions may be incorrect. Verify before applying. Not a replacement for human review.
only thing that changed how the playbook runs is in
websites.yml, the build now requires the build tag passed, noted by a comment in the playbookedit: confirmed with darknao that this shouldn't affect anything
This is a pretty massive pr. ;)
The yamllint is fun, it's failing due to missing --- at the top... but also, it needs to be changed too?
ie, can you fix that and add jira-sync.yml here?
i swear the yamllint returned all okay on my machine
okay, yamllint stuff fixed + deleted awx and test-auth while i was at it
ok, it looks reasonable to me now.
This is a massive 78 commits. Should we squash it into one big one?
yeah, i think that is reasonable
AI Code Review
Detailed Code Review
The migration from individual
openshift/start-buildandopenshift/rolloutroles to the unifiedopenshift/app-actionsrole is executed cleanly across multiple playbooks. The removal of theawxandtest-authcomponents aligns with the documented intentions, and previous yaml linting issues appear to be addressed. The conditional usage of the new role (e.g., inpoddlers.ymland staging environments) is well-handled. No critical security or logic issues were found during the review.✅ Summary
🤖 AI Code Review | Generated with ai-code-review | Model:
gemini-3.1-pro-preview⚠️ AI-generated suggestions may be incorrect. Verify before applying. Not a replacement for human review.