Remove trunk.registry from tripleo-quickstart-extras repo

trunk.registry.rdoproject.org going to decomission soon.
This patch will replace trunk.registry to
quay.rdoproject.org.

Signed-off-by: Amol Kahat <amolkahat@gmail.com>
Change-Id: I7eb7b8dac1c17ba0eaba8cac12861a18224fac30
This commit is contained in:
Amol Kahat 2022-11-22 13:46:37 +05:30
parent 8c8d3d557a
commit 3354572e1e
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ docker_prep_prefix: >-
# Temporary pin to 8.2 because of LP #1902846
containers_base_image: "{{ job.containers_base_image|default('ubi8') }}"
container_registry_image: quay.io/tripleoci/registry:2
container_registry_image_fallback: trunk.registry.rdoproject.org/ceph/registry:2
container_registry_image_fallback: quay.rdoproject.org/ceph/registry:2
container_exclude_distro: "{{ ansible_distribution|lower }}{{ ansible_distribution_major_version}}"
# Extra config needs to be passed to tcib tool
# https://docs.openstack.org/tripleo-ansible/latest/roles/role-tripleo_container_image_build.html#r-o-l-e-d-e-f-a-u-l-t-s

View File

@ -52,7 +52,7 @@
- name: Pull failed containers from RDO registry
become: true
command: "podman pull docker://trunk.registry.rdoproject.org/ceph/{{ item.split('/')[-1] }}"
command: "podman pull docker://quay.rdoproject.org/ceph/{{ item.split('/')[-1] }}"
register: rdo_pull_success
ignore_errors: true
loop: "{{ missing_containers }}"