-
Notifications
You must be signed in to change notification settings - Fork 84
Add support for Oracle Cloud #3845
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
Closed
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
e1628ea
New version: alpha-4628.0.0
tormath1 d1a0f7c
Update mantle container image to latest HEAD
506ff2e
Merge pull request #3810 from flatcar/mantle-update-flatcar-4628
tormath1 48000d5
image_changes: update PATH variable
tormath1 b60f0d9
New version: alpha-4628.0.0-nightly-20260309-2100
db89ea8
sys-kernel/bootengine: Bump to address PXE OEM issue
chewi e71773e
Change shebang for run_sdk_container
robinschneider 126e8e5
ci-automation: Allow overriding Mantle container name and tag
chewi edba545
New version: alpha-4628.0.0-nightly-20260310-2100
6a9761f
Update mantle container image to latest HEAD
5879691
Merge pull request #3818 from flatcar/mantle-update-flatcar-4628
tormath1 93e3bff
Update mantle container image to latest HEAD
a1120f6
Merge pull request #3822 from flatcar/mantle-update-flatcar-4628
tormath1 9818c33
New version: alpha-4628.0.0-nightly-20260311-2100
2d74b52
sys-kernel/coreos-sources: Update from 6.12.74 to 6.12.77
8320d15
app-misc/ca-certificates: Update from 3.120 to 3.121
ac1b08b
Revert "app-misc/ca-certificates: use github URLs"
tormath1 c00f757
Update mantle container image to latest HEAD
26dce33
Merge pull request #3826 from flatcar/linux-6.12.77-flatcar-4628
tormath1 c5e5bc6
Merge pull request #3832 from flatcar/mantle-update-flatcar-4628
tormath1 788bb00
Merge pull request #3830 from flatcar/cacerts-3.121-flatcar-4628
tormath1 0f61da4
New version: alpha-4628.0.0-nightly-20260316-2100
dc3f9c9
New version: alpha-4628.0.0-nightly-20260317-2100
cef193d
Update mantle container image to latest HEAD
07ddba3
Merge pull request #3843 from flatcar/mantle-update-flatcar-4628
tormath1 4910010
New version: alpha-4628.0.0-nightly-20260318-2100
7b5d418
feat: oraclecloud initial
navaneeth-dev 4b0876f
fix: make ignition also work on oci. qemu fix
navaneeth-dev ee030bb
feat: sync
navaneeth-dev 53e1b2e
fix: suggestions
navaneeth-dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| - ca-certificates ([3.121](https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_121.html)) |
navaneeth-dev marked this conversation as resolved.
Show resolved
Hide resolved
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| <<<<<<< HEAD | ||
| FLATCAR_VERSION=4628.0.0+nightly-20260318-2100 | ||
| FLATCAR_VERSION_ID=4628.0.0 | ||
| FLATCAR_BUILD_ID="nightly-20260318-2100" | ||
| FLATCAR_SDK_VERSION=4628.0.0 | ||
| ======= | ||
| FLATCAR_VERSION=4643.0.0+nightly-20260318-2100 | ||
| FLATCAR_VERSION_ID=4643.0.0 | ||
| FLATCAR_BUILD_ID="nightly-20260318-2100" | ||
| FLATCAR_SDK_VERSION=4643.0.0+nightly-20260318-2100 | ||
| >>>>>>> main |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,6 +34,7 @@ COMMON_OEMIDS=( | |
| azure | ||
| hetzner | ||
| openstack | ||
| oraclecloud | ||
| packet | ||
| proxmoxve | ||
| qemu | ||
|
|
||
2 changes: 2 additions & 0 deletions
2
...c/third_party/coreos-overlay/coreos-base/common-oem-files/files/oraclecloud/grub.cfg.frag
navaneeth-dev marked this conversation as resolved.
Show resolved
Hide resolved
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| set oem_id="oraclecloud" | ||
| set linux_append="flatcar.autologin flatcar.oem.id=oraclecloud" |
15 changes: 15 additions & 0 deletions
15
...ainer/src/third_party/coreos-overlay/coreos-base/oem-oraclecloud/oem-oraclecloud-0.ebuild
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # Copyright (c) 2013 CoreOS, Inc.. All rights reserved. | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 | ||
|
|
||
| DESCRIPTION="OEM suite for Oracle Cloud" | ||
| HOMEPAGE="https://cloud.oracle.com/" | ||
| SRC_URI="" | ||
|
|
||
| LICENSE="GPL-2" | ||
| SLOT="0" | ||
| KEYWORDS="amd64 arm64" | ||
| IUSE="" | ||
|
|
||
| OEM_NAME="oraclecloud" |
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.
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.
This should be dropped through a rebase.