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.
Build:Satellite 6.5 snap8
The compute profile setting for CD-ROM for VMware is retained. The provisioned box also has a CD-ROM device
Moving the BZ to verified
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-2019:1222
Description of problem: checkbox for CD-ROM drive in compute profile is not shown as checked Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1.Setup satellite 6.3 with vmware compute resorce 2.Infrastructure -> compute profiles -> select profile 3.choose vmware as compute resource 4.check checkbox CD-ROM drive 5.Submit 6.navigate back to profile Actual results: CD-ROM drive checkbox not checked Expected results: CD-ROM drive checkbox checked Additional info: it seems like a webui bug. In database everything seems ok, and submitting changes apparently works and does not end in failure. foreman=# select * from compute_attributes where compute_profile_id = 10; -[ RECORD 1 ]-------+---------------------------------------------------------------------------- id | 14 compute_profile_id | 10 compute_resource_id | 12 name | 1 CPUs and 768 MB memory vm_attrs | --- !ruby/hash-with-ivars:ActionController::Parameters | elements: | cpus: '1' | corespersocket: '1' | memory_mb: '768' | firmware: bios | cluster: '' | path: "/Datacenters/VMLAB/vm" | guest_id: otherGuest | scsi_controller_type: VirtualLsiLogicController | hardware_version: Default | memoryHotAddEnabled: '0' | cpuHotAddEnabled: '0' | add_cdrom: '1' | annotation: savetest savetest | image_id: VMLAB/mdekan-vmware | interfaces_attributes: !ruby/hash-with-ivars:ActionController::Parameters | elements: | '0': !ruby/hash-with-ivars:ActionController::Parameters | elements: | type: VirtualE1000 | network: dvportgroup-56 | ivars: | :@permitted: true | ivars: | :@permitted: true | volumes_attributes: !ruby/hash-with-ivars:ActionController::Parameters | elements: | '0': !ruby/hash-with-ivars:ActionController::Parameters | elements: | datastore: EMC-VMWlun | name: Hard disk | size_gb: '10' | thin: 'true' | eager_zero: 'false' | mode: persistent | ivars: | :@permitted: true | ivars: | :@permitted: true | ivars: | :@permitted: true | created_at | 2018-04-12 12:52:46.648807 updated_at | 2018-04-12 13:18:44.062537