File tree Expand file tree Collapse file tree 7 files changed +16
-24
lines changed
environments/aufn-ceph/kolla/inventory Expand file tree Collapse file tree 7 files changed +16
-24
lines changed Original file line number Diff line number Diff line change 2424# URL of docker registry
2525docker_registry : " {{ stackhpc_docker_registry }}"
2626
27+ # Whether docker should be configured to use an insecure registry.
28+ # Default is false, unless docker_registry_enabled is true and
29+ # docker_registry_enable_tls is false.
30+ docker_registry_insecure : " {{ 'https' not in stackhpc_repo_mirror_url }}"
31+
2732# CA of docker registry
2833# docker_registry_ca:
2934
Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ common
2727[opensearch:children]
2828control
2929
30- # TODO: This is used for cleanup and can be removed in the Antelope cycle.
31- [elasticsearch-curator:children]
32- opensearch
33-
3430# Opensearch dashboards
3531[opensearch-dashboards:children]
3632opensearch
Original file line number Diff line number Diff line change @@ -81,11 +81,6 @@ kolla_ansible_source_version: "{{ stackhpc_kolla_ansible_source_version }}"
8181# Docker namespace to use for Kolla images. Default is 'kolla'.
8282kolla_docker_namespace : stackhpc
8383
84- # Whether docker should be configured to use an insecure registry for Kolla
85- # images. Default is false, unless docker_registry_enabled is true and
86- # docker_registry_enable_tls is false.
87- kolla_docker_registry_insecure : " {{ 'https' not in stackhpc_repo_mirror_url }}"
88-
8984# Username to use to access a docker registry. Default is not set, in which
9085# case the registry will be used without authentication.
9186kolla_docker_registry_username : " {{ stackhpc_docker_registry_username }}"
@@ -224,7 +219,7 @@ stackhpc_ubuntu_jammy_repos:
224219 - " deb {{ stackhpc_repo_ubuntu_jammy_url }} jammy-updates main universe"
225220 - " deb {{ stackhpc_repo_ubuntu_jammy_url }} jammy-backports main universe"
226221 - " deb {{ stackhpc_repo_ubuntu_jammy_security_url }} jammy-security main universe"
227- - " deb {{ stackhpc_repo_ubuntu_cloud_archive_url }} jammy-updates/{{ openstack_release }} main"
222+ - " deb {{ stackhpc_repo_ubuntu_cloud_archive_url }} jammy-updates/{{ openstack_release_codename }} main"
228223
229224# Whether to revert to the upstream mirrors in built Kolla container images.
230225stackhpc_kolla_clean_up_repo_mirrors : true
Original file line number Diff line number Diff line change @@ -7,18 +7,10 @@ kolla_base_distro: "{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %
77
88kayobe_image_tags :
99 openstack :
10- rocky : zed-rocky-9-20230821T155947
11- ubuntu : zed-ubuntu-jammy-20230821T155947
12- bifrost :
13- rocky : zed-rocky-9-20230927T142529
14- ubuntu : zed-ubuntu-jammy-20230927T154443
15- ovn :
16- rocky : zed-rocky-9-20230925T132313
17- ubuntu : zed-ubuntu-jammy-20230821T155947
10+ rocky : 2023.1-rocky-9-20231011T200357
11+ ubuntu : 2023.1-ubuntu-jammy-20231011T200357
1812
1913openstack_tag : " {% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
20- bifrost_tag : " {% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
21- ovn_tag : " {% raw %}{{ kayobe_image_tags['ovn'][kolla_base_distro] }}{% endraw %}"
2214
2315om_enable_rabbitmq_high_availability : true
2416
Original file line number Diff line number Diff line change 55# Name of the current OpenStack release. Default is "2023.1".
66# openstack_release:
77
8+ # Codename of the current OpenStack release.
9+ # NOTE(upgrade): Update to current release codename.
10+ openstack_release_codename : " antelope"
11+
812# Name of the current OpenStack branch. Default is "stable/2023.1".
913# openstack_branch:
1014
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ stackhpc_pulp_repo_rocky_9_2_baseos_version: 20230928T024829
2626stackhpc_pulp_repo_rocky_9_2_crb_version : 20230928T024829
2727stackhpc_pulp_repo_rocky_9_2_extras_version : 20230915T001040
2828stackhpc_pulp_repo_rocky_9_2_highavailability_version : 20230918T015928
29- stackhpc_pulp_repo_ubuntu_jammy_security_version : 20230908T053616
30- stackhpc_pulp_repo_ubuntu_jammy_version : 20230908T053616
31- stackhpc_pulp_repo_ubuntu_cloud_archive_version : 20230908T112533
29+ stackhpc_pulp_repo_ubuntu_jammy_security_version : 20231009T040332
30+ stackhpc_pulp_repo_ubuntu_jammy_version : 20231003T083533
31+ stackhpc_pulp_repo_ubuntu_cloud_archive_version : 20231008T104544
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ stackhpc_pulp_deb_repos:
102102 distribution_name : " ubuntu-cloud-archive-"
103103 base_path : " ubuntu-cloud-archive/"
104104 components : " main"
105- distributions : " jammy-updates/{{ openstack_release }}"
105+ distributions : " jammy-updates/{{ openstack_release_codename }}"
106106 required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
107107
108108 # Third-party repositories
You can’t perform that action at this time.
0 commit comments