Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions configs/rhel-sst-system-roles--leapp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
document: feedback-pipeline-workload
version: 1
data:
name: Ansible collection for RHEL upgrades
description: redhat.leapp Ansible collection that handles RHEL upgrades
maintainer: rhel-sst-system-roles
packages:
- ansible-collection-redhat-leapp
Comment thread
bocekm marked this conversation as resolved.
Outdated
labels:
- c10s
Comment thread
bocekm marked this conversation as resolved.

# Adding a package to the workload that doesn't exist (yet) in the repositories.
Comment thread
bocekm marked this conversation as resolved.
Outdated
package_placeholders:

- srpm_name: ansible-collection-redhat-leapp # SRPM name (mandatory)
build_dependencies: # build dependencies (RPM names) of this SRPM (optional)
- ansible-core
limit_arches: [] # can be left empty for all arches (optional)
Comment thread
bocekm marked this conversation as resolved.
Outdated
rpms: # List of the binary RPMs (mandatory)
- rpm_name: ansible-collection-redhat-leapp # RPM name (mandatory)
description: redhat.leapp Ansible collection that handles RHEL upgrades # Description (optional)
dependencies: # runtime dependencies (RPM names) of this RPM (optional)
- ansible-core
limit_arches: [] # can be left empty for all arches (optional)
Comment thread
bocekm marked this conversation as resolved.
Outdated