Bug 1667428

Summary: Unable to change settings when hammer defaults are defined
Product: Red Hat Satellite Reporter: Steffen Froemer <sfroemer>
Component: HammerAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: Sachin Ghai <sghai>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.4CC: akarsale, apatel, dhlavacd, kgaikwad, mbacovsk, mhulan, mshira, rabajaj
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-01-21 21:52:19 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 Steffen Froemer 2019-01-18 13:11:49 UTC
Description of problem:
Trying to change satellite settings using hammer, when a default parameter is defined, failing with error

Association not found for organization

Version-Release number of selected component (if applicable):
tfm-rubygem-hammer_cli-0.13.1.1-1.el7sat.noarch

How reproducible:
alwyas

Steps to Reproduce:
1. hammer defaults add --param-name organization --param-value "DEFAULT_ORGANIZATION"                                                                                                                                                   
2. hammer settings set --name 'append_domain_name_for_hosts' --value 'true'
3.


Actual results:
Could not update the setting:
  Association not found for organization


Expected results:
the settings should be changed

Additional info:

[root@sat6-1 ~]# hammer defaults add --param-name organization --param-value "CRAZY LAB"                                                                                                                                                   
Added organization default-option with value CRAZY LAB.

[root@sat6-1 ~]# hammer defaults list
-------------|----------
PARAMETER    | VALUE
-------------|----------
organization | CRAZY LAB
-------------|----------

[root@sat6-1 ~]# hammer settings set --name 'append_domain_name_for_hosts' --value 'true'
Could not update the setting:
  Association not found for organization

[root@sat6-1 ~]# hammer defaults delete --param-name organization
organization was deleted successfully.

[root@sat6-1 ~]# hammer defaults list
----------|------
PARAMETER | VALUE
----------|------

[root@sat6-1 ~]# hammer settings set --name 'append_domain_name_for_hosts' --value 'true'
Setting [append_domain_name_for_hosts] updated to [true].
[root@sat6-1 ~]#


Also listing settings is not possible, when defaults are set

[root@sat6-1 ~]# hammer settings list
Association not found for organization

Comment 3 Brad Buckingham 2019-01-21 21:52:19 UTC
Thanks for the bugzilla.  This appears to be a duplicate of bug 1649011; therefore, closing this one.

*** This bug has been marked as a duplicate of bug 1649011 ***