platforms/cloud: Add Oracle Cloud image

Oracle Cloud images are KVM cloud images, just like the OpenStack
images. Reuse the OpenStack image definition for Oracle Cloud.
This commit is contained in:
Neal Gompa 2023-10-14 16:50:29 -04:00
parent 118e70f9db
commit f5632edf2b
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ All changes should be made via the PR workflow.
## Image variants ## Image variants
* Cloud Edition (image type: `oem`, image profiles: `Cloud-OpenStack`/`Cloud-AmazonEC2`/`Cloud-Azure`/`Cloud-GCE`) * Cloud Edition (image type: `oem`, image profiles: `Cloud-OpenStack`/`Cloud-AmazonEC2`/`Cloud-Azure`/`Cloud-GCE`/`Cloud-Oracle`)
* KDE Spin (image type: `iso`, image profiles: `KDE-Live`) * KDE Spin (image type: `iso`, image profiles: `KDE-Live`)
* Vagrant Cloud Edition (image type: `oem`, image profiles: `Vagrant-libvirt`/`Vagrant-VirtualBox`) * Vagrant Cloud Edition (image type: `oem`, image profiles: `Vagrant-libvirt`/`Vagrant-VirtualBox`)
* Workstation Edition (image type: `iso`, image profiles: `Workstation-Live`) * Workstation Edition (image type: `iso`, image profiles: `Workstation-Live`)

View File

@ -15,6 +15,9 @@
<profile name="Cloud-OpenStack" description="OpenStack Guest Image"> <profile name="Cloud-OpenStack" description="OpenStack Guest Image">
<requires profile="CloudCore"/> <requires profile="CloudCore"/>
</profile> </profile>
<profile name="Cloud-Oracle" description="Oracle Cloud Guest Image">
<requires profile="Cloud-OpenStack"/>
</profile>
</profiles> </profiles>
<preferences profiles="Cloud-Azure"> <preferences profiles="Cloud-Azure">
<type image="oem" filesystem="btrfs" kernelcmdline="no_timer_check net.ifnames=0 console=tty1 console=ttyS0,115200n8" devicepersistency="by-uuid" formatoptions="force_size" format="vhd-fixed" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi" fsmountoptions="compress=zstd:1" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" rootfs_label="fedora"> <type image="oem" filesystem="btrfs" kernelcmdline="no_timer_check net.ifnames=0 console=tty1 console=ttyS0,115200n8" devicepersistency="by-uuid" formatoptions="force_size" format="vhd-fixed" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi" fsmountoptions="compress=zstd:1" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" rootfs_label="fedora">