aboutsummaryrefslogtreecommitdiff
path: root/tmt/plans/cloud
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'tmt/plans/cloud')
-rw-r--r--tmt/plans/cloud/base/build-aws.fmf8
-rw-r--r--tmt/plans/cloud/base/build-azure.fmf8
-rw-r--r--tmt/plans/cloud/base/build-gcp.fmf8
-rw-r--r--tmt/plans/cloud/base/build-generic.fmf8
4 files changed, 32 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..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