Commit d9d4f5d
committed
border: serve only border_agent on the core node's agent
border_node is always pinned to a specific agent by the builder
(SchedulableToAgentFromAgentUUIDMixin) and its driver ships where the
data plane lives: the realm node image or the dedicated border VM image.
Advertising it from the core agent risked an unpinned border_node being
scheduled onto the core node (the scheduler takes the first capable
agent), mirroring how paas_lb_node lives only in the lbaas VM image.
Also add border_agent to the bootstrap [universal_agent_scheduler]
rewrite, which fully replaces the section and silently dropped it.1 parent 499f1ad commit d9d4f5d
2 files changed
Lines changed: 3 additions & 4 deletions
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | | - | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | | - | |
| 418 | + | |
| 419 | + | |
419 | 420 | | |
420 | 421 | | |
421 | 422 | | |
| |||
0 commit comments