File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
VM_NETWORK : ${{ inputs.vm_network }}
168
168
VM_SUBNET : ${{ inputs.vm_subnet }}
169
169
VM_INTERFACE : ${{ inputs.vm_interface }}
170
- VM_VOLUME_SIZE : ${{ inputs.upgrade && '55 ' || '40 ' }}
170
+ VM_VOLUME_SIZE : ${{ inputs.upgrade && '65 ' || '50 ' }}
171
171
VM_TAGS : ' ["skc-ci-aio", "PR=${{ github.event.number }}"]'
172
172
173
173
- name : Terraform Plan
Original file line number Diff line number Diff line change @@ -360,6 +360,8 @@ kolla_build_customizations_common:
360
360
nova_compute_packages_append :
361
361
- python3-libvirt
362
362
- python3-ethtool
363
+ neutron_mlnx_agent_pip_packages_override :
364
+ - networking-mlnx@git+https://github.com/stackhpc/networking-mlnx@stackhpc/{{ openstack_release }}
363
365
364
366
kolla_build_customizations_rocky :
365
367
kolla_toolbox_packages_remove :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ variable "aio_vm_subnet" {
35
35
36
36
variable "aio_vm_volume_size" {
37
37
type = number
38
- default = 40
38
+ default = 50
39
39
}
40
40
41
41
variable "aio_vm_tags" {
You can’t perform that action at this time.
0 commit comments