-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Producing images for the IBM Cloud chimera #1119
Comments
So summing up, the two clouds have different mechanisms for (1) how user-data is fetched, (2) how network is set up, and (3) which disk format is accepted? Are there things that are the same between the two, yet not shared with other clouds? If not, this strongly suggests to me making them separate platform IDs entirely. |
I agree with ☝️. If there isn't much that unites the two platforms I'd suggest noting |
Dumb question.. Since gen2 already exists - could we just not support classic? |
Not a dumb question. For FCOS I think that focusing on the latest and greatest makes a lot of sense. However, it's expected RHCOS will work on both. |
Ack, looking at the thumbs-up it seems there is general consensus to proceed as follow:
|
Agreed @lucab |
This adds `ibmcloud-classic` as the platform ID for IBM Cloud Classic instances. Ref: coreos/coreos-assembler#1119 (comment)
kola: add basic fips test
This is a followup to coreos/fedora-coreos-tracker#277 (comment), specifically concerning coreos-assembler.
I started some work on IBM Cloud VPC Generation 2, which resulted in #1118.
Afterward I moved onto IBM Cloud Classic and sadly discovered that it would need another separate image because:
rd.neednet=1 ip=dhcp
to dracut)At this point I'm thus asking how to proceed. Two possible paths:
ibmcloud
platform ID only for Gen2, later (maybe) allocate specific IDs for Classic / Gen1ibmcloud
as the single umbrella platform ID, produce multiple image "formats" akin to what we do formetal
images#1118 goes with the first option (platform:
ibmcloud
, format:qcow2
), however the second option would instead require a slightly different arrangement since the beginning (platform:ibmcloud
, format:gen2
).As a sidenote to option 1, it could be a good idea to make it more explicit and rename the platform ID to
ibmcloud-gen2
.The text was updated successfully, but these errors were encountered: