Enabling BlueChi components
Enabling BlueChi components¶
Setting use_qm: true
builds the mixed-criticality architecture that creates the QM partition. Additional configurations are required to enable
the BlueChi controller and agents.
Prerequisites
- A host machine that runs on CentOS Stream, Fedora, or RHEL
- A custom manifest file, such as the manifest file that you created in Configuring communication between containers in QM and root partitions
- A container in the root partition and a container in the QM partition that need to communicate with each other
Procedure
-
To enable BlueChi components, set
use_bluechi
totrue
in thempp-vars
section of your manifest file:console title="Enable BlueChi controller and agents" version: '2' mpp-vars: name: <my-manifest> use_bluechi: true
Next steps
After enabling BlueChi components, configure communication between the controller and agents.