Diffstat (limited to 'tmt/plans/cloud')
| -rw-r--r-- | tmt/plans/cloud/base/build-aws.fmf | 9 | ||||
| -rw-r--r-- | tmt/plans/cloud/base/build-azure.fmf | 9 | ||||
| -rw-r--r-- | tmt/plans/cloud/base/build-gcp.fmf | 9 | ||||
| -rw-r--r-- | tmt/plans/cloud/base/build-generic.fmf | 9 | ||||
| -rw-r--r-- | tmt/plans/cloud/base/build-uefi-uki.fmf | 9 |
5 files changed, 45 insertions, 0 deletions
diff --git a/tmt/plans/cloud/base/build-aws.fmf b/tmt/plans/cloud/base/build-aws.fmf new file mode 100644 index 0000000..758a3a0 --- /dev/null +++ b/tmt/plans/cloud/base/build-aws.fmf @@ -0,0 +1,9 @@ +summary: Build AWS EC2 base image +discover: + how: fmf +environment: + image_type: oem + image_profile: Cloud-Base-AmazonEC2 + kiwi_file: Fedora.kiwi +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..4cc66ed --- /dev/null +++ b/tmt/plans/cloud/base/build-azure.fmf @@ -0,0 +1,9 @@ +summary: Build Azure base image +discover: + how: fmf +environment: + image_type: oem + image_profile: Cloud-Base-Azure + kiwi_file: Fedora.kiwi +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..e5ed99e --- /dev/null +++ b/tmt/plans/cloud/base/build-gcp.fmf @@ -0,0 +1,9 @@ +summary: Build GCP base image +discover: + how: fmf +environment: + image_type: oem + image_profile: Cloud-Base-GCE + kiwi_file: Fedora.kiwi +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..864e137 --- /dev/null +++ b/tmt/plans/cloud/base/build-generic.fmf @@ -0,0 +1,9 @@ +summary: Build Generic base image +discover: + how: fmf +environment: + image_type: oem + image_profile: Cloud-Base-Generic + kiwi_file: Fedora.kiwi +execute: + how: tmt diff --git a/tmt/plans/cloud/base/build-uefi-uki.fmf b/tmt/plans/cloud/base/build-uefi-uki.fmf new file mode 100644 index 0000000..3d1ad3c --- /dev/null +++ b/tmt/plans/cloud/base/build-uefi-uki.fmf @@ -0,0 +1,9 @@ +summary: Build UEFI UKI base image +discover: + how: fmf +environment: + image_type: oem + image_profile: Cloud-Base-UEFI-UKI + kiwi_file: Fedora.kiwi +execute: + how: tmt |