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 }}"
7070# Defines default versions for each distribution.
7171# kolla_base_distro_version_default_map:
7272
73+ kolla_base_distro_version_custom_map : {
74+ " rocky-9 " : " 3.9" ,
75+ " ubuntu-jammy " : " 3.10" ,
76+ " ubuntu-noble " : " 3.12"
77+ }
78+
7379# Kolla base container image distribution version.
7480# 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] }}"
7684
7785kolla_base_distro_and_version : " {{ kolla_base_distro }}-{{ kolla_base_distro_version }}"
7886
You can’t perform that action at this time.
0 commit comments