Bug 1598879
Summary: | Typo in NIC config causes meaningless error message | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Ian Pilcher <ipilcher> | ||||
Component: | openstack-tripleo-heat-templates | Assignee: | Harald Jensås <hjensas> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Gurenko Alex <agurenko> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 13.0 (Queens) | CC: | aschultz, bfournie, mburns | ||||
Target Milestone: | Upstream M1 | Keywords: | Triaged | ||||
Target Release: | 15.0 (Stein) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-12-17 19:12:10 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: | |||||||
Attachments: |
|
Description
Ian Pilcher
2018-07-06 17:44:45 UTC
This looks to be a problem with the formatting in the Parameters section: rontrolPlaneNetCidr: default: '' description: foo type: string I think with the jinja changes and the use of network_data.yaml to generate the nic config files the issue of a typo in the parameters section largely goes, including for multiple https://review.openstack.org/#/c/582180/. I'd suggest we either close this as fixed with these jinja changes or define a separate validation that would be useful for checking general nic config validity. Since this was due to manually entering the parameters for Spine/Leaf, and that is no longer needed with of the fixes in https://review.openstack.org/#/c/582180/ we're targeting that bug to this fix. Since this fix requires multiple changes to minimize the amount of spine/leaf configuration that needs to be done marking this as a duplicate of the RFE that has those changes. *** This bug has been marked as a duplicate of bug 1601576 *** |