Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
compute_profile attributes values created using hammer does not reflect on UI
Version-Release number of selected component (if applicable):
@satellite 6.7.0 snap 5.0
How reproducible:
Always
Steps to Reproduce:
1. Create a Compute Resource using UI/Hammer.
2. Create a Compute profiles values using hammer i.e.
__________________________________________________
# hammer compute-profile values create --compute-attributes="resource_group=vijay-rg,vm_size=Standard_B1s,username=myuser,password=mypassword,platform=Linux,image_id=OpenLogic:CentOS:7.5:latest" --interface="compute_public_ip=Dynamic,compute_network=mysubnetID,compute_private_ip=false" --compute-profile-id 1 --compute-resource-id 7 --location-id 1 --organization-id 2
___________________________________________________
3. See compute-profile attributes values:
# hammer compute-profile info --id 1
4. Now check same on UI:
Infrastructures => Compute Resources => <CR Name> => 'Compute profiles' => Click on '1-Small' => see attributes values.
Actual results:
Assigned attributes values does not reflect over UI.
Expected results:
Assigned attributes values should show over UI.
Additional info:
Just to update:
The description issue is observed only when do not use 'image_id' with 'compute-attributes' however if use 'image_id' with 'compute-attributes' values shows as expected on UI:
i.e.
____________________________
# hammer compute-profile values create --compute-attributes="resource_group=vijay-rg,vm_size=Standard_B1s,username=myuser,password=mypassword,platform=Linux,script_command=touch /var/tmp/text.txt" --interface="compute_public_ip=Dynamic,compute_network=mysubnetID,compute_private_ip=false" --compute-profile-id 1 --compute-resource-id 7 --location-id 1 --organization-id 2
____________________________
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