Comment 7 for bug 1714225

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (master)

Reviewed: https://review.openstack.org/499822
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=020103b31091757babe56b2bc801598d566bc75c
Submitter: Jenkins
Branch: master

commit 020103b31091757babe56b2bc801598d566bc75c
Author: Steve Baker <email address hidden>
Date: Fri Sep 1 09:48:43 2017 +1200

    Define ceph image in overcloud_containers.yaml.j2

    This change allows the ceph container image to be included in the
    kolla image prepare workflow, even when coming from a different build
    pipeline and source registry.

    Defaults can be overridden using --set. The following achieves the
    same as the defaults:

      openstack overcloud container image prepare \
        --set ceph_namespace=ceph \
        --set ceph_image=daemon \
        --set ceph_tag=tag-build-master-jewel-centos-7

    Change-Id: Ib8427bfbdc44cf36ce2b71e1a9746354c96768d8
    Closes-Bug: #1714225