Description of problem: In satellite 6, there is not hammer command to enable/disable notifications for a particular host. This feature is available in GUI: 1) Hosts > All Hosts > Tick host >Select Action > Disable Notification 2) Hosts > All Hosts > Tick host >Select Action > Enable Notification Version-Release number of selected component (if applicable): Satellite 6.2.8 How reproducible: #hammer host update --help #hammer host create --help Actual results: No option available to enable/disable notifications for a host via hammer cli. Expected results: #hammer host update --name <hostname> --notifications <enable/disable>
# hammer host update --help Usage: hammer host update [OPTIONS] Options: --id ID --enabled ENABLED One of true/false, yes/no, 1/0. # hammer host list ---|------------------------------------------|------------------|------------|---------------|------------------ ID | NAME | OPERATING SYSTEM | HOST GROUP | IP | MAC ---|------------------------------------------|------------------|------------|---------------|------------------ 8 | xxxxx-client1 | RedHat 7.3 | | 10.xx.yyy.199 | 00:9a:3a:01:00:1x 11 | xxxxx-client2 | RedHat 7.1 | | 10.xx.yyy.122 | 00:9a:3a:01:00:3x 10 | xxxxx-client2 | RedHat 7.1 | | 10.xx.yyy.122 | 00:9a:3a:01:00:3x 1 | xxxxx-sat62 | RedHat 7.3 | | 10.xx.yyy.174 | 00:9a:3a:01:00:2x ---|------------------------------------------|------------------|------------|---------------|------------------ # hammer host update --id 8 --enabled false Host updated # hammer host update --id 8 --enabled true Host updated This work fine for one host. Need to add more details in hammer help that following option is used for enable/disable notification. Options: --id ID --enabled ENABLED One of true/false, yes/no, 1/0. <<<---Used for host notification.
Updated description per comment #2. Lowering priority and severity since the option exists, just needs better documentation.
Created redmine issue http://projects.theforeman.org/issues/19383 from this bug
Upstream bug assigned to mhulan
Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/19383 has been resolved.
Hi - Since upstream issue is resolved, can we set target release or include this in next satellite release (6.2.11)? Please let us know if its achievable. Thanks.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2927