@@ -28,7 +28,8 @@ kolla_enable_neutron_sriov: true
2828kolla_enable_octavia : true
2929kolla_enable_opensearch : true
3030kolla_enable_prometheus : true
31- kolla_enable_redis : true
31+ kolla_enable_redis : " {{ kolla_base_distro_and_version in ['ubuntu-noble', 'rocky-9'] }}"
32+ kolla_enable_valkey : " {{ kolla_base_distro_and_version == 'rocky-10' }}"
3233kolla_build_neutron_ovs : true
3334
3435# ##############################################################################
@@ -58,15 +59,22 @@ stackhpc_repo_ubuntu_noble_version: "{{ stackhpc_pulp_repo_ubuntu_noble_version
5859stackhpc_repo_ubuntu_noble_security_version : " {{ stackhpc_pulp_repo_ubuntu_noble_security_version }}"
5960stackhpc_repo_ubuntu_cloud_archive_version : " {{ stackhpc_pulp_repo_ubuntu_cloud_archive_version }}"
6061stackhpc_repo_docker_ce_ubuntu_noble_version : " {{ stackhpc_pulp_repo_docker_ce_ubuntu_noble_version }}"
62+ stackhpc_repo_centos_stream_10_nfv_openvswitch_version : " {{ stackhpc_pulp_repo_multiarch_centos_stream_10_nfv_openvswitch_version }}"
63+ stackhpc_repo_centos_stream_10_openstack_epoxy_version : " {{ stackhpc_pulp_repo_multiarch_centos_stream_10_openstack_epoxy_version }}"
64+ stackhpc_repo_centos_stream_10_ovn_lts_version : " {{ stackhpc_pulp_repo_multiarch_centos_stream_10_ovn_lts_version }}"
65+ stackhpc_repo_centos_stream_10_storage_ceph_squid_version : " {{ stackhpc_pulp_repo_multiarch_centos_stream_10_storage_ceph_squid_version }}"
66+ stackhpc_repo_centos_stream_10_docker_version : " {{ stackhpc_pulp_repo_multiarch_centos_stream_10_docker_version }}"
6167stackhpc_repo_centos_stream_9_nfv_openvswitch_version : " {{ stackhpc_pulp_repo_multiarch_centos_stream_9_nfv_openvswitch_version }}"
6268stackhpc_repo_centos_stream_9_openstack_epoxy_version : " {{ stackhpc_pulp_repo_multiarch_centos_stream_9_openstack_epoxy_version }}"
6369stackhpc_repo_centos_stream_9_opstools_version : " {{ stackhpc_pulp_repo_multiarch_centos_stream_9_opstools_version }}"
6470stackhpc_repo_centos_stream_9_storage_ceph_squid_version : " {{ stackhpc_pulp_repo_multiarch_centos_stream_9_storage_ceph_squid_version }}"
6571stackhpc_repo_centos_stream_9_docker_version : " {{ stackhpc_pulp_repo_multiarch_centos_stream_9_docker_version }}"
72+ stackhpc_repo_rhel_10_mariadb_10_11_version : " {{ stackhpc_pulp_repo_multiarch_rhel_10_mariadb_10_11_version }}"
6673stackhpc_repo_rhel_9_treasuredata_5_version : " {{ stackhpc_pulp_repo_multiarch_rhel_9_treasuredata_5_version }}"
6774stackhpc_repo_rhel_9_mariadb_10_11_version : " {{ stackhpc_pulp_repo_multiarch_rhel_9_mariadb_10_11_version }}"
6875stackhpc_repo_rhel_9_influxdb_version : " {{ stackhpc_pulp_repo_multiarch_rhel_9_influxdb_version }}"
6976stackhpc_repo_epel_9_version : " {{ stackhpc_pulp_repo_multiarch_epel_9_version }}"
77+ stackhpc_repo_epel_10_version : " {{ stackhpc_pulp_repo_multiarch_epel_10_version }}"
7078stackhpc_repo_opensearch_2_x_version : " {{ stackhpc_pulp_repo_opensearch_2_x_version }}"
7179stackhpc_repo_opensearch_dashboards_2_x_version : " {{ stackhpc_pulp_repo_opensearch_dashboards_2_x_version }}"
7280stackhpc_repo_almalinux_9_proxysql_2_7_version : " {{ stackhpc_pulp_repo_almalinux_9_proxysql_2_7_version }}"
@@ -82,6 +90,10 @@ stackhpc_repo_rhel9_doca_version: "{{ stackhpc_pulp_repo_rhel9_doca_version }}"
8290
8391stackhpc_repo_rocky_10_baseos_version : " {{ stackhpc_pulp_repo_rocky_10_baseos_version }}"
8492stackhpc_repo_rocky_10_appstream_version : " {{ stackhpc_pulp_repo_rocky_10_appstream_version }}"
93+ stackhpc_repo_rocky_10_extras_version : " {{ stackhpc_pulp_repo_rocky_10_extras_version }}"
94+ stackhpc_repo_rocky_10_crb_version : " {{ stackhpc_pulp_repo_rocky_10_crb_version }}"
95+ stackhpc_repo_rocky_10_highavailability_version : " {{ stackhpc_pulp_repo_rocky_10_highavailability_version }}"
96+ stackhpc_repo_rhel10_doca_version : " {{ stackhpc_pulp_repo_rhel10_doca_version }}"
8597
8698# Rocky-and-CI-specific Pulp urls
8799stackhpc_include_os_minor_version_in_repo_url : true
0 commit comments