Bug 1794744
| Summary: | Multiple machine_types/flavors and images are being shown for provisioning GCE Host | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Jitendra Yejare <jyejare> | ||||||
| Component: | Compute Resources - GCE | Assignee: | Kavita <kgaikwad> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Jitendra Yejare <jyejare> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.7.0 | CC: | zhunting | ||||||
| Target Milestone: | 6.7.0 | Keywords: | Triaged | ||||||
| Target Release: | Unused | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | foreman-1.24.1.4-1 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2020-04-14 13:28:34 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 | ||||||||
| Attachments: |
|
||||||||
Same also applies with the count of Available images in GCE CR. The count of available images in GCE CR under satellite is different(more) than whats available in Google Compute Engine under images section. Created redmine issue https://projects.theforeman.org/issues/28898 from this bug Upstream bug assigned to kgaikwad @Jitendra, From comment 3, could you please raise a separate issue for images? Because showing duplicate records for machine_types/flavors is different than having different images list than google compute engine. I will add my observations related to images accordingly. Thank you. Kavita, Raised new bug - https://bugzilla.redhat.com/show_bug.cgi?id=1801622 Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/28898 has been resolved. Created attachment 1666150 [details]
[Verified Screenshot] Unique flavors and not repeated
Verified!
@Satellite 6.7 snap 13
Steps:
----------------------
1. Fetch GCE machite_type/flavors from UI/CLI/API.
Observation:
----------------------
1. Every machine_type/flavor is being fetched once and unique.
UI:
Screenshot Attached.
CLI:
# hammer compute-resource flavors --id 1 | grep n1-highmem
5016 | n1-highmem-16
5002 | n1-highmem-2
5032 | n1-highmem-32
5004 | n1-highmem-4
5064 | n1-highmem-64
5008 | n1-highmem-8
5096 | n1-highmem-9
API:
Screenshot Attached of STDOUT and grep.
Created attachment 1666151 [details]
[Verified Screenshot] UI Unique flavors and not repeated
UI Screenshot.
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-2020:1454 |
Description of problem: Hammer, UI and probably API also showing every machine_type but multiple times to provision the GCE Host. Version-Release number of selected component (if applicable): Satellite 6.7 snap 9 How reproducible: Always Steps to Reproduce: 1. Create a GCE Compute Resource. 2. From UI: 1. While host provisioning, attempt to search any machine_type while choosing machine type. 3. From API/CLI: 1. List the machine types/flavors in Compute Resource. Actual results: Every machine_type is displayed/fetched multiple times to provision the GCE Host. Expected results: Every machine_type/flavor should be fetched once. Additional info: