File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed
kayobe-overcloud-upgrade-base Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ docker_daemon_debug: true
44docker_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"
107kolla_source_url: "{{ ansible_env.PWD ~ '/' ~ zuul.projects['opendev.org/openstack/kolla'] .src_dir }}"
118kolla_source_version: "{{ zuul.projects['opendev.org/openstack/kolla'] .checkout }}"
129kolla_ansible_source_url: "{{ ansible_env.PWD ~ '/' ~ zuul.projects['opendev.org/openstack/kolla-ansible'] .src_dir }}"
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ docker_daemon_debug: true
44docker_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 ) %}
118kolla_source_url: "{{ ansible_env.PWD ~ '/' ~ zuul.projects['opendev.org/openstack/kolla'] .src_dir }}"
129kolla_source_version: "{{ zuul.projects['opendev.org/openstack/kolla'] .checkout }}"
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ docker_registry_image_full: "quay.io/libpod/registry:2.8.2"
1515docker_registry_mirrors:
1616 - "http://{{ zuul_site_mirror_fqdn }}:8082/"
1717
18- kolla_docker_namespace: "openstack.kolla"
19- # use the published images from a site mirror of quay.io
20- kolla_docker_registry: "{{ zuul_site_mirror_fqdn }}:4447"
2118# NOTE(mgoddard): The kolla repository is copied to /tmp/kolla and made
2219# readable by the stack user.
2320kolla_source_url: "/tmp/kolla"
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ docker_registry_image_full: "quay.io/libpod/registry:2.8.2"
66docker_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 ) %}
1310kolla_source_url: "{{ ansible_env.PWD ~ '/' ~ zuul.projects['opendev.org/openstack/kolla'] .src_dir }}"
1411kolla_source_version: "{{ zuul.projects['opendev.org/openstack/kolla'] .checkout }}"
You can’t perform that action at this time.
0 commit comments