Bug 2112374 - Fails to parse container params
Summary: Fails to parse container params
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo
Version: 17.0 (Wallaby)
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
: ---
Assignee: James Slagle
QA Contact: Joe H. Rahme
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-07-29 14:16 UTC by Ananya Banerjee
Modified: 2022-07-29 14:50 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: ---
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-07-29 14:45:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-17918 0 None None None 2022-07-29 14:50:35 UTC

Description Ananya Banerjee 2022-07-29 14:16:05 UTC
Description of problem:
TASK [standalone : Parse container params fails in periodic-tripleo-ci-rhel-9-standalone-on-multinode-ipa-tripleo-rhos-17


Version-Release number of selected component (if applicable):
rhos 17 on rhel 9

How reproducible:
The issue is consistent since 2022-07-28 20:57:11

Steps to Reproduce:
1. Install quickstart
2. It fails in TASK [standalone : Parse container params]
3.

Actual results:
logs/undercloud/home/zuul/containers-prepare-parameters.yaml file contains
parameter_defaults:
  ContainerImagePrepare:
  - set:
        .
        .
        .
    tag_from_label: '{version}-{release}'

Expected results:
Passing job's logs/undercloud/home/zuul/containers-prepare-parameters.yaml file contains
parameter_defaults:
    ContainerImagePrepare:
    -   modify_append_tag: ...
        modify_only_with_source:
        - ..
        - ..
        modify_role: ..
        modify_vars:
            tasks_from: ..
            update_repo: ..
            yum_repos_dir_path: ..
        push_destination: ..
        set:
            .
            .
            .

Additional info:

Comment 1 Ananya Banerjee 2022-07-29 14:45:33 UTC
It was due to a change in tripleo-environments. The job is green now. Closing the bug.


Note You need to log in before you can comment on or make changes to this bug.