RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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.
Bug 1767551 - Limit image types to those supported by the arch that lorax-composer is running on
Summary: Limit image types to those supported by the arch that lorax-composer is runni...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: cockpit-composer
Version: 8.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 8.2
Assignee: jgiardin
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On: 1751998
Blocks: 1673744
TreeView+ depends on / blocked
 
Reported: 2019-10-31 16:33 UTC by Brian Lane
Modified: 2019-11-22 16:04 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1751998
Environment:
Last Closed: 2019-11-12 22:45:58 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Brian Lane 2019-10-31 16:33:09 UTC
+++ This bug was initially created as a clone of Bug #1751998 +++

Copying relevant comment from #1673744:


TL,DR: Composer needs to be able to disable some image types (especially for vendor clouds) because they are not supported everywhere.


> > > Note: cloud images not tested.
> > > Question: should we disable image types which are unsupported on various arches or do something differently ?
> > 
> > No. That makes things much harder to keep track of. We should fix them.
> 
> So I take this to mean that we should be able to build all cloud image types
> on secondary arches. Few comments:
> 
> 1) I don't think any of the vendors we support right now supports these
> secondary architectures. I found references for some support but nothing
> that I could find available for general use. This means we can only check if
> the images build.
> 
> 2) What if some vendor specific packages are not available on other arches?
> For example vmware and Azure guests install additional packages.
> 

Oh crud, that's true.

As it stands right now composer doesn't have any way to select supported image types by arch.
One way to do that is to remove them from the rpm when we build, but that seems a bit ugly.

--- Additional comment from Brian Lane on 2019-09-18 08:28:28 PDT ---

Renaming this to prevent confusion with multiarch (eg. 32 and 64 bit binaries in the same repo).

--- Additional comment from Brian Lane on 2019-10-28 17:14:51 PDT ---

PR - https://github.com/weldr/lorax/pull/891

compose/types now returns real 'enabled' flags, and blocks building with any disabled types.

Comment 1 Brian Lane 2019-10-31 16:35:12 UTC
As of lorax-28.14.31-1 the 'enabled' bool in the /compose/types will actually reflect whether or not an image type can be built. On x86 there will be no change, but on other arches most of the cloud related image types will be disabled. Trying to build with a disabled type will return an error explaining that it is not supported.

Comment 2 Lars Karlitski 2019-11-01 15:46:10 UTC
I don't think any change is necessary in cockpit-composer. It disables the output types in the Create Image dialog for which the API returns enables=false.

Am I missing something?

Comment 3 Brian Lane 2019-11-01 16:22:29 UTC
That would be a question for Jenn, if there's nothing to do that's great news and you can close this. Just wanted to make sure everyone knew that they are no longer hard-coded to true.


Note You need to log in before you can comment on or make changes to this bug.