Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ stackhpc_centos_additional_repos:
file: "CentOS-Stream-PowerTools.repo"
- url: "{{ stackhpc_repo_centos_opstools_url }}"
file: "CentOS-OpsTools.repo"
- url: "{{ stackhpc_repo_centos_storage_ceph_nautilus_url }}"
file: "CentOS-Ceph-Nautilus.repo"
- url: "{{ stackhpc_repo_centos_stream_storage_ceph_pacific_url }}"
file: "CentOS-Ceph-Pacific.repo"

# List of third-party repositories.
stackhpc_third_party_repos:
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/pulp-repo-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ stackhpc_pulp_repo_centos_stream_8_extras_version: 20211122T102435
stackhpc_pulp_repo_centos_stream_8_nfv_openvswitch_version: 20211122T102435
stackhpc_pulp_repo_centos_stream_8_openstack_wallaby_version: 20211122T102435
stackhpc_pulp_repo_centos_stream_8_powertools_version: 20211122T102435
stackhpc_pulp_repo_centos_stream_8_storage_ceph_pacific_version: 20211210T124731
stackhpc_pulp_repo_docker_version: 20211122T102435
stackhpc_pulp_repo_elasticsearch_logstash_kibana_7_x_version: 20211122T102435
stackhpc_pulp_repo_epel_modular_version: 20211122T102435
Expand Down
6 changes: 3 additions & 3 deletions etc/kayobe/stackhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ stackhpc_repo_centos_stream_powertools_version: "{{ stackhpc_repo_distribution }
stackhpc_repo_centos_opstools_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/8/opstools/x86_64/collectd-5/{{ stackhpc_repo_centos_opstools_version }}"
stackhpc_repo_centos_opstools_version: "{{ stackhpc_repo_distribution }}"

# CentOS 8 - Ceph Nautilus
stackhpc_repo_centos_storage_ceph_nautilus_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/8/storage/x86_64/ceph-nautilus/{{ stackhpc_repo_centos_storage_ceph_nautilus_version }}"
stackhpc_repo_centos_storage_ceph_nautilus_version: "{{ stackhpc_repo_distribution }}"
# CentOS Stream 8 - Ceph Pacific
stackhpc_repo_centos_stream_storage_ceph_pacific_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/8-stream/storage/x86_64/ceph-pacific/{{ stackhpc_repo_centos_stream_storage_ceph_pacific_version }}"
stackhpc_repo_centos_stream_storage_ceph_pacific_version: "{{ stackhpc_repo_distribution }}"

# ELK repository for 7.x packages
stackhpc_repo_elasticsearch_logstash_kibana_7_x_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/elasticsearch/oss-7.x/{{ stackhpc_repo_elasticsearch_logstash_kibana_7_x_version }}"
Expand Down