Skip to content

Commit b617922

Browse files
author
scrungus
committed
add volume size
1 parent 59e272b commit b617922

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/stackhpc-capi-all-in-one.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ on:
4747
description: Subnet for the all-in-one VM
4848
type: string
4949
default: stackhpc-release-subnet
50+
vm_volume_size:
51+
description: volume size for the all-in-one VM
52+
type: number
53+
default: 200
5054
OS_CLOUD:
5155
description: Name of cloud in clouds.yaml
5256
type: string
@@ -109,6 +113,7 @@ jobs:
109113
aio_vm_flavor = "${{ env.VM_FLAVOR }}"
110114
aio_vm_network = "${{ env.VM_NETWORK }}"
111115
aio_vm_subnet = "${{ env.VM_SUBNET }}"
116+
aio_vm_volume_size = ${{ env.VM_VOLUME_SIZE }}
112117
EOF
113118
working-directory: ${{ github.workspace }}/terraform/aio
114119
env:
@@ -119,6 +124,7 @@ jobs:
119124
VM_NETWORK: ${{ inputs.vm_network }}
120125
VM_SUBNET: ${{ inputs.vm_subnet }}
121126
VM_INTERFACE: ${{ inputs.vm_interface }}
127+
VM_VOLUME_SIZE: ${{ inputs.vm_volume_size }}
122128

123129
- name: Terraform Plan
124130
run: terraform plan

0 commit comments

Comments
 (0)