Skip to content

Commit df44f20

Browse files
committed
misc minor fixes
1 parent 995aea4 commit df44f20

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

etc/kayobe/kolla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ stackhpc_rocky_10_third_party_repos:
207207
- url: "{{ stackhpc_repo_grafana_url }}"
208208
file: "grafana.repo"
209209
tag: "grafana"
210-
- url: "{{ stackhpc_repo_rhel_10_fluentd_6_url }}"
210+
- url: "{{ stackhpc_repo_rhel_10_fluent_6_url }}"
211211
file: "td.repo"
212212
tag: "treasuredata"
213213
- url: "{{ stackhpc_repo_rhel_10_mariadb_10_11_url }}"
@@ -228,7 +228,7 @@ stackhpc_rocky_10_third_party_repos:
228228
- url: "{{ stackhpc_repo_rhel9_rabbitmq_server_url }}"
229229
file: "rabbitmq_rabbitmq-server.repo"
230230
tag: "rabbitmq_rabbitmq-server"
231-
- url: "{{ stackhpc_repo_opensearch_3_x_url }}"
231+
- url: "{{ stackhpc_repo_opensearch_3_x_yum_url }}"
232232
file: "opensearch.repo"
233233
tag: "opensearch-3.x"
234234
- url: "{{ stackhpc_repo_opensearch_dashboards_2_x_url }}"

etc/kayobe/kolla/kolla-build.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ base_tag = 10.{{ stackhpc_pulp_repo_rocky_10_minor_version }}
1010
rpm_setup_config =
1111
{% endif %}
1212
build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | join(',') }}
13-
logs = /tmp/kolla

etc/kayobe/pulp.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ stackhpc_pulp_rpm_architectures:
216216

217217
# Whether to sync Rocky Linux 10 packages.
218218
stackhpc_pulp_sync_rocky_10: "{{ os_distribution == 'rocky' and os_release == '10' }}"
219-
# Rocky 10 minor version number. Supported values: 1. Default is 1
219+
# Rocky 10 minor version number. Supported values: 2. Default is 2
220220
stackhpc_pulp_repo_rocky_10_minor_version: '2'
221221
# Rocky 10 Snapshot versions. The defaults use the appropriate version from
222222
# pulp-repo-versions.yml for the selected minor release.
@@ -428,16 +428,16 @@ stackhpc_pulp_rpm_repos:
428428
required: "{{ stackhpc_pulp_sync_el_10 | bool and 'aarch64' in stackhpc_pulp_rpm_architectures }}"
429429

430430
# Additional RHEL 10 repositories
431-
- name: MariaDB 11.6 for RHEL 10
432-
url: "{{ stackhpc_release_pulp_content_url }}/mariadb-11.6/yum/rhel/10/x86_64/{{ stackhpc_pulp_repo_rhel_10_mariadb_11_6_version }}"
433-
distribution_name: "rhel-10-mariadb-11-6-"
434-
base_path: "mariadb-11.6/yum/rhel/10/x86_64/"
431+
- name: MariaDB 11.4 for RHEL 10
432+
url: "{{ stackhpc_release_pulp_content_url }}/mariadb-11.4/yum/rhel/10/x86_64/{{ stackhpc_pulp_repo_rhel_10_mariadb_11_4_version }}"
433+
distribution_name: "rhel-10-mariadb-11-4-"
434+
base_path: "mariadb-11.4/yum/rhel/10/x86_64/"
435435
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_10 | bool and 'x86_64' in stackhpc_pulp_rpm_architectures }}"
436436

437-
- name: MariaDB 11.6 for RHEL 10 - aarch64
438-
url: "{{ stackhpc_release_pulp_content_url }}/mariadb-11.6/yum/rhel/10/aarch64/{{ stackhpc_pulp_repo_rhel_10_mariadb_11_6_aarch64_version }}"
439-
distribution_name: "rhel-10-mariadb-11-6-aarch64-"
440-
base_path: "mariadb-11.6/yum/rhel/10/aarch64/"
437+
- name: MariaDB 11.4 for RHEL 10 - aarch64
438+
url: "{{ stackhpc_release_pulp_content_url }}/mariadb-11.4/yum/rhel/10/aarch64/{{ stackhpc_pulp_repo_rhel_10_mariadb_11_4_aarch64_version }}"
439+
distribution_name: "rhel-10-mariadb-11-4-aarch64-"
440+
base_path: "mariadb-11.4/yum/rhel/10/aarch64/"
441441
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_10 | bool and 'aarch64' in stackhpc_pulp_rpm_architectures }}"
442442

443443
- name: DOCA Online Repo {{ stackhpc_pulp_rocky_10_doca_version }} - RHEL 10

0 commit comments

Comments
 (0)