Validate desired AOS config in Ansible check mode #697
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure#697
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Follow-up to #694. First-run check mode does not write the managed converge.yaml, but the role invokes aos converge with that explicit missing path. On an existing host it can read stale config instead of the desired template. Render the desired configuration to an ephemeral file during check mode, validate that file with aos converge --check, remove it even on failure, preserve canonical apply behavior, and keep changed reporting owned by AOS drift. Run the full infrastructure validation suite. No live convergence is part of this engineer fix.
Landed on canonical main at
278ea36. Check mode now renders the desired AOS configuration to an ephemeral file, validates it with aos converge --check, cleans it in an always path, and never writes the canonical config. Apply mode still renders the canonical file. Validation: Ansible production lint, 13 ansible-sync tests, and full pre-commit all pass. No live convergence was run.