diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index ee54f25d7..73395d0ee 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -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: diff --git a/etc/kayobe/pulp-repo-versions.yml b/etc/kayobe/pulp-repo-versions.yml index bf6d343b7..4cb965916 100644 --- a/etc/kayobe/pulp-repo-versions.yml +++ b/etc/kayobe/pulp-repo-versions.yml @@ -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 diff --git a/etc/kayobe/stackhpc.yml b/etc/kayobe/stackhpc.yml index 8f65d3592..b02a23caf 100644 --- a/etc/kayobe/stackhpc.yml +++ b/etc/kayobe/stackhpc.yml @@ -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 }}"