Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

remove RHUI in scripts/*Prep.sh not working #178

@llegolas

Description

@llegolas

Describe the bug
The removal of the RHUI repos in prep scripts is not working
They execute:

rm -f /etc/yum.repos.d/rh-cloud.repo

while the repo files are having sufixes

ls /etc/yum.repos.d/rh-cloud*
/etc/yum.repos.d/rh-cloud-eus.repo

The removal should be:

rm -f /etc/yum.repos.d/rh-cloud*.repo

To Reproduce
Steps to reproduce the behavior:
1.Install Openshift using these templates
2. audit /etc/yum.repos.d

Expected behavior
No RHUI repos files in /etc/yum.repos.d/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions