-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
packages = [ | ||
{ name = "cloud-init" }, | ||
{ name = "WALinuxAgent" }, | ||
{ name = "podman" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting...wait, why are we generating a custom azure image? The goal is to test installing via os-replace on the stock RHEL one, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. But there's no RHEL9 and CS9 image on Azure. We have to upload by our own and use it to boot first. Then run bootc install
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait...really? Wow, OK yep https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/deploying_rhel_9_on_microsoft_azure/index is quite clear.
Though...if this is the case, in the end I'm not actually sure that this is as important for us to test, because this use case from a customer PoV I think basically becomes using bootc-image-builder to upload the target container directly to Azure, right? Indirecting in this way would feel strange.
Not saying there's anything wrong with this test though! We might as well do it, so don't block merging. I actually love how it's combining things end to end (nice work!).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! That's not free, and needs rhc subscription.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @cgwalters
- You are right, there is RHEL golden image on Azure, but our test might rely on the latest eng RHEL composes especially the podman package, and we don't have a easy way to access internal network to fetch those packages, so we plan to built it by ourselves.
- For CentOS stream, there is no CentOS images being built by Red Hat or Microsoft on Azure, so do you think we still need to cover CentOS?
Signed-off-by: Wei Shi <[email protected]> test: add azure test for os-replace Signed-off-by: Wei Shi <[email protected]>
Signed-off-by: Xiaofeng Wang <[email protected]>
fix #195