Conversation
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
tormath1
had a problem deploying
to
development
September 21, 2026 14:27 — with
GitHub Actions
Error
This was referenced Sep 21, 2026
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The OEM sysext is undiscoverable in its current path, and Afterburn activation conditions do not match the generated GRUB arguments.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
Open (2)
What changed in this PR
Adds Flatcar Outscale support across image generation, OEM metadata, Ignition, Afterburn, hostname, and SSH-key provisioning.
Changes:
- Adds Outscale Ignition and Afterburn provider patches.
- Registers compressed qcow2 image generation and OEM configuration.
- Adds Outscale boot-time metadata integrations.
| File | Summary |
|---|---|
sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-0.0.38-r50.ebuild |
Bootengine package definition. |
sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-2.27.0-r1.ebuild |
Ignition package definition. |
sdk_container/src/third_party/coreos-overlay/coreos/user-patches/sys-kernel/bootengine/0001-hostname-set-hostname-from-Outscale-metadata.patch |
Adds Outscale hostname handling. |
sdk_container/src/third_party/coreos-overlay/coreos/user-patches/sys-apps/ignition/2296.patch |
Adds the Ignition Outscale provider. |
sdk_container/src/third_party/coreos-overlay/coreos/user-patches/coreos-base/coreos-init/0001-sshkeys-add-Outscale-support.patch |
Adds Outscale SSH-key handling. |
sdk_container/src/third_party/coreos-overlay/coreos/user-patches/coreos-base/afterburn/1297.patch |
Adds the Afterburn Outscale provider; hostname and SSH-key activation conditions require correction. |
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-oraclecloud/oem-outscale-0.ebuild |
Defines the Outscale OEM sysext; it must be moved to the Outscale directory and accompanied by a changelog entry. |
sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r209.ebuild |
CoreOS init package definition. |
sdk_container/src/third_party/coreos-overlay/coreos-base/afterburn/files/coreos-metadata.service |
Enables the metadata service. |
sdk_container/src/third_party/coreos-overlay/coreos-base/afterburn/afterburn-5.10.0-r4.ebuild |
Afterburn package definition. |
build_library/vm_image_util.sh |
Registers Outscale image generation. |
build_library/oem/outscale/grub.cfg |
Sets the Outscale OEM identifier. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| EAPI=8 | ||
|
|
||
| DESCRIPTION="OEM suite for Outscale" |
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
tormath1
force-pushed
the
tormath1/outscale
branch
from
September 21, 2026 14:40
b5800c1 to
1be5005
Compare
tormath1
had a problem deploying
to
development
September 21, 2026 14:40 — with
GitHub Actions
Error
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Outscale images use unsupported compression, and required changelog entries are missing.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
Open (2)
Resolved since last review (1)
Comment on lines
+165
to
+168
| ## Outscale | ||
| IMG_outscale_DISK_FORMAT=qcow2 | ||
| IMG_outscale_DISK_LAYOUT=vm | ||
| IMG_outscale_OEM_SYSEXT=outscale |
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
tormath1
requested a deployment
to
development
September 21, 2026 14:49 — with
GitHub Actions
Waiting
This branch is waiting to be deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


In this PR, we provide Flatcar Outscale support. This tests upstream PRs:
According to Outscale documentation, it seems we need to import
qcow2compressed image: https://docs.outscale.com/en/userguide/Manifest-File-Reference.htmlRelated to: flatcar/Flatcar#2334
Testing done
Successfully tested on Outscale: flatcar/Flatcar#2334 (comment)
changelog/directory (user-facing change, bug fix, security fix, update)/bootand/usrsize, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.This needs: