Skip to content

Commit 746e22f

Browse files
authored
Merge pull request #506 from stackhpc/upstream/2024.1-2025-12-08
Synchronise 2024.1 with upstream
2 parents e45d8b7 + 285c56c commit 746e22f

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

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
@@ -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
# NOTE(mgoddard): The kolla repository is copied to /tmp/kolla and made
118
# readable by the stack user.
129
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
@@ -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 }}"

0 commit comments

Comments
 (0)