build_stream_config.yml¶
This file configures the BuildStreaM catalog-driven CI/CD deployment pipeline, including GitLab integration and pipeline behavior settings.
Parameter Reference¶
|
Parameter |
Details |
|---|---|
|
enable_build_stream boolean / required |
Enable or disable BuildStreaM pipeline. Accepted values: boolean values (true or false) or (yes or no) Default value: false |
|
build_stream_host_ip string / required |
Optional: 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 value: 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 value: 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 value: None. If the inventory host IP address is not specified, the build images for aarch64 are not generated. |
Usage example¶
---
enable_build_stream: true
build_stream_host_ip: "10.5.0.100"
build_stream_port: 8010
aarch64_inventory_host_ip: ""