This patch migrates the former validations/repos.yaml validation into a role. Change-Id: I10fbabf135908845d78eec64f780db04dffb42d1 Implements: blueprint validation-framework
12 lines
321 B
YAML
12 lines
321 B
YAML
---
|
|
metadata:
|
|
name: Check correctness of current repositories
|
|
description: >
|
|
Detect whether the repositories listed in `yum repolist`
|
|
can be connected to and that there is at least one repo
|
|
configured.
|
|
|
|
Detect if there are any unwanted repositories (such as EPEL) enabled.
|
|
groups:
|
|
- pre-upgrade
|