Bug #17238
closedAble to override Smart Variable for non-existent attribute
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1379277
Description of problem:
We can create matcher for Smart Variable for non-existent attribute in CLI which is basically forbidden in UI and is not correct from logic perspective.
Then in UI, attribute type for that matcher is shown as empty value. Smart variable cannot be edited till matcher is deleted
Version-Release number of selected component (if applicable):
6.2.x
6.3.x
How reproducible:
Always
Steps to Reproduce:
Just an example
1. hammer -v -u admin -p changeme --output=csv smart-variable create --default-value="true" --variable="3LNdaiFVwZ" --puppet-class="ntp" --variable-type="boolean"
2. hammer -v -u admin -p changeme --output=csv smart-variable add-override-value --smart-variable-id="113" --value="false" --match="something_is_here=true"
3.
Actual results:
Matcher is added to Smart Variable
Expected results:
Some validation should be performed like we have in UI that will restrict override procedure for non-existent attributes
Additional info: