Skip to content

Commit

Permalink
Merge pull request #1359 from stackhpc/antelope-caracal-sync
Browse files Browse the repository at this point in the history
Antelope to Caracal sync
  • Loading branch information
Alex-Welsh authored Nov 4, 2024
2 parents a7f1f32 + 22a8a29 commit bea4685
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
VM_NETWORK: ${{ inputs.vm_network }}
VM_SUBNET: ${{ inputs.vm_subnet }}
VM_INTERFACE: ${{ inputs.vm_interface }}
VM_VOLUME_SIZE: ${{ inputs.upgrade && '55' || '40' }}
VM_VOLUME_SIZE: ${{ inputs.upgrade && '65' || '50' }}
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'

- name: Terraform Plan
Expand Down
2 changes: 2 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ kolla_build_customizations_common:
nova_compute_packages_append:
- python3-libvirt
- python3-ethtool
neutron_mlnx_agent_pip_packages_override:
- networking-mlnx@git+https://github.com/stackhpc/networking-mlnx@stackhpc/{{ openstack_release }}

kolla_build_customizations_rocky:
kolla_toolbox_packages_remove:
Expand Down
2 changes: 1 addition & 1 deletion terraform/aio/vm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variable "aio_vm_subnet" {

variable "aio_vm_volume_size" {
type = number
default = 40
default = 50
}

variable "aio_vm_tags" {
Expand Down

0 comments on commit bea4685

Please sign in to comment.