Comment 6 for bug 1805968

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (stable/rocky)

Reviewed: https://review.openstack.org/624869
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=c7d10a55a64e4efe967cec795c90bdd5ff55702e
Submitter: Zuul
Branch: stable/rocky

commit c7d10a55a64e4efe967cec795c90bdd5ff55702e
Author: Quique Llorente <email address hidden>
Date: Tue Dec 11 12:12:19 2018 +0100

    Run local registry and prep cont at standalone

    The standalone job were not running yum update on the containers, to do
    so we need to specify the updater paremters in the
    container-prepare-parameters [1] and also we have to activate the docker
    local registry and call the conatiner prepare service.

    [1] https://review.openstack.org/#/c/621517/

    NOTE: this change differs from master as we do not have a podman service
    in Rocky.
    Related-Bug: #1808591

    Change-Id: I74e817bc9b9dd522db3da7753c91a3884d99f8c8
    Related-Bug: #1805968
    (cherry picked from commit 62b54268af4c341288e745c356f28124f61e9d2b)