Skip to content

Commit 33b05ec

Browse files
committed
needed to set RL version here also
1 parent 3134e4d commit 33b05ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

etc/kayobe/kolla/kolla-build.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ base_tag = noble-20241118.1
77
apt_preferences = {{ lookup('env', 'KAYOBE_CONFIG_PATH') }}/environments/ci-builder/builder-apt-preferences
88
{# Similarly pinning to Rocky 9 minor version used in our repos #}
99
{% elif kolla_base_distro == 'rocky' %}
10-
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
10+
# TODO(owenjones): check what the best way of pulling major RL version in is
11+
base_tag = {{ os_release }}.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
1112
# NOTE(Alex-Welsh): rpm_setup_config is intentionally left blank to override defaults
1213
rpm_setup_config =
1314
{% endif %}

0 commit comments

Comments
 (0)