Skip to content

build_stream_config.yml Reference

File path: /opt/omnia/input/project_default/build_stream_config.yml

This file configures the BuildStreaM catalog-driven CI/CD deployment pipeline, including GitLab integration and pipeline behavior settings.

BuildStreaM Configuration Parameters

Parameter

Details

enable_build_stream

boolean / required

Enable or disable BuildStreaM pipeline.

Accepted values: boolean (true or false, yes or no)

Default: false

build_stream_host_ip

string / required

Build Stream API server host IP.

Accepted values: the public IP address of OIM or admin IP of OIM. The public IP address should be reachable from the GitLab server.

Default: the admin IP of OIM

build_stream_port

integer / required

BuildStreaM API server port.

Accepted values: valid port number (1-65535) which is free

Default: 8010

aarch64_inventory_host_ip

string / conditional required

Specify the aarch64 inventory host IP address for aarch64 builds.

Accepted values: the admin IP of aarch64 host where OS is installed

Default: None. If not specified, build images for aarch64 are not generated

Usage example

/opt/omnia/input/project_default/build_stream_config.yml
---
enable_build_stream: true
build_stream_host_ip: "10.5.0.100"
build_stream_port: 8010
aarch64_inventory_host_ip: ""