Project

General

Profile

Actions

Bug #16629

closed

[hammer] discovery_rule info command should show the associated org and locations

Added by Sachin Ghai about 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Fixed in Releases:
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1377990
Description of problem:
In sat6.3 , when we create a discovery rule, use needs to provide the org/location. But when the rule is created, info command doesn't show the associated info:

~]# hammer -u admin -p changeme discovery_rule create --name test --hostgroup=test --search='cpu_count=1' --organization-ids 1

~]# hammer -u admin -p changeme discovery_rule list

---|------|----------|-------------|------------|-------------|--------
ID | NAME | PRIORITY | SEARCH | HOST GROUP | HOSTS LIMIT | ENABLED
---|------|----------|-------------|------------|-------------|--------
1 | test | 0 | cpu_count=1 | test | 0 | true
---|------|----------|-------------|------------|-------------|--------

~]# hammer -u admin -p changeme discovery_rule info --id 1

ID: 1
Name: test
Priority: 0
Search: cpu_count=1
Host Group: test
Hosts Limit: 0
Enabled: true
Hostname template:
Hosts:

Version-Release number of selected component (if applicable):
satellite-6.3.0-1.0.git.7.fb12bf2.el7sat.noarch
tfm-rubygem-hammer_cli_foreman_discovery-0.0.3-2.el7.noarch

How reproducible:

Steps to Reproduce:
1.
2.
3.

Actual results:
missing org and location from info command

Expected results:

discovery_rule info command should show the associated org and locations

Additional info:

Actions

Also available in: Atom PDF