Bug #6161
closed
Value of Smart Variables doesn't show up on Foreman UI when it sets using API call
Added by Priyanka Choudhary over 10 years ago.
Updated over 6 years ago.
Description
Tried to use foreman api to set the values for smart variables in a hostgroup. The api did work and responded correctly.
This is the curl i used to set the variables in hostgroup:
curl -H 'content-type: application/json' -H 'Accept: application/json' -k -u '$USER:$PASS' $FOREMAN_URL/api/v2/smart_class_parameters/SMART_VARIABLE/override_values -X POST -d '{"override_value":{"value":"VALUE","match":"hostgroup=HOSTGROUP"}}'
Output :
{"id":19858,"match":"hostgroup=HOSTGROUP","value":"VALUE","created_at":"2014-06-11T11:10:42Z","updated_at":"2014-06-11T11:10:42Z"}
Problem Statement:
The values of the smart variables doesn't show up on the Foreman UI
- Status changed from New to Assigned
- Target version set to 1.8.2
The override value is created, but it doesn't show up in the UI if it's the first one created.
It's a Web UI issue.
- Target version changed from 1.8.2 to 1.8.1
- Target version changed from 1.8.1 to 1.8.0
- Target version changed from 1.8.0 to 1.7.5
- Assignee set to Ori Rabin
- Assignee changed from Ori Rabin to Tomer Brisker
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1697 added
- Pull request deleted (
)
- Target version changed from 1.7.5 to 1.7.4
- Translation missing: en.field_release set to 10
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
- Translation missing: en.field_release changed from 10 to 21
- Translation missing: en.field_release changed from 21 to 10
Also available in: Atom
PDF