[HLCC-ICE-000001][ZY-CONTRIB-20260723-001] feat: 以来光者贡献链启用冰朔第五域个人子频道
This commit is contained in:
commit
5615453e4e
660 changed files with 122355 additions and 0 deletions
14
server-tools/personal-node-probe/probe-from-map.sh
Normal file
14
server-tools/personal-node-probe/probe-from-map.sh
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
case "${1:-}" in
|
||||
BS-GZ-006) alias_name=bs-gz-006 ;;
|
||||
BS-SG-001) alias_name=bs-sg-001 ;;
|
||||
BS-SG-002) alias_name=bs-sg-002 ;;
|
||||
BS-SG-003) alias_name=bs-sg-003 ;;
|
||||
ZY-SG-006) alias_name=zy-sg-006 ;;
|
||||
BS-SH-005) alias_name=bs-sh-005 ;;
|
||||
*) echo "unregistered node id" >&2; exit 2 ;;
|
||||
esac
|
||||
|
||||
exec /usr/local/sbin/guanghu-cluster-node-probe "$1" "$alias_name"
|
||||
Loading…
Reference in a new issue