diff --git a/README.md b/README.md index bc4b992..92aadc9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # standard-test-roles -The standard-test-roles package \ No newline at end of file +The standard-test-roles package + +# Stream name explanation + +This module stream has name `3.0`. This branch could even include STR version +`4.7` if it's still fully compatible with version `3.0`. But if `4.8` brings +breaking changes, we must create a new stream for that. Users can choose a +stream to have some form of stability or they can follow whatever the default +is to keep their current experience. diff --git a/standard-test-roles.yaml b/standard-test-roles.yaml new file mode 100644 index 0000000..12e3cc8 --- /dev/null +++ b/standard-test-roles.yaml @@ -0,0 +1,34 @@ +--- +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 + ref: 3.0 + 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 +