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 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
You can’t perform that action at this time.
0 commit comments