Skip to content

Commit d3d5d59

Browse files
authored
Merge pull request #441 from stackhpc/upstream/master-2025-06-24
Synchronise master with upstream
2 parents 60fdc4d + 87459af commit d3d5d59

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ansible/kolla-bifrost.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
kolla_bifrost_config_paths_static:
1818
- "{{ kayobe_config_path }}"
1919
kolla_bifrost_config_paths_extra: "{{ kolla_bifrost_config_paths_static + kayobe_env_search_paths }}"
20-
kolla_bifrost_config_files:
2120
when: kolla_enable_bifrost | bool
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes failure to activate SR-IOV on GPU devices by bumping the
5+
``stackhpc.linux`` collection to v1.3.4.

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ collections:
1212
- name: openstack.cloud
1313
version: '<3'
1414
- name: stackhpc.linux
15-
version: 1.3.1
15+
version: 1.3.4
1616
- name: stackhpc.network
1717
version: 1.0.0
1818
- name: stackhpc.openstack

0 commit comments

Comments
 (0)