Skip to content

Commit 793423a

Browse files
authored
Merge pull request #507 from stackhpc/upstream/2025.1-2025-12-08
Synchronise 2025.1 with upstream
2 parents 01af91b + ec431df commit 793423a

File tree

5 files changed

+3
-13
lines changed

5 files changed

+3
-13
lines changed

playbooks/kayobe-base/pre.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@
134134
src: overrides.yml.j2
135135
dest: "{{ kayobe_config_src_dir }}/etc/kayobe/zz-10-overrides.yml"
136136

137-
- block:
137+
- vars:
138+
branch_prefix: "{{ 'unmaintained' if previous_release | lower == '2024.1' else 'stable' }}"
139+
block:
138140
- name: Ensure previous kayobe directory exists
139141
file:
140142
path: "{{ previous_kayobe_src_dir }}"

playbooks/kayobe-overcloud-base/overrides.yml.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ docker_daemon_debug: true
44
docker_registry_mirrors:
55
- "http://{{ zuul_site_mirror_fqdn }}:8082/"
66

7-
kolla_docker_namespace: "openstack.kolla"
8-
# use the published images from a site mirror of quay.io
9-
kolla_docker_registry: "{{ zuul_site_mirror_fqdn }}:4447"
107
kolla_source_url: "{{ ansible_env.PWD ~ '/' ~ zuul.projects['opendev.org/openstack/kolla'].src_dir }}"
118
kolla_source_version: "{{ zuul.projects['opendev.org/openstack/kolla'].checkout }}"
129
kolla_ansible_source_url: "{{ ansible_env.PWD ~ '/' ~ zuul.projects['opendev.org/openstack/kolla-ansible'].src_dir }}"

playbooks/kayobe-overcloud-upgrade-base/overrides.yml.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ docker_daemon_debug: true
44
docker_registry_mirrors:
55
- "http://{{ zuul_site_mirror_fqdn }}:8082/"
66

7-
kolla_docker_namespace: "openstack.kolla"
8-
# use the published images from a site mirror of quay.io
9-
kolla_docker_registry: "{{ zuul_site_mirror_fqdn }}:4447"
107
{% if not is_previous_release | default(false) %}
118
kolla_source_url: "{{ ansible_env.PWD ~ '/' ~ zuul.projects['opendev.org/openstack/kolla'].src_dir }}"
129
kolla_source_version: "{{ zuul.projects['opendev.org/openstack/kolla'].checkout }}"

playbooks/kayobe-seed-base/overrides.yml.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ docker_registry_image_full: "quay.io/libpod/registry:2.8.2"
66
docker_registry_mirrors:
77
- "http://{{ zuul_site_mirror_fqdn }}:8082/"
88

9-
kolla_docker_namespace: "openstack.kolla"
10-
# use the published images from a site mirror of quay.io
11-
kolla_docker_registry: "{{ zuul_site_mirror_fqdn }}:4447"
129
# NOTE(mgoddard): The kolla repository is copied to /tmp/kolla and made
1310
# readable by the stack user.
1411
kolla_source_url: "/tmp/kolla"

playbooks/kayobe-seed-upgrade-base/overrides.yml.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ docker_registry_image_full: "quay.io/libpod/registry:2.8.2"
66
docker_registry_mirrors:
77
- "http://{{ zuul_site_mirror_fqdn }}:8082/"
88

9-
kolla_docker_namespace: "openstack.kolla"
10-
# use the published images from a site mirror of quay.io
11-
kolla_docker_registry: "{{ zuul_site_mirror_fqdn }}:4447"
129
{% if not is_previous_release | default(false) %}
1310
kolla_source_url: "{{ ansible_env.PWD ~ '/' ~ zuul.projects['opendev.org/openstack/kolla'].src_dir }}"
1411
kolla_source_version: "{{ zuul.projects['opendev.org/openstack/kolla'].checkout }}"

0 commit comments

Comments
 (0)