quickstart TASK [fetch-images : Get image expected checksum] error

Bug #1931689 reported by Peter Garlic
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
tripleo
New
Undecided
Unassigned

Bug Description

Testing tripleo deployment from centos7.9.2009 (vm) to centos7.9.2009 KVM (bare metal)

- "bash quickstart.sh -X -b $VIRTHOST" works fine
- "bash quickstart.sh -X -b --tags all $VIRTHOST" works fine as well

- "bash quickstart.sh -X -b --release VERSION $VIRTHOST", where VERSION is train, ussuri or victoria (I didn´t check all releases) the deployment stop on ansible task:

TASK [fetch-images : Get image expected checksum]
task path: /home/deploy/.quickstart/tripleo-quickstart/roles/fetch-images/tasks/fetch.yml:71

-- Investigation
- checked images on KVM server under "/var/cache/tripleo-quickstart/images/" folder "VERSION" was created but empty
- checked image availability on https://images.rdoproject.org/VERSION/rdo_trunk/
- the flag --teardown doesn't solve the problem
- restart and complete manual cleanup of both deploy-vm/KVM doesn't fix the problem

-- Reproduce

- execute the command below using the flag -- release:

bash quickstart.sh -X -b --release train $VIRTHOST

-- expected result

- image download and cached on /var/cache/tripleo-quickstart/images/
- deployment completion with any available version

-- Additional Info

- same problem found yesterday also on queens release. Below the error saved on log file
- Manual execution of "_raw_params" command returned exit code 22

