UNCLASSIFIED - NO CUI

Skip to content

Refactor Shell Scripts and Logs

Replace Babu References with Edge-Orchestrator

Description:

There are inconsistencies in naming conventions across our shell scripts and log files, where references to Babu VM or Babu are still present. The updated standard name for this component is edge-orchestrator, and all occurrences should be refactored accordingly to maintain consistency in logs, scripts, and user-facing messages.

Scope of Work:

1. 📝 Update Log Messages:
  • Ensure logs clearly refer to edge-orchestrator, removing legacy Babu VM references.
  • Example update:
- IMPORTANT: It can take up to 5 minutes for the Babu VM to start up.
+ IMPORTANT: It can take up to 5 minutes for the edge-orchestrator-vm to start up.
2. ⚙️ Refactor Shell Scripts:
  • Identify and update script variables, comments, and outputs that reference Babu.
  • Example updates:
- To run the edge orchestrator container (aka Babu) on the Babu VM:
+ To run the edge orchestrator container on the edge-orchestrator-vm:
  • Update all instances where scripts reference babu in environment variables, paths, and CLI commands (if applicable).

🚀 Acceptance Criteria:

  • All log messages and user-facing output reference edge-orchestrator.
  • Shell scripts no longer contain outdated Babu VM references. Unless external/internal functions are affected.
  • Deployment and execution instructions remain functional after renaming.
Edited by Alfredo Diaz