When build kafka not found the package

Bug #1822030 reported by yj.bai
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Fix Released
Undecided
yj.bai

Bug Description

The version of kafka package was not founded \

INFO:kolla.common.utils.kafka:Step 9/12 : RUN curl -sSL -o /tmp/kafka.tgz ${kafka_url} && echo "${kafka_pkg_sha512sum} /tmp/kafka.tgz" | sha512sum -c && tar --strip 1 -xvf /tmp/kafka.tgz -C /opt/kafka && rm -f /tmp/kafka.tgz
INFO:kolla.common.utils.kafka: ---> Running in 2b751bf5c975
INFO:kolla.common.utils.kafka:curl (http://apache.osuosl.org/kafka/1.0.2/kafka_2.12-1.0.2.tgz): response: 404, time: 0.198, size: 297
INFO:kolla.common.utils.kafka:/tmp/kafka.tgz: FAILED
INFO:kolla.common.utils.kafka:sha512sum: WARNING: 1 computed checksum did NOT match

yj.bai (baiyj)
Changed in kolla:
assignee: nobody → yj.bai (baiyj)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

Fix proposed to branch: master
Review: https://review.openstack.org/648312

Changed in kolla:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/648312
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=8dfc0ae0d99d2f0ba48c0f8640758c42e813f63b
Submitter: Zuul
Branch: master

commit 8dfc0ae0d99d2f0ba48c0f8640758c42e813f63b
Author: 白永君 <bai.yongjun@99cloud.net>
Date: Thu Mar 28 12:07:45 2019 +0800

    Fix:kafka package not found by kafka package url

    INFO:kolla.common.utils.kafka:Step 9/12 : RUN curl -sSL -o /tmp/kafka.tgz ${kafka_url} && echo "${kafka_pkg_sha512sum} /tmp/kafka.tgz" | sha512sum -c && tar --strip 1 -xvf /tmp/kafka.tgz -C /opt/kafka && rm -f /tmp/kafka.tgz
    INFO:kolla.common.utils.kafka: ---> Running in 2b751bf5c975
    INFO:kolla.common.utils.kafka:curl (http://apache.osuosl.org/kafka/1.0.2/kafka_2.12-1.0.2.tgz): response: 404, time: 0.198, size: 297
    INFO:kolla.common.utils.kafka:/tmp/kafka.tgz: FAILED
    INFO:kolla.common.utils.kafka:[91msha512sum: WARNING: 1 computed
    checksum did NOT match

    Closes-bug: #1822030
    Change-Id: Ib9a1bc5c0a69f7780e600404601ae875561450cd

Changed in kolla:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/rocky)

Fix proposed to branch: stable/rocky
Review: https://review.openstack.org/648450

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/queens)

Fix proposed to branch: stable/queens
Review: https://review.openstack.org/648451

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/648452

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/rocky)

Reviewed: https://review.openstack.org/648450
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=2dae78841d5b453057aabcdb820714758b6eafd1
Submitter: Zuul
Branch: stable/rocky

