From d66743bb9a530482d5bb78419597e3c750505c82 Mon Sep 17 00:00:00 2001 From: Andrei Stepanov Date: Jan 14 2019 14:26:48 +0000 Subject: Adding initial .yaml recept Signed-off-by: Andrei Stepanov --- diff --git a/standard-test-roles.yaml b/standard-test-roles.yaml new file mode 100644 index 0000000..dfcabe7 --- /dev/null +++ b/standard-test-roles.yaml @@ -0,0 +1,33 @@ +--- +document: modulemd +version: 2 +data: + summary: Standard Test Interface Ansible roles + description: >- + Shared Ansible roles to support the Standard Test Interface as described at https://fedoraproject.org/wiki/Changes/InvokingTestsAnsible. + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + api: + rpms: + - standard-test-roles + components: + rpms: + standard-test-roles: + rationale: Package in api + buildorder: 10 + profiles: + default: + description: A standard installation. + rpms: + - standard-test-roles + provisioner-qemu: # <- Name of the profile + description: A standalone provisioner for qemu + rpms: + - standard-test-roles-inventory-qemu +