Skip to content

Commit 2247290

Browse files
authored
Merge pull request #704 from stackhpc/antelope-image-build
Antelope image builds & CI passing
2 parents b5640b8 + 71b9f49 commit 2247290

File tree

7 files changed

+16
-24
lines changed

7 files changed

+16
-24
lines changed

etc/kayobe/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
# URL of docker registry
2525
docker_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

etc/kayobe/environments/aufn-ceph/kolla/inventory/overcloud-services.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ common
2727
[opensearch:children]
2828
control
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]
3632
opensearch

etc/kayobe/kolla.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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'.
8282
kolla_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.
9186
kolla_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.
230225
stackhpc_kolla_clean_up_repo_mirrors: true

etc/kayobe/kolla/globals.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,10 @@ kolla_base_distro: "{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %
77

88
kayobe_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

1913
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 %}"
2214

2315
om_enable_rabbitmq_high_availability: true
2416

etc/kayobe/openstack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
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

etc/kayobe/pulp-repo-versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ stackhpc_pulp_repo_rocky_9_2_baseos_version: 20230928T024829
2626
stackhpc_pulp_repo_rocky_9_2_crb_version: 20230928T024829
2727
stackhpc_pulp_repo_rocky_9_2_extras_version: 20230915T001040
2828
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

etc/kayobe/pulp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)