Bug 2034925
| Summary: | openstack-tripleo-heat-templates startmsg.regex cause "line 66: invalid character '"' in object definition" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | XinhuaLi <xili> | ||||
| Component: | openstack-tripleo-heat-templates | Assignee: | Leif Madsen <lmadsen> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Leonid Natapov <lnatapov> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 16.2 (Train) | CC: | csibbitt, lnatapov, mburns, mrunge | ||||
| Target Milestone: | z4 | Keywords: | TestOnly, Triaged, ZStream | ||||
| Target Release: | 16.2 (Train on RHEL 8.4) | ||||||
| Hardware: | All | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | No Doc Update | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-08-11 12:24:25 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: | |||||||
| Bug Depends On: | 2081155, 2083855 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
Just for clarification (and could you please copy the error message next time as text and not as image): you are reporting two issues/requests here? This should be fixed already with a package/container already shipped. |
Created attachment 1847350 [details] error logs Description of problem: We see error as " "line 66: invalid character '"'" Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-11.5.1-2.20210603174823.el8ost.9.noarch How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Error as image show Expected results: No error Additional info: I am thinking that we should change ("deployment/metrics/qdr-container-puppet.yaml ") from ---------------------------------------------- startmsg.regex: '^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}(.[0-9]+ \\+[0-9]+)? [A-Z]+ \\([a-z]+\\) ' --------------------------------------------- to --------------------------------------------- startmsg.regex: '^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}(.[0-9]+[0-9]+)? [A-Z]+ ([a-z]) ' -------------------------------------------- Please help to check . Regards Sam