feat(core): seed the netprobe native add-on package (#3425) #3502
No reviewers
Labels
No labels
1week
2weeks
Failed compliance check
IP cameras
NATS
Possible security concern
Review effort 1/5
Review effort 2/5
Review effort 3/5
Review effort 4/5
Review effort 5/5
UI
aardvark
accessibility
amd64
api
arm64
auth
back-end
bgp
blog
bug
build
checkers
ci-cd
cleanup
cnpg
codex
core
dependencies
device-management
documentation
duplicate
dusk
ebpf
enhancement
eta 1d
eta 1hr
eta 3d
eta 3hr
feature
fieldsurvey
github_actions
go
good first issue
help wanted
invalid
javascript
k8s
log-collector
mapper
mtr
needs-triage
netflow
network-sweep
observability
oracle
otel
plug-in
proton
python
question
reddit
redhat
research
rperf
rperf-checker
rust
sdk
security
serviceradar-agent
serviceradar-agent-gateway
serviceradar-web
serviceradar-web-ng
siem
snmp
sysmon
topology
ubiquiti
wasm
wontfix
zen-engine
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carverauto/serviceradar!3502
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/netprobe-addon-package-seeder"
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?
What
migrate-netprobe-to-native-addon§3.1 — addsServiceRadar.Plugins.NetprobeAddonPackageSeeder, mirroring the Bumblebee seeder Agent B landed in #3493, so netprobe becomes a selectable/targetableAddonPackagein Edge Ops once its signed artifacts are published.AddonPackage:delivery: :pushed_artifact,supervision: :systemd_service, capabilityhost-network-visibility,os_capabilitiesCAP_NET_RAW/CAP_BPF/CAP_PERFMON,run_as: serviceradar, config schema fromaddons/netprobe/config.schema.json.coordinator_childrenalongside the Bumblebee seeder.:netprobe_native_addon_packageis configured with real mirrored+signed per-arch artifacts (same guard as Bumblebee — never approve placeholder object keys the agent can't verify/fetch).netprobe_addon_package_seeder_test.exs): seed → approved package with the netprobe attrs → assignment compiles viaAgentConfigGeneratorinto a systemd-service pushed-artifact addon (also covers §4.2); no-op without artifacts.Why partial
This is the control-plane code for §3.1. The package only materializes once the publish lane runs (Linux CI → OCI), the artifact is mirrored, and
:netprobe_native_addon_packageis wired with the resulting refs on the target instance — the remaining (ops) part of §3.1, and the prerequisite for the §4.3 e2e.Validation
mix compile— clean (no warnings on the seeder/registration).mix credoon the seeder — no issues.🤖 Generated with Claude Code
lgtm