Commit b2dd70f
committed
refactor(boundary): move orchestrator/ -> agent/, controllers/ -> supervisor/controllers/
PR-3 of the agent/supervisor boundary work (behavior-neutral physical move).
- src/aleph/vm/orchestrator/ -> src/aleph/vm/agent/ (the Aleph network agent).
- src/aleph/vm/controllers/ -> src/aleph/vm/supervisor/controllers/ (the
supervisor's execution worker; entry point becomes
python -m aleph.vm.supervisor.controllers).
- Update all imports, the console script (aleph.vm.agent.cli:main), and the
systemd ExecStart targets. Service names and the %i-controller.json config path
are unchanged.
- Rework the import-linter contracts for the new layout: contract independent;
controllers (now under supervisor) don't import the agent; the agent doesn't
reach the supervisor daemon modules (composition root excepted); the supervisor
doesn't import the agent (DB/aggregate-settings residuals documented).
Stacked on PR-1 (#986). configuration.py already moved to contract/ in PR-1.
Behavior-neutral: supervisor+migration suite 922 passed (only the pre-existing
root-only test_interfaces failures remain), mypy baseline unchanged, lint-imports
4 kept / 0 broken.1 parent 3dbbc76 commit b2dd70f
126 files changed
Lines changed: 531 additions & 526 deletions
File tree
- packaging/aleph-vm/etc/systemd/system
- src/aleph/vm
- agent
- migrations
- versions
- views
- static
- templates
- vm
- migration
- supervisor
- controllers
- firecracker
- qemu_confidential
- qemu
- tests
- integration
- migration
- supervisor
- views
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | | - | |
286 | 285 | | |
287 | 286 | | |
288 | 287 | | |
| |||
291 | 290 | | |
292 | 291 | | |
293 | 292 | | |
294 | | - | |
| 293 | + | |
295 | 294 | | |
296 | 295 | | |
297 | | - | |
298 | | - | |
| 296 | + | |
| 297 | + | |
299 | 298 | | |
300 | 299 | | |
301 | | - | |
| 300 | + | |
302 | 301 | | |
303 | 302 | | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
308 | 317 | | |
309 | | - | |
310 | | - | |
311 | | - | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
312 | 321 | | |
313 | 322 | | |
314 | 323 | | |
315 | 324 | | |
316 | 325 | | |
317 | 326 | | |
318 | 327 | | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
| 328 | + | |
| 329 | + | |
323 | 330 | | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
329 | 336 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments