Bug 1775623
| Summary: | GCE CR info shows zone field as url field. | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Kavita <kgaikwad> |
| Component: | Hammer | Assignee: | Oleh Fedorenko <ofedoren> |
| Status: | CLOSED ERRATA | QA Contact: | Jitendra Yejare <jyejare> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.7.0 | CC: | apatel, egolov, jyejare, kgaikwad, mbacovsk, mshira, ofedoren, rabajaj |
| Target Milestone: | 6.7.0 | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tfm-rubygem-hammer_cli_foreman-0.19.3 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-04-14 15:54:09 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1721890 | ||
Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/28135 has been resolved. *** Bug 1775622 has been marked as a duplicate of this bug. *** *** Bug 1775621 has been marked as a duplicate of this bug. *** *** Bug 1775618 has been marked as a duplicate of this bug. *** *** Bug 1775617 has been marked as a duplicate of this bug. *** Tested ! Versions: ------------- Satellite 6.7 snap 5. tfm-rubygem-hammer_cli_foreman-0.19.3-1.el7sat.noarch foreman-gce-1.24.0-0.14.RC3.el7sat.noarch Observation: ------------- 1. I could see that the new 'Zone' field has been added to the GCE CR info. 2. But the existing Url field is still exists which looks like a common field for all the CRs. Expecting: -------------- 1. Either to remove the Url field for GCE CR. 2. If it's common for all CRs and if we cant remove the entire field, just keep the Url field value blank for GCE CR. NeedInfoing Assignee !! Hi Jitendra, I've created PR[1] which removes the Url field from GCE info. I assume the fix will be available in hammer-cli-foreman-0.19.5 [1] - https://github.com/theforeman/hammer-cli-foreman/pull/466 Verified!
Observations:
--------------------
1. The zone field is showing correctly with zone name.
2. The url field is now removed from GCE CR info.
Logs:
-------------------
[root@qeblade36 ~]# hammer compute-resource info --id 1
Id: 1
Name: gceCR
Provider: Google
Description:
Locations:
Default Location
Organizations:
Default Organization
Created at: 2019/12/18 06:53:00
Updated at: 2020/01/09 10:41:18
Project: sat6qe
Email: <someemail>
Key Path: <somekey.json>
Zone: us-east1-c
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/RHBA-2020:1455 |
Description of problem: GCE hammer Compute Resource info shows zone field as url field. Version-Release number of selected component (if applicable): How reproducible: ------------------ Always Steps to Reproduce: 1. Create a GCE Compute resource with zone. 2. hammer info the GCE CR. 1. hammer compute-resource info --id 1 Actual results: 1. The GCE info shows zone field as an url field. Id: 1 Name: gceCR Provider: Google Url: us-central1-a Expected results: 1. Hammer CR info should show zone field as zone field and not the url field. Additional info: