quickstart fails with HTTP 404 when using consistent or promotion-testing-hash releases

Bug #1738244 reported by Dmitry Tantsur
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
High
Sagi (Sergey) Shnaidman

Bug Description

Like today:

TASK [fetch-images : Get image expected checksum] *****************************************************************************************************************************************************************
task path: /home/dtantsur/Projects/tripleo-quickstart/roles/fetch-images/tasks/fetch.yml:70
Thursday 14 December 2017 13:14:11 +0100 (0:00:00.063) 0:11:02.163 *****
fatal: [lab]: FAILED! => {"changed": true, "cmd": ["curl", "-sfL", "https://images.rdoproject.org/master/rdo_trunk/78189ef98722d0bce322842a2aa5e439641cf7da_a250ccd7/overcloud-full.tar.md5"], "delta": "0:00:00.848759", "end": "2017-12-14 13:14:17.880444", "failed": true, "msg": "non-zero return code", "rc": 22, "start": "2017-12-14 13:14:17.031685", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": [], "warnings": ["Consider using get_url or uri module rather than running curl"]}

My typical command is something like:
$ ./quickstart.sh --no-clone --config ./dtantsur-config.yml --nodes ./dtantsur-nodes.yml --release tripleo-ci/promotion-testing-hash-master --bootstrap lab

Where dtantsur-config is merely:
step_introspect: false
network_isolation: false
undercloud_generate_service_certificate: false
ssl_overcloud: false
run_tempest: false

Tags: quickstart
Dmitry Tantsur (divius)
description: updated
Changed in tripleo:
assignee: nobody → Sagi (Sergey) Shnaidman (sshnaidm)
status: Triaged → In Progress
Changed in tripleo:
milestone: none → queens-3
Changed in tripleo:
milestone: queens-3 → queens-rc1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-quickstart (master)

Reviewed: https://review.openstack.org/527948
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart/commit/?id=c7184ad2a8993d9f8550c1f94698f78b822d3141
Submitter: Zuul
Branch: master

commit c7184ad2a8993d9f8550c1f94698f78b822d3141
Author: Sagi Shnaidman <email address hidden>
Date: Thu Dec 14 20:10:13 2017 +0200

    Use current-tripleo for images in consistent configs

    Images in consistent and promotion-* configs are used for local
    run only, because in CI periodic jobs we always build them and
    don't download.
    For local run it should be safe and always existing path where
    user could download image from. Both consistent and
    tripleo-ci-testing links are not safe and could not to have images.
    Let's use instead "current-tripleo" link, which always include
    images. It's always older or equal to "consistent" so it won't
    be a problem, because images are always updated in code according
    to host repositories (which in our case are kept same - consistent
    or tripleo-ci-testing).

    Change-Id: I611aa9d23ac5f1369906fb24fd1d1198c163da2b
    Closes-Bug: #1738244

Changed in tripleo:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tripleo-quickstart 2.1.1

This issue was fixed in the openstack/tripleo-quickstart 2.1.1 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.