commit 2dae78841d5b453057aabcdb820714758b6eafd1
Author: 白永君 <bai.yongjun@99cloud.net>
Date: Thu Mar 28 12:07:45 2019 +0800

    Fix:kafka package not found by kafka package url

    INFO:kolla.common.utils.kafka:Step 9/12 : RUN curl -sSL -o /tmp/kafka.tgz ${kafka_url} && echo "${kafka_pkg_sha512sum} /tmp/kafka.tgz" | sha512sum -c && tar --strip 1 -xvf /tmp/kafka.tgz -C /opt/kafka && rm -f /tmp/kafka.tgz
    INFO:kolla.common.utils.kafka: ---> Running in 2b751bf5c975
    INFO:kolla.common.utils.kafka:curl (http://apache.osuosl.org/kafka/1.0.2/kafka_2.12-1.0.2.tgz): response: 404, time: 0.198, size: 297
    INFO:kolla.common.utils.kafka:/tmp/kafka.tgz: FAILED
    INFO:kolla.common.utils.kafka:[91msha512sum: WARNING: 1 computed
    checksum did NOT match

    Closes-bug: #1822030
    Change-Id: Ib9a1bc5c0a69f7780e600404601ae875561450cd
    (cherry picked from commit 8dfc0ae0d99d2f0ba48c0f8640758c42e813f63b)

tags: added: in-stable-rocky
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/queens)

Reviewed: https://review.openstack.org/648451
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=eb3377ba15cd361c7414a963e023707b739ba192
Submitter: Zuul
Branch: stable/queens

commit eb3377ba15cd361c7414a963e023707b739ba192
Author: 白永君 <bai.yongjun@99cloud.net>
Date: Thu Mar 28 12:07:45 2019 +0800

    Fix:kafka package not found by kafka package url

    INFO:kolla.common.utils.kafka:Step 9/12 : RUN curl -sSL -o /tmp/kafka.tgz ${kafka_url} && echo "${kafka_pkg_sha512sum} /tmp/kafka.tgz" | sha512sum -c && tar --strip 1 -xvf /tmp/kafka.tgz -C /opt/kafka && rm -f /tmp/kafka.tgz
    INFO:kolla.common.utils.kafka: ---> Running in 2b751bf5c975
    INFO:kolla.common.utils.kafka:curl (http://apache.osuosl.org/kafka/1.0.2/kafka_2.12-1.0.2.tgz): response: 404, time: 0.198, size: 297
    INFO:kolla.common.utils.kafka:/tmp/kafka.tgz: FAILED
    INFO:kolla.common.utils.kafka:[91msha512sum: WARNING: 1 computed
    checksum did NOT match

    Closes-bug: #1822030
    Change-Id: Ib9a1bc5c0a69f7780e600404601ae875561450cd
    (cherry picked from commit 8dfc0ae0d99d2f0ba48c0f8640758c42e813f63b)

tags: added: in-stable-queens
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/pike)

Reviewed: https://review.openstack.org/648452
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=68343553dee1bdde36bd756d019996a53d7a2d0d
Submitter: Zuul
Branch: stable/pike

commit 68343553dee1bdde36bd756d019996a53d7a2d0d
Author: 白永君 <bai.yongjun@99cloud.net>
Date: Thu Mar 28 12:07:45 2019 +0800

    Fix:kafka package not found by kafka package url

    INFO:kolla.common.utils.kafka:Step 9/12 : RUN curl -sSL -o /tmp/kafka.tgz ${kafka_url} && echo "${kafka_pkg_sha512sum} /tmp/kafka.tgz" | sha512sum -c && tar --strip 1 -xvf /tmp/kafka.tgz -C /opt/kafka && rm -f /tmp/kafka.tgz
    INFO:kolla.common.utils.kafka: ---> Running in 2b751bf5c975
    INFO:kolla.common.utils.kafka:curl (http://apache.osuosl.org/kafka/1.0.2/kafka_2.12-1.0.2.tgz): response: 404, time: 0.198, size: 297
    INFO:kolla.common.utils.kafka:/tmp/kafka.tgz: FAILED
    INFO:kolla.common.utils.kafka:[91msha512sum: WARNING: 1 computed
    checksum did NOT match

    Closes-bug: #1822030
    Change-Id: Ib9a1bc5c0a69f7780e600404601ae875561450cd
    (cherry picked from commit 8dfc0ae0d99d2f0ba48c0f8640758c42e813f63b)

tags: added: in-stable-pike
Mark Goddard (mgoddard)
Changed in kolla:
milestone: none → 8.0.0
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 8.0.0.0rc1

This issue was fixed in the openstack/kolla 8.0.0.0rc1 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/ocata)

Fix proposed to branch: stable/ocata
Review: https://review.openstack.org/651112

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (stable/ocata)

Change abandoned by Marcin Juszkiewicz (<email address hidden>) on branch: stable/ocata
Review: https://review.openstack.org/651112
Reason: we are EOLing ocata

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 6.2.1

This issue was fixed in the openstack/kolla 6.2.1 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 7.0.2

This issue was fixed in the openstack/kolla 7.0.2 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 5.0.5

This issue was fixed in the openstack/kolla 5.0.5 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.