diff options
| author | 2023-12-21 09:04:37 -0500 | |
|---|---|---|
| committer | 2023-12-21 09:04:37 -0500 | |
| commit | e6896b13c2757e3b36a574f83fffc74922470132 (patch) | |
| tree | 160ba52712a1e49c09797e01f1e7a428061d5b7f /README.md | |
| parent | f9b944d050c3d57cf858b1462fe22840563687ea (diff) | |
| download | kiwi-descriptions-e6896b13c2757e3b36a574f83fffc74922470132.tar.gz kiwi-descriptions-e6896b13c2757e3b36a574f83fffc74922470132.zip | |
platforms, tmt: Rename and restructure cloud variants
We now have more than one cloud system that is essentially a KVM
environment that uses cloud-init to boot, so now we declare that
"generic" and have the OpenStack and Oracle images reuse those
definitions.
Also, in preparation for layered cloud image variants, rename
them from "Cloud-" to "Cloud-Base-". Vagrant variants are
similarly prefixed to make it clear who provides them.
Finally, restructure the layout of the tmt plans to match the
description structure.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,9 +8,9 @@ All changes should be made via the PR workflow. ## Image variants -* Cloud Edition (image type: `oem`, image profiles: `Cloud-OpenStack`/`Cloud-AmazonEC2`/`Cloud-Azure`/`Cloud-GCE`/`Cloud-Oracle`) +* Base Cloud Edition for clouds (image type: `oem`, image profiles: `Cloud-Base-Generic`/`Cloud-Base-AmazonEC2`/`Cloud-Base-Azure`/`Cloud-Base-GCE`) +* Base Cloud Edition for Vagrant (image type: `oem`, image profiles: `Cloud-Base-Vagrant-libvirt`/`Cloud-Base-Vagrant-VirtualBox`) * KDE Spin (image type: `iso`, image profiles: `KDE-Live`) -* Vagrant Cloud Edition (image type: `oem`, image profiles: `Vagrant-libvirt`/`Vagrant-VirtualBox`) * Workstation Edition (image type: `iso`, image profiles: `Workstation-Live`) ## Image build quickstart |