From e6896b13c2757e3b36a574f83fffc74922470132 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 21 Dec 2023 09:04:37 -0500 Subject: 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. --- tmt/plans/cloud/base/build-aws.fmf | 8 ++++++++ tmt/plans/cloud/base/build-azure.fmf | 8 ++++++++ tmt/plans/cloud/base/build-gcp.fmf | 8 ++++++++ tmt/plans/cloud/base/build-generic.fmf | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 tmt/plans/cloud/base/build-aws.fmf create mode 100644 tmt/plans/cloud/base/build-azure.fmf create mode 100644 tmt/plans/cloud/base/build-gcp.fmf create mode 100644 tmt/plans/cloud/base/build-generic.fmf (limited to 'tmt/plans/cloud/base') diff --git a/tmt/plans/cloud/base/build-aws.fmf b/tmt/plans/cloud/base/build-aws.fmf new file mode 100644 index 0000000..f2d2fe4 --- /dev/null +++ b/tmt/plans/cloud/base/build-aws.fmf @@ -0,0 +1,8 @@ +summary: Build AWS EC2 base image +discover: + how: fmf +environment: + image_type: oem + image_profile: Cloud-Base-AmazonEC2 +execute: + how: tmt diff --git a/tmt/plans/cloud/base/build-azure.fmf b/tmt/plans/cloud/base/build-azure.fmf new file mode 100644 index 0000000..970ee9a --- /dev/null +++ b/tmt/plans/cloud/base/build-azure.fmf @@ -0,0 +1,8 @@ +summary: Build Azure base image +discover: + how: fmf +environment: + image_type: oem + image_profile: Cloud-Base-Azure +execute: + how: tmt diff --git a/tmt/plans/cloud/base/build-gcp.fmf b/tmt/plans/cloud/base/build-gcp.fmf new file mode 100644 index 0000000..abe823c --- /dev/null +++ b/tmt/plans/cloud/base/build-gcp.fmf @@ -0,0 +1,8 @@ +summary: Build GCP base image +discover: + how: fmf +environment: + image_type: oem + image_profile: Cloud-Base-GCE +execute: + how: tmt diff --git a/tmt/plans/cloud/base/build-generic.fmf b/tmt/plans/cloud/base/build-generic.fmf new file mode 100644 index 0000000..752bf11 --- /dev/null +++ b/tmt/plans/cloud/base/build-generic.fmf @@ -0,0 +1,8 @@ +summary: Build Generic base image +discover: + how: fmf +environment: + image_type: oem + image_profile: Cloud-Base-Generic +execute: + how: tmt -- cgit v1.3.1+13