Skip to content

Index

Managing and maintaining system processes and states in a multi-node environment

BlueChi is a service orchestration solution for the multi-node, mixed-criticality environments in AutoSD. BlueChi extends the capabilities of systemd to allow a primary node to manage services on other connected nodes.

BlueChi consists of three main components:

  • bluechi-controller: A service that runs on the primary node and controls all connected nodes
  • bluechi-agent: A service that runs on each connected node, receiving commands from the controller and interacting with local systemd
  • bluechictl: A command-line tool used to manually interact with the controller and test, debug, and manage services running on connected agents

Important

--8<-- "docs/fusa_disclaimer.md"