Skip to content

Commit 22a8a29

Browse files
committed
Merge branch 'stackhpc/2023.1' into antelope-caracal-sync
2 parents a7f1f32 + 978d7b1 commit 22a8a29

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

etc/kayobe/kolla.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

364366
kolla_build_customizations_rocky:
365367
kolla_toolbox_packages_remove:

terraform/aio/vm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ variable "aio_vm_subnet" {
3535

3636
variable "aio_vm_volume_size" {
3737
type = number
38-
default = 40
38+
default = 50
3939
}
4040

4141
variable "aio_vm_tags" {

0 commit comments

Comments
 (0)