Comment 11 for bug 1920873

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-quickstart-extras (master)

Reviewed: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/782362
Committed: https://opendev.org/openstack/tripleo-quickstart-extras/commit/c6db9237f6ed45fe050e91eb1d44f752353a329b
Submitter: "Zuul (22348)"
Branch: master

commit c6db9237f6ed45fe050e91eb1d44f752353a329b
Author: Chandan Kumar (raukadah) <email address hidden>
Date: Tue Mar 23 10:49:56 2021 +0530

    Retrive non-tripleo containers from buildah images

    Due to fallback registry, non_tripleo_containers list does not
    contains the list of actual pulled containers, it needs to be
    retrived from buildah images output otherwise while pushing
    the containers it will fail complaining containers does not
    exists.

    In this patch, we are retriving the image id and then passing
    those image id to buildah to push it to content provider
    registry.

    It also collects only stdout from non_tripleo register
    ansible var to store necessary data in the file.

    Related-Bug: #1920873

    Signed-off-by: Chandan Kumar (raukadah) <email address hidden>
    Change-Id: I972d03650653a63c0f5df0b3c2ef7bb710b4afba