Bug 1582757

Summary: Enabling Embedded Ansible and running yum update adds non-Red Hat repos
Product: Red Hat CloudForms Management Engine Reporter: Ryan Spagnola <rspagnol>
Component: BuildAssignee: Satoe Imaishi <simaishi>
Status: CLOSED DUPLICATE QA Contact: Dave Johnson <dajohnso>
Severity: high Docs Contact:
Priority: unspecified    
Version: 5.9.0CC: cpelland, gblomqui, gtanzill, jfrey, jhardy, obarenbo
Target Milestone: GA   
Target Release: cfme-future   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-06-07 02:13:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:

Description Ryan Spagnola 2018-05-26 18:41:08 UTC
Description of problem:
After enabling Embedded Ansible and running yum update once the following repos are added:

[root@cf46 ~]# ls /etc/yum.repos.d/ -l
total 412
-rw-r--r--. 1 root root    211 May 18 11:06 ansible-el7.repo
-rw-r--r--. 1 root root    222 May 18 11:06 ansible-tower.repo
-rw-r--r--. 1 root root    640 May 18 11:06 epel-7.repo
-rw-r--r--. 1 root root    327 May 18 11:06 jlaska-rabbitmq.repo
-rw-r--r--. 1 root root    440 May 18 11:06 pgdg-96-centos.repo

Following with yum update again and the following packages now show updates based on these non-Red Hat repos:

# yum check-update
Loaded plugins: product-id, search-disabled-repos, subscription-manager

ansible.noarch                     2.5.3-1.el7.ans     ansible                  
cockpit-dashboard.x86_64           165-3.el7           rhel-7-server-extras-rpms
erlang.x86_64                      19.0.4-1.el7.centos jlaska-rabbitmq          
nginx.x86_64                       1:1.12.2-2.el7      epel                     
nginx-all-modules.noarch           1:1.12.2-2.el7      epel                     
nginx-filesystem.noarch            1:1.12.2-2.el7      epel                     
nginx-mod-http-geoip.x86_64        1:1.12.2-2.el7      epel                     
nginx-mod-http-image-filter.x86_64 1:1.12.2-2.el7      epel                     
nginx-mod-http-perl.x86_64         1:1.12.2-2.el7      epel                     
nginx-mod-http-xslt-filter.x86_64  1:1.12.2-2.el7      epel                     
nginx-mod-mail.x86_64              1:1.12.2-2.el7      epel                     
nginx-mod-stream.x86_64            1:1.12.2-2.el7      epel                     
postgresql96.x86_64                9.6.9-1PGDG.rhel7   pgdg96                   
postgresql96-libs.x86_64           9.6.9-1PGDG.rhel7   pgdg96                   
python-jinja2.noarch               2.8-7.rhel7         pgdg96                   
qpid-proton-c.x86_64               0.21.0-3.el7        epel                     
rabbitmq-server.noarch             3.6.9-1.el7.centos  jlaska-rabbitmq         


Version-Release number of selected component (if applicable):
5.9.x

How reproducible:
Always

Steps to Reproduce:
1. Turn on Embedded Ansible
2. Run yum update
3.

Actual results:
extra repos added outside of redhat.repo
ansible-el7.repo  ansible-tower.repo  epel-7.repo  jlaska-rabbitmq.repo  pgdg-96-centos.repo  redhat.repo

Expected results:


Additional info:
Customer is concerned that unsupported repos have been added to their production systems.

Comment 2 Satoe Imaishi 2018-06-07 02:13:10 UTC

*** This bug has been marked as a duplicate of bug 1577247 ***