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 24
24
# URL of docker registry
25
25
docker_registry : " {{ stackhpc_docker_registry }}"
26
26
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
+
27
32
# CA of docker registry
28
33
# docker_registry_ca:
29
34
Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ common
27
27
[opensearch:children]
28
28
control
29
29
30
- # TODO: This is used for cleanup and can be removed in the Antelope cycle.
31
- [elasticsearch-curator:children]
32
- opensearch
33
-
34
30
# Opensearch dashboards
35
31
[opensearch-dashboards:children]
36
32
opensearch
Original file line number Diff line number Diff line change @@ -81,11 +81,6 @@ kolla_ansible_source_version: "{{ stackhpc_kolla_ansible_source_version }}"
81
81
# Docker namespace to use for Kolla images. Default is 'kolla'.
82
82
kolla_docker_namespace : stackhpc
83
83
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
-
89
84
# Username to use to access a docker registry. Default is not set, in which
90
85
# case the registry will be used without authentication.
91
86
kolla_docker_registry_username : " {{ stackhpc_docker_registry_username }}"
@@ -224,7 +219,7 @@ stackhpc_ubuntu_jammy_repos:
224
219
- " deb {{ stackhpc_repo_ubuntu_jammy_url }} jammy-updates main universe"
225
220
- " deb {{ stackhpc_repo_ubuntu_jammy_url }} jammy-backports main universe"
226
221
- " 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"
228
223
229
224
# Whether to revert to the upstream mirrors in built Kolla container images.
230
225
stackhpc_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 %
7
7
8
8
kayobe_image_tags :
9
9
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
18
12
19
13
openstack_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 %}"
22
14
23
15
om_enable_rabbitmq_high_availability : true
24
16
Original file line number Diff line number Diff line change 5
5
# Name of the current OpenStack release. Default is "2023.1".
6
6
# openstack_release:
7
7
8
+ # Codename of the current OpenStack release.
9
+ # NOTE(upgrade): Update to current release codename.
10
+ openstack_release_codename : " antelope"
11
+
8
12
# Name of the current OpenStack branch. Default is "stable/2023.1".
9
13
# openstack_branch:
10
14
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ stackhpc_pulp_repo_rocky_9_2_baseos_version: 20230928T024829
26
26
stackhpc_pulp_repo_rocky_9_2_crb_version : 20230928T024829
27
27
stackhpc_pulp_repo_rocky_9_2_extras_version : 20230915T001040
28
28
stackhpc_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:
102
102
distribution_name : " ubuntu-cloud-archive-"
103
103
base_path : " ubuntu-cloud-archive/"
104
104
components : " main"
105
- distributions : " jammy-updates/{{ openstack_release }}"
105
+ distributions : " jammy-updates/{{ openstack_release_codename }}"
106
106
required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
107
107
108
108
# Third-party repositories
You can’t perform that action at this time.
0 commit comments