-
Notifications
You must be signed in to change notification settings - Fork 59
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
Platform Request: Oracle Cloud Infrastructure (OCI) #414
Comments
baremetal is not available with custom image , coreos.autologin=tty1 it's available in fedora coreos ? |
you could try using the vmdk and try catching the machine on bootup and supply a
see #112 |
no i not see error in boot log , but also i not see load config ignition @dustymabe kernel arg it's ok ? ''' |
@dustymabe thanks the #112 worked for me :D i tryed ignition.config.url with ignition.firstboot and it's partial work , the url is request but i think the network is not up |
make sure you're also passing |
OCI was briefly supported in Ignition and Afterburn under the platform name At that time, OCI bare metal nodes (at least) had an iSCSI-based root disk. I don't know if that has changed. |
I recently noticed that OCI now offers It looks like the actual instances ( Networking goes through DHCP, and it has options to separately provide the hostname and the search-domain. It seems to work fine on FCOS, in the initramfs too ( There is a JS-based virtual console which can be attached to a VM on demand. It doesn't require extra plugins, it's text-based, and for a quick check it worked quite well. |
Thanks @lucab for the insight into the platform! |
Updated to match new platform issue template. |
I am currently working on this over here: https://github.com/dominikbayerl/ignition/tree/feat/oraclecloud I am planning to use the instance metadata service (IMDS) to fetch the
|
Instance metadata fetch usually only requires a single HTTP request. 🙂 It should still be done in Ignition, though. Note that Ignition and Afterburn previously had support for OCI, so you may be able to dig through the Git history (#414 (comment)) and use the old code as a starting point. |
@bgilbert if we re-add support for this platform, do you want to keep the previous platform ID ( |
|
Folks interested for initial support for this platform in Fedora CoreOS should open an issue with the emerging platform template and follow the steps there. Thanks! |
Some info re. Oracle Cloud support in #1590 (comment). Filling in more details mentioned in some of the discussions above. Oracle Cloud has both VM and bare metal shapes/instance types with differences that affect us. VMs don't require any special handling and just a platform ID restamp should suffice. For bare metal, the boot disk is exposed as an iSCSI target and the OS must be configured to look for it. This is done with To avoid having to have separate images for each, I think what we could do is have logic that injects Note that OCP is looking to add support for Oracle Cloud in the near future, but in a way that completely sidesteps this by treating it like a bare metal target (AFAICT you can't boot live ISOs in Oracle Cloud, but they're planning to boot a "live qcow2" for the install phase). |
Hi @jlebon , i try to boot fedora coreos on OCI Oracle cloud with vm x86_64 and (Openstack Qcow2) but nothing appear as boot They are something needed to do with the plateformID ? |
Oracle Cloud is not yet supported as is. In OCP, we actually treat it like a bare metal installation on top of iSCSI. That same logic should work with FCOS, but of course ideally we have proper platform support. |
it's work on vm, is needed to unpack de xz of the fedora coreos on oci, rhcos is gz i have now okd on vm with ccm/csi oci without probleme thanks |
I started documenting what we have in coreos/fedora-coreos-docs#652 |
Initial documentation to setup FCOS on Oracle Cloud Infrastructure. See:coreos/fedora-coreos-tracker#414
Initial documentation to setup FCOS on Oracle Cloud Infrastructure. See:coreos/fedora-coreos-tracker#414
Initial documentation to setup FCOS on Oracle Cloud Infrastructure. See:coreos/fedora-coreos-tracker#414
Initial documentation to setup FCOS on Oracle Cloud Infrastructure. See:coreos/fedora-coreos-tracker#414
Initial documentation to setup FCOS on Oracle Cloud Infrastructure. See:coreos/fedora-coreos-tracker#414
Initial documentation to setup FCOS on Oracle Cloud Infrastructure. See:coreos/fedora-coreos-tracker#414
Initial request
Hello
I would like use fedora coreos in oracle cloud , i try with vmdk it's work the os boot but i can't login with ssh key or password , i have inderstand cloud-init it's not compatible for inject ign
How i can i do ? It's possible to edit my vmdk for inject a basic ign in waiting better solution ?
Thanks
New platform template
In order to implement support for a new cloud platform in Fedora CoreOS, we need to know several things about the platform. Please try to answer as many questions as you can.
Why is the platform important? Who uses it?
What is the official name of the platform? Is there a short name that's commonly used in client API implementations?
How can the OS retrieve instance userdata? What happens if no userdata is provided?
Does the platform provide a way to configure SSH keys for the instance? How can the OS retrieve them? What happens if none are provided?
How can the OS retrieve network configuration? Is DHCP sufficient, or is there some other network-accessible metadata service?
In particular, how can the OS retrieve the system hostname?
Does the platform require the OS to have a specific console configuration?
Is there a mechanism for the OS to report to the platform that it has successfully booted? Is the mechanism required?
Does the platform have an agent that runs inside the instance? Is it required? What does it do? What language is it implemented in, and where is the source code repository?
How are VM images uploaded to the platform and published to other users? Is there an API? What disk image format is expected?
Are there any other platform quirks we should know about?
The text was updated successfully, but these errors were encountered: