feat(addons): migrate Bumblebee scanner to native add-on #3493
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!3493
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/migrate-bumblebee-native-addon"
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?
Implements Agent B for issue #3456 / migrate-bumblebee-to-native-addon.
Scope:
addons/bumblebee-scan/native add-on manifest, config schema, default config, systemd service, and timer.bumblebee_scan_addon_bundleintobuild/native_addons/addon_inventory.bzlfor linux/amd64 and linux/arm64 pushed-artifact tarballs.BumblebeeAddonPackageSeederand coordinator child. The seeder is a no-op until real artifact refs are configured, so it will not approve placeholder packages.AgentConfigGenerator+ proto output select the amd64 pushed artifact.addons/bumblebee-scan/path.Boundary honored: this does not touch the shared agent-side add-on status/rollback code.
Validation:
openspec validate migrate-bumblebee-to-native-addon --strictgit diff --check HEAD~2..HEADmix format lib/serviceradar/plugins/bumblebee_addon_package_seeder.ex lib/serviceradar/cluster/coordinator_children.ex test/serviceradar/plugins/bumblebee_addon_package_seeder_test.exsbazel build --config=remote --action_env=PATH=/Library/Frameworks/Python.framework/Versions/3.13/bin:/usr/bin:/bin:/usr/sbin:/sbin //build/native_addons:bumblebee_scan_addon_bundleMIX_ENV=test mix ecto.migrate+MIX_ENV=test mix test --include integration test/serviceradar/plugins/bumblebee_addon_package_seeder_test.exsagainst srql-fixtures scratch DBcodex_bumblebee_1780292223_81955(dropped)Note: local non-remote Bazel build on macOS still hits the existing rules_go Linux toolchain execution issue; the remote build path above passes.
lgtm