File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,17 @@ kolla_ansible_source_version: "{{ stackhpc_kolla_ansible_source_version }}"
70
70
# Defines default versions for each distribution.
71
71
# kolla_base_distro_version_default_map:
72
72
73
+ kolla_base_distro_version_custom_map : {
74
+ " rocky-9 " : " 3.9" ,
75
+ " ubuntu-jammy " : " 3.10" ,
76
+ " ubuntu-noble " : " 3.12"
77
+ }
78
+
73
79
# Kolla base container image distribution version.
74
80
# Default is kolla_base_distro_version_default_map[kolla_base_distro].
75
- # kolla_base_distro_version:
81
+ kolla_base_distro_version : " {{ 'noble' if os_release == 'noble' else omit }}"
82
+
83
+ distro_python_version : " {{ kolla_base_distro_version_custom_map[kolla_base_distro_and_version] }}"
76
84
77
85
kolla_base_distro_and_version : " {{ kolla_base_distro }}-{{ kolla_base_distro_version }}"
78
86
You can’t perform that action at this time.
0 commit comments