TASK [fetch-images : Get image expected checksum] ***********************************************************************************************************
task path: /home/deploy/.quickstart/tripleo-quickstart/roles/fetch-images/tasks/fetch.yml:71ESC[0m
Thursday 10 June 2021 16:24:23 +0200 (0:00:00.044) 0:00:52.042 *********
fatal: [spacecow.lan]: FAILED! => {ESC[0m
    "attempts": 1,ESC[0m
    "changed": true,ESC[0m
    "cmd": [ESC[0m
        "curl",ESC[0m
        "-skfL",ESC[0m
        "https://images.rdoproject.org/queens/rdo_trunk/6478da8b4d6e9b986a840b0dedb5a26419abdbf2_363d3c2f",ESC[0m
        "574221a9bc892f3460e72000c8b387adb8babe60_6221b079",ESC[0m
        "4a1b092efb91d4d82233b1b52b0c54df6a5fa239_25341f18",ESC[0m
        "dad244785787c059313cbe5ad01e4b984de39faa_f3f7f173",ESC[0m
        "a9af906a301aa59cfb1d1ae14c68867f42a7769d_c9cbe250",ESC[0m
        "b095ed1cf3bc090fe74d98c9660ea6a40e6adab1_0bd6fde6",ESC[0m
        "b3de9da3b9c0f32cd0c5f1eda6bf1789b7425dc9_455f525e",ESC[0m
        "479a8a7368adbdd4e391106ab4a712ddbf3539ae_91555d91",ESC[0m
        "ed0dab623431ecfef0772137b444d05f5fb1455c_360cfda0",ESC[0m
        "a686bc1c4cf4f73f14acf579465c2add046bbdc2_70722e03",ESC[0m
        "8dc7366e7667149c33d26a1b1a05a10c3ac47f26_5abd7475",ESC[0m
        "81d845f34e4d350c90af05117fcb0152958b4b3d_4fffe59e",ESC[0m
        "271f8201d4d927830d289c34744ca20a92bee33c_f127c298",ESC[0m
        "227863875e026f8eeb02886e84d2446afd06f68c_28c8e121",ESC[0m
        "8463b8f443e2a1f493c5b7cedf7fca5259a231aa_4c3bef80",ESC[0m
        "92f51eadc73438fe3cb91c608aa47714a02d20e2_25252426/overcloud-full.tar.md5"ESC[0m
    ],ESC[0m
    "delta": "0:00:00.608974",ESC[0m
    "end": "2021-06-10 16:24:24.614413",ESC[0m
    "rc": 6,ESC[0m
    "start": "2021-06-10 16:24:24.005439"ESC[0m
}
MSG:
non-zero return code

- saved session from yesterday launched as "bash quickstart.sh -X -b --ansible-debug $VIRTHOST" show the following problem:

fatal: [spacecow.lan]: FAILED! => {
    "attempts": 1,
    "changed": true,
    "cmd": [
        "curl",
        "-skfL",
        "https://images.rdoproject.org/queens/rdo_trunk/6478da8b4d6e9b986a840b0dedb5a26419abdbf2_363d3c2f",
        "574221a9bc892f3460e72000c8b387adb8babe60_6221b079",
        "4a1b092efb91d4d82233b1b52b0c54df6a5fa239_25341f18",
        "dad244785787c059313cbe5ad01e4b984de39faa_f3f7f173",
        "a9af906a301aa59cfb1d1ae14c68867f42a7769d_c9cbe250",
        "b095ed1cf3bc090fe74d98c9660ea6a40e6adab1_0bd6fde6",
        "b3de9da3b9c0f32cd0c5f1eda6bf1789b7425dc9_455f525e",
        "479a8a7368adbdd4e391106ab4a712ddbf3539ae_91555d91",
        "ed0dab623431ecfef0772137b444d05f5fb1455c_360cfda0",
        "a686bc1c4cf4f73f14acf579465c2add046bbdc2_70722e03",
        "8dc7366e7667149c33d26a1b1a05a10c3ac47f26_5abd7475",
        "81d845f34e4d350c90af05117fcb0152958b4b3d_4fffe59e",
        "271f8201d4d927830d289c34744ca20a92bee33c_f127c298",
        "227863875e026f8eeb02886e84d2446afd06f68c_28c8e121",
        "8463b8f443e2a1f493c5b7cedf7fca5259a231aa_4c3bef80",
        "92f51eadc73438fe3cb91c608aa47714a02d20e2_25252426/overcloud-full.tar.md5"
    ],
    "delta": "0:00:00.853406",
    "end": "2021-06-10 17:19:24.066465",
    "invocation": {
        "module_args": {
            "_raw_params": "curl -skfL https://images.rdoproject.org/queens/rdo_trunk/6478da8b4d6e9b986a840b0dedb5a26419abdbf2_363d3c2f\n574221a9bc892f3460e72000c8b387adb8babe60_6221b079\n4a1b092efb91d4d82233b1b52b0c54df6a5fa239_25341f18\ndad244785787c059313cbe5ad01e4b984de39faa_f3f7f173\na9af906a301aa59cfb1d1ae14c68867f42a7769d_c9cbe250\nb095ed1cf3bc090fe74d98c9660ea6a40e6adab1_0bd6fde6\nb3de9da3b9c0f32cd0c5f1eda6bf1789b7425dc9_455f525e\n479a8a7368adbdd4e391106ab4a712ddbf3539ae_91555d91\ned0dab623431ecfef0772137b444d05f5fb1455c_360cfda0\na686bc1c4cf4f73f14acf579465c2add046bbdc2_70722e03\n8dc7366e7667149c33d26a1b1a05a10c3ac47f26_5abd7475\n81d845f34e4d350c90af05117fcb0152958b4b3d_4fffe59e\n271f8201d4d927830d289c34744ca20a92bee33c_f127c298\n227863875e026f8eeb02886e84d2446afd06f68c_28c8e121\n8463b8f443e2a1f493c5b7cedf7fca5259a231aa_4c3bef80\n92f51eadc73438fe3cb91c608aa47714a02d20e2_25252426/overcloud-full.tar.md5\n",
            "_uses_shell": false,
            "argv": null,
            "chdir": null,
            "creates": null,
            "executable": null,
            "removes": null,
            "stdin": null,
            "stdin_add_newline": true,
            "strip_empty_ends": true,
            "warn": false
        }
    },
    "rc": 6,
    "start": "2021-06-10 17:19:23.213059"
}

MSG:

non-zero return code

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.