File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ name: Multinode
5353 description : terraform-kayobe-multinode version
5454 type : string
5555 default : main
56+ small_cluster :
57+ description : Create cluster with only 1 controller, 1 compute
58+ default : ' false'
59+ type : boolean
5660jobs :
5761 multinode :
5862 name : Multinode
7276 # NOTE(upgrade): Reference the PREVIOUS and CURRENT releases here.
7377 stackhpc_kayobe_config_previous_version : ${{ inputs.upgrade == 'major' && 'stackhpc/2024.1' || 'stackhpc/2025.1' }}
7478 terraform_kayobe_multinode_version : ${{ inputs.terraform_kayobe_multinode_version }}
79+ multinode_controller_count : ${{ inputs.small_cluster && 1 || 3 }}
80+ multinode_compute_count : ${{ inputs.small_cluster && 1 || 3 }}
7581 secrets : inherit
You can’t perform that action at this time.
0 commit comments