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:
167167 VM_NETWORK : ${{ inputs.vm_network }}
168168 VM_SUBNET : ${{ inputs.vm_subnet }}
169169 VM_INTERFACE : ${{ inputs.vm_interface }}
170- VM_VOLUME_SIZE : ${{ inputs.upgrade && '55 ' || '40 ' }}
170+ VM_VOLUME_SIZE : ${{ inputs.upgrade && '65 ' || '50 ' }}
171171 VM_TAGS : ' ["skc-ci-aio", "PR=${{ github.event.number }}"]'
172172
173173 - name : Terraform Plan
Original file line number Diff line number Diff line change @@ -360,6 +360,8 @@ kolla_build_customizations_common:
360360 nova_compute_packages_append :
361361 - python3-libvirt
362362 - python3-ethtool
363+ neutron_mlnx_agent_pip_packages_override :
364+ - networking-mlnx@git+https://github.com/stackhpc/networking-mlnx@stackhpc/{{ openstack_release }}
363365
364366kolla_build_customizations_rocky :
365367 kolla_toolbox_packages_remove :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ variable "aio_vm_subnet" {
3535
3636variable "aio_vm_volume_size" {
3737 type = number
38- default = 40
38+ default = 50
3939}
4040
4141variable "aio_vm_tags" {
You can’t perform that action at this time.
0 commit comments