Fill the framework gaps the Makefile already referenced: scripts/test.sh
(wrapper over tests/run-tests.sh, now exercised by the pre-push full
audit) and up.sh/down.sh stubs for this non-compose repo. Extend
kuma-fleet-sync STATIC_GEAR with the fixed network/office devices
(printer, consrv, tsys6/7 OOB, scanners, label printer, r1-tor-top,
DOME) so future runs keep their ICMP monitors in sync; DOME added
paused like the other known-down systems.
💘 Generated with Crush
Assisted-by: Crush:glm-5.2
This commit is contained in:
@@ -33,16 +33,27 @@ STATIC_GEAR = [
|
||||
"pfv-r3-tor-mgmt-01.knel.net",
|
||||
"pfv-r3-tor-stor-01.knel.net",
|
||||
"pfv-r2-tor-01.knel.net",
|
||||
"pfv-r1-tor-top.knel.net",
|
||||
"pfv-r6-mgmt-01.knel.net",
|
||||
"pfv-rrinfra-rtr.knel.net",
|
||||
"ap-tablemount.knel.net",
|
||||
"ap-wallmount.knel.net",
|
||||
"pfv-garage-pdu-1.knel.net",
|
||||
"pfv-stor1.knel.net",
|
||||
"pfv-printer.knel.net",
|
||||
"pfv-consrv.knel.net",
|
||||
"pfv-tsys6-oob.knel.net",
|
||||
"pfv-tsys7-oob.knel.net",
|
||||
"stl-canon-scanner-artroom.knel.net",
|
||||
"brother-label-printer.knel.net",
|
||||
"dell-openmanage-enterprise.knel.net",
|
||||
"netbird.knel.net",
|
||||
"tsys-cloudron.knel.net",
|
||||
]
|
||||
PAUSED_BY_DEFAULT = {"stlp-3dscanner.knel.net"}
|
||||
PAUSED_BY_DEFAULT = {
|
||||
"stlp-3dscanner.knel.net",
|
||||
"dell-openmanage-enterprise.knel.net",
|
||||
}
|
||||
|
||||
|
||||
def fleet_targets():
|
||||
|
||||
Reference in New Issue
Block a user