Hide Forgot
Description of problem: not sure this is a bug or something we need to add as a documenation but the cfme pod is not registered to rhel. should we add a rhel registration based on the openshift platform registration? should we have a rhel registration for the pods? Version-Release number of selected component (if applicable): sh-4.2# rpm -qa |grep cfme rh-ruby23-rubygem-redhat_access_cfme-1.1.0-1.el7cf.noarch cfme-appliance-5.7.0.13-rc3.1.el7cf.x86_64 cfme-5.7.0.13-rc3.1.el7cf.x86_64 cfme-gemset-5.7.0.13-rc3.1.el7cf.x86_64 How reproducible: 100% Steps to Reproduce: 1. deploy a cfme pod 2. run rsh to the pod 3. try to install a basic thing (like git) Actual results: we fail to install because the container is not registered to rhel channel. Expected results: since the cfme pod is running on a platform that has a basic registration to rhel, should we register the pods? or should we create a new registration just for cfme pods? Additional info: [root@dafna-openshift-master01 ~]# oc rsh cloudforms-1-2p0wk sh-4.2# yum install git Loaded plugins: ovl, product-id, search-disabled-repos, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. There are no enabled repos. Run "yum repolist all" to see the repos you have. To enable Red Hat Subscription Management repositories: subscription-manager repos --enable <repo> To enable custom repositories: yum-config-manager --enable <repo>