Bug 2112374

Summary: Fails to parse container params
Product: Red Hat OpenStack Reporter: Ananya Banerjee <anbanerj>
Component: openstack-tripleoAssignee: James Slagle <jslagle>
Status: CLOSED NOTABUG QA Contact: Joe H. Rahme <jhakimra>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 17.0 (Wallaby)CC: mburns
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-07-29 14:45:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.