File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 39
39
description : Default network interface name
40
40
type : string
41
41
default : ens3
42
- vm_flavor :
43
- description : Flavor for the all-in-one VM
44
- type : string
45
- default : en1.medium
46
42
OS_CLOUD :
47
43
description : Name of cloud in clouds.yaml
48
44
type : string
@@ -168,7 +164,7 @@ jobs:
168
164
aio_vm_interface = "${{ env.VM_INTERFACE }}"
169
165
aio_vm_name = "${{ env.VM_NAME }}"
170
166
aio_vm_image = "${{ env.VM_IMAGE }}"
171
- aio_vm_flavor = "${{ env.VM_FLAVOR }}"
167
+ aio_vm_flavor = "${{ vars.HOST_IMAGE_BUILD_FLAVOR }}"
172
168
aio_vm_network = "${{ vars.HOST_IMAGE_BUILD_NETWORK }}"
173
169
aio_vm_subnet = "${{ vars.HOST_IMAGE_BUILD_SUBNET }}"
174
170
aio_vm_volume_size = "${{ env.VM_VOLUME_SIZE }}"
@@ -179,7 +175,6 @@ jobs:
179
175
SSH_USERNAME : " ${{ inputs.ssh_username }}"
180
176
VM_NAME : " skc-ci-aio-${{ inputs.neutron_plugin }}-${{ github.run_id }}"
181
177
VM_IMAGE : ${{ steps.image_name.outputs.image_name }}
182
- VM_FLAVOR : ${{ inputs.vm_flavor }}
183
178
VM_INTERFACE : ${{ inputs.vm_interface }}
184
179
VM_VOLUME_SIZE : ${{ inputs.upgrade && '65' || '50' }}
185
180
VM_TAGS : ' ["skc-ci-aio", "PR=${{ github.event.number }}"]'
You can’t perform that action at this time.
0 commit comments