Created
June 21, 2018 12:56
-
-
Save dib258/172beb5547c69a79974c3340ae6b69db to your computer and use it in GitHub Desktop.
prompt value executing provision-rc1.sh script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@localhost ~]# subscription-manager list | |
+-------------------------------------------+ | |
Installed Product Status | |
+-------------------------------------------+ | |
Product Name: Red Hat Enterprise Linux Server | |
Product ID: 69 | |
Version: 7.5 | |
Arch: x86_64 | |
Status: Subscribed | |
Status Details: | |
Starts: 06/08/2018 | |
Ends: 07/08/2018 | |
[root@localhost ~]# wget https://gist.githubusercontent.com/dib258/32f0f2a8936cc2c47bf3f1f90b1bc872/raw/8360b98416f2464ad481f721fae2b8e688368647/provision-rc1.sh | |
--2018-06-21 12:52:11-- https://gist.githubusercontent.com/dib258/32f0f2a8936cc2c47bf3f1f90b1bc872/raw/8360b98416f2464ad481f721fae2b8e688368647/provision-rc1.sh | |
Resolving gist.githubusercontent.com (gist.githubusercontent.com)... 151.101.16.133 | |
Connecting to gist.githubusercontent.com (gist.githubusercontent.com)|151.101.16.133|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 29478 (29K) [text/plain] | |
Saving to: â?~provision-rc1.shâ?T | |
100%[=====================================================================================================================================================================>] 29,478 --.-K/s in 0.02s | |
2018-06-21 12:52:11 (1.46 MB/s) - â?~provision-rc1.shâ?T saved [29478/29478] | |
[root@localhost ~]# sh provision | |
provision-rc1.sh provision.sh | |
[root@localhost ~]# sh provision-rc1.sh | |
Install Red Hat subscription: rhel-7-server-e4s-optional-rpms [Y/n]? Y | |
Error: 'rhel-7-server-e4s-optional-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to see valid repositories. | |
[root@localhost ~]# subscription-manager refresh | |
1 local certificate has been deleted. | |
All local data refreshed | |
[root@localhost ~]# sh provision-rc1.sh | |
Install Red Hat subscription: rhel-7-server-e4s-optional-rpms [Y/n]? Y | |
Error: 'rhel-7-server-e4s-optional-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to see valid repositories. | |
[root@localhost ~]# subscription-manager repos --list | |
+----------------------------------------------------------+ | |
Available Repositories in /etc/yum.repos.d/redhat.repo | |
+----------------------------------------------------------+ | |
Repo ID: rhel-7-server-satellite-tools-6.2-rpms | |
Repo Name: Red Hat Satellite Tools 6.2 (for RHEL 7 Server) (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-tools/6.2/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-v2vwin-1-debug-rpms | |
Repo Name: Red Hat Virt V2V Tool for RHEL 7 (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/v2vwin/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-insights-3-debug-rpms | |
Repo Name: Red Hat Insights 3 (for RHEL 7 Server) (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/insights/3/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-ansible-2-rpms | |
Repo Name: Red Hat Ansible Engine 2 RPMs for Red Hat Enterprise Linux 7 Server | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/ansible/2/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-11-tools-debug-rpms | |
Repo Name: Red Hat OpenStack Platform 11 Tools for RHEL 7 Server (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/openstack-tools/11/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-rhceph-2-tools-rpms | |
Repo Name: Red Hat Ceph Storage Tools 2 for Red Hat Enterprise Linux 7 Server (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/ceph-tools/2/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-extras-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Extras (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/extras/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-ansible-2-source-rpms | |
Repo Name: Red Hat Ansible Engine 2 Source RPMs for Red Hat Enterprise Linux 7 Server | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/ansible/2/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-rh-common-debug-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - RH Common (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/rh-common/debug | |
Enabled: 0 | |
Repo ID: rhel-atomic-host-beta-debug-rpms | |
Repo Name: Red Hat Enterprise Linux Atomic Host Beta (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/atomic/7/$basearch/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-rhn-tools-beta-rpms | |
Repo Name: RHN Tools for Red Hat Enterprise Linux 7 Server Beta (RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/rhn-tools/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-supplementary-debug-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Supplementary (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/supplementary/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6.1-debug-rpms | |
Repo Name: Red Hat Satellite Tools 6.1 (for RHEL 7 Server) (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-tools/6.1/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-maintenance-6-rpms | |
Repo Name: Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-maintenance/6/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-maintenance-6-debug-rpms | |
Repo Name: Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-maintenance/6/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6-puppet-upgrade-beta-rpms | |
Repo Name: Red Hat Satellite Tools 6 Beta - Puppet Upgrade (for RHEL 7 Server) (RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/sat-tools/6-puppet-upgrade/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-optional-beta-debug-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Optional Beta (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/optional/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-12-tools-rpms | |
Repo Name: Red Hat OpenStack Platform 12 Tools for RHEL 7 Server (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/openstack-tools/12/os | |
Enabled: 0 | |
Repo ID: rh-gluster-3-client-for-rhel-7-server-debug-rpms | |
Repo Name: Red Hat Storage Native Client for RHEL 7 (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/rhs-client/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-optional-fastrack-debug-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Optional Fastrack (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/fastrack/rhel/server/7/$basearch/optional/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6.2-source-rpms | |
Repo Name: Red Hat Satellite Tools 6.2 (for RHEL 7 Server) (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-tools/6.2/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6.3-puppet4-rpms | |
Repo Name: Red Hat Satellite Tools 6.3 - Puppet 4 (for RHEL 7 Server) (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-tools/6.3-puppet4/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-9-tools-rpms | |
Repo Name: Red Hat OpenStack Platform 9 Tools for RHEL 7 Server (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/openstack-tools/9/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-ansible-2.5-rpms | |
Repo Name: Red Hat Ansible Engine 2.5 RPMs for Red Hat Enterprise Linux 7 Server | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/ansible/2.5/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6.2-debug-rpms | |
Repo Name: Red Hat Satellite Tools 6.2 (for RHEL 7 Server) (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-tools/6.2/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-supplementary-beta-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Supplementary Beta (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/supplementary/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-10-tools-debug-rpms | |
Repo Name: Red Hat OpenStack Platform 10 Tools for RHEL 7 Server (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/openstack-tools/10/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-rhceph-1.3-tools-rpms | |
Repo Name: Red Hat Ceph Storage Tools 1.3 for Red Hat Enterprise Linux 7 Server (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/ceph-tools/1.3/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-fastrack-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Fastrack (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/fastrack/rhel/server/7/$basearch/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-9-tools-source-rpms | |
Repo Name: Red Hat OpenStack Platform 9 Tools for RHEL 7 Server (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/openstack-tools/9/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-thirdparty-oracle-java-beta-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Oracle Java Beta (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/oracle-java/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-10-tools-source-rpms | |
Repo Name: Red Hat OpenStack Platform 10 Tools for RHEL 7 Server (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/openstack-tools/10/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-atomic-host-debug-rpms | |
Repo Name: Red Hat Enterprise Linux Atomic Host (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/atomic/7/7Server/$basearch/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-optional-debug-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Optional (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/optional/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-rhceph-1.3-tools-debug-rpms | |
Repo Name: Red Hat Ceph Storage Tools 1.3 for Red Hat Enterprise Linux 7 Server (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/ceph-tools/1.3/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-10-tools-rpms | |
Repo Name: Red Hat OpenStack Platform 10 Tools for RHEL 7 Server (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/openstack-tools/10/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-extras-beta-debug-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Extras Beta (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/extras/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-rhn-tools-rpms | |
Repo Name: RHN Tools for Red Hat Enterprise Linux 7 Server (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/rhn-tools/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-13-tools-rpms | |
Repo Name: Red Hat OpenStack Platform 13 Tools for RHEL 7 Server (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/openstack-tools/13/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-rhceph-1.3-tools-source-rpms | |
Repo Name: Red Hat Ceph Storage Tools 1.3 for Red Hat Enterprise Linux 7 Server (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/ceph-tools/1.3/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-thirdparty-oracle-java-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Oracle Java (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/oracle-java/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-fastrack-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Fastrack (RPMs) | |
Repo URL: https://cdn.redhat.com/content/fastrack/rhel/server/7/$basearch/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-thirdparty-oracle-java-beta-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Oracle Java Beta (RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/oracle-java/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-optional-fastrack-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Optional Fastrack (RPMs) | |
Repo URL: https://cdn.redhat.com/content/fastrack/rhel/server/7/$basearch/optional/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6-puppet-upgrade-beta-source-rpms | |
Repo Name: Red Hat Satellite Tools 6 Beta - Puppet Upgrade (for RHEL 7 Server) (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/sat-tools/6-puppet-upgrade/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-atomic-host-rpms | |
Repo Name: Red Hat Enterprise Linux Atomic Host (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/atomic/7/7Server/$basearch/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-13-tools-source-rpms | |
Repo Name: Red Hat OpenStack Platform 13 Tools for RHEL 7 Server (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/openstack-tools/13/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-rhn-tools-beta-source-rpms | |
Repo Name: RHN Tools for Red Hat Enterprise Linux 7 Server Beta (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/rhn-tools/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-extras-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Extras (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/extras/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-7.0-tools-debug-rpms | |
Repo Name: Red Hat OpenStack Tools 7.0 for Red Hat Enterprise Linux 7 Server (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/openstack-tools/7.0/debug | |
Enabled: 0 | |
Repo ID: rhel-atomic-host-source-rpms | |
Repo Name: Red Hat Enterprise Linux Atomic Host (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/atomic/7/7Server/$basearch/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-ansible-2.5-source-rpms | |
Repo Name: Red Hat Ansible Engine 2.5 Source RPMs for Red Hat Enterprise Linux 7 Server | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/ansible/2.5/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-atomic-host-beta-rpms | |
Repo Name: Red Hat Enterprise Linux Atomic Host Beta (RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/atomic/7/$basearch/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-12-tools-debug-rpms | |
Repo Name: Red Hat OpenStack Platform 12 Tools for RHEL 7 Server (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/openstack-tools/12/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-fastrack-debug-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Fastrack (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/fastrack/rhel/server/7/$basearch/debug | |
Enabled: 0 | |
Repo ID: rhel-atomic-host-beta-source-rpms | |
Repo Name: Red Hat Enterprise Linux Atomic Host Beta (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/atomic/7/$basearch/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-optional-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Optional (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/optional/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-rhn-tools-beta-debug-rpms | |
Repo Name: RHN Tools for Red Hat Enterprise Linux 7 Server Beta (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/rhn-tools/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-insights-3-rpms | |
Repo Name: Red Hat Insights 3 (for RHEL 7 Server) (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/insights/3/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-beta-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server Beta (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-9-tools-debug-rpms | |
Repo Name: Red Hat OpenStack Platform 9 Tools for RHEL 7 Server (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/openstack-tools/9/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-12-tools-source-rpms | |
Repo Name: Red Hat OpenStack Platform 12 Tools for RHEL 7 Server (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/openstack-tools/12/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6-beta-source-rpms | |
Repo Name: Red Hat Satellite Tools 6 Beta (for RHEL 7 Server) (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/sat-tools/6/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-v2vwin-1-rpms | |
Repo Name: Red Hat Virt V2V Tool for RHEL 7 (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/v2vwin/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-extras-beta-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Extras Beta (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/extras/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-11-tools-rpms | |
Repo Name: Red Hat OpenStack Platform 11 Tools for RHEL 7 Server (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/openstack-tools/11/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-rhceph-2-tools-debug-rpms | |
Repo Name: Red Hat Ceph Storage Tools 2 for Red Hat Enterprise Linux 7 Server (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/ceph-tools/2/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-rh-common-beta-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - RH Common Beta (RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/rh-common/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-insights-3-source-rpms | |
Repo Name: Red Hat Insights 3 (for RHEL 7 Server) (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/insights/3/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-extras-debug-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Extras (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/extras/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-debug-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-ansible-2.4-rpms | |
Repo Name: Red Hat Ansible Engine 2.4 RPMs for Red Hat Enterprise Linux 7 Server | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/ansible/2.4/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-rh-common-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - RH Common (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/rh-common/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6-puppet-upgrade-beta-debug-rpms | |
Repo Name: Red Hat Satellite Tools 6 Beta - Puppet Upgrade (for RHEL 7 Server) (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/sat-tools/6-puppet-upgrade/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6.3-rpms | |
Repo Name: Red Hat Satellite Tools 6.3 (for RHEL 7 Server) (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-tools/6.3/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6.1-rpms | |
Repo Name: Red Hat Satellite Tools 6.1 (for RHEL 7 Server) (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-tools/6.1/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6.1-source-rpms | |
Repo Name: Red Hat Satellite Tools 6.1 (for RHEL 7 Server) (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-tools/6.1/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-v2vwin-1-source-rpms | |
Repo Name: Red Hat Virt V2V Tool for RHEL 7 (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/v2vwin/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-rh-common-beta-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - RH Common Beta (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/rh-common/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-thirdparty-oracle-java-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Oracle Java (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/oracle-java/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-maintenance-6-source-rpms | |
Repo Name: Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-maintenance/6/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-supplementary-beta-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Supplementary Beta (RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/supplementary/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-optional-beta-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Optional Beta (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/optional/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-rh-common-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - RH Common (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/rh-common/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-rhceph-2-tools-source-rpms | |
Repo Name: Red Hat Ceph Storage Tools 2 for Red Hat Enterprise Linux 7 Server (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/ceph-tools/2/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-rhn-tools-debug-rpms | |
Repo Name: RHN Tools for Red Hat Enterprise Linux 7 Server (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/rhn-tools/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-ansible-2-debug-rpms | |
Repo Name: Red Hat Ansible Engine 2 Debug RPMs for Red Hat Enterprise Linux 7 Server | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/ansible/2/debug | |
Enabled: 0 | |
Repo ID: rh-gluster-3-client-for-rhel-7-server-rpms | |
Repo Name: Red Hat Storage Native Client for RHEL 7 (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/rhs-client/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/os | |
Enabled: 1 | |
Repo ID: rhel-7-server-rh-common-beta-debug-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - RH Common Beta (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/rh-common/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-supplementary-beta-debug-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Supplementary Beta (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/supplementary/debug | |
Enabled: 0 | |
Repo ID: rh-gluster-3-client-for-rhel-7-server-source-rpms | |
Repo Name: Red Hat Storage Native Client for RHEL 7 (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/rhs-client/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6.3-debug-rpms | |
Repo Name: Red Hat Satellite Tools 6.3 (for RHEL 7 Server) (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-tools/6.3/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-7.0-tools-rpms | |
Repo Name: Red Hat OpenStack Tools 7.0 for Red Hat Enterprise Linux 7 Server (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/openstack-tools/7.0/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6.3-puppet4-debug-rpms | |
Repo Name: Red Hat Satellite Tools 6.3 - Puppet 4 (for RHEL 7 Server) (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-tools/6.3-puppet4/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6.3-source-rpms | |
Repo Name: Red Hat Satellite Tools 6.3 (for RHEL 7 Server) (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-tools/6.3/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-ansible-2.4-source-rpms | |
Repo Name: Red Hat Ansible Engine 2.4 Source RPMs for Red Hat Enterprise Linux 7 Server | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/ansible/2.4/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-8-tools-source-rpms | |
Repo Name: Red Hat OpenStack Platform 8 Tools for RHEL 7 Server (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/openstack-tools/8/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-8-tools-rpms | |
Repo Name: Red Hat OpenStack Platform 8 Tools for RHEL 7 Server (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/openstack-tools/8/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-beta-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server Beta (RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6.3-puppet4-source-rpms | |
Repo Name: Red Hat Satellite Tools 6.3 - Puppet 4 (for RHEL 7 Server) (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/sat-tools/6.3-puppet4/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6-beta-debug-rpms | |
Repo Name: Red Hat Satellite Tools 6 Beta (for RHEL 7 Server) (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/sat-tools/6/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-ansible-2.4-debug-rpms | |
Repo Name: Red Hat Ansible Engine 2.4 Debug RPMs for Red Hat Enterprise Linux 7 Server | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/ansible/2.4/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-8-tools-debug-rpms | |
Repo Name: Red Hat OpenStack Platform 8 Tools for RHEL 7 Server (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/openstack-tools/8/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-13-tools-debug-rpms | |
Repo Name: Red Hat OpenStack Platform 13 Tools for RHEL 7 Server (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/openstack-tools/13/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-extras-beta-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Extras Beta (RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/extras/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-ansible-2.5-debug-rpms | |
Repo Name: Red Hat Ansible Engine 2.5 Debug RPMs for Red Hat Enterprise Linux 7 Server | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/ansible/2.5/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-supplementary-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Supplementary (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/supplementary/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-11-tools-source-rpms | |
Repo Name: Red Hat OpenStack Platform 11 Tools for RHEL 7 Server (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/7Server/$basearch/openstack-tools/11/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-optional-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Optional (RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/optional/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-satellite-tools-6-beta-rpms | |
Repo Name: Red Hat Satellite Tools 6 Beta (for RHEL 7 Server) (RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/sat-tools/6/os | |
Enabled: 0 | |
Repo ID: rhel-7-server-optional-fastrack-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Optional Fastrack (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/fastrack/rhel/server/7/$basearch/optional/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-rhn-tools-source-rpms | |
Repo Name: RHN Tools for Red Hat Enterprise Linux 7 Server (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/rhn-tools/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-supplementary-source-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Supplementary (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/supplementary/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-beta-debug-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server Beta (Debug RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/debug | |
Enabled: 0 | |
Repo ID: rhel-7-server-openstack-7.0-tools-source-rpms | |
Repo Name: Red Hat OpenStack Tools 7.0 for Red Hat Enterprise Linux 7 Server (Source RPMs) | |
Repo URL: https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/openstack-tools/7.0/source/SRPMS | |
Enabled: 0 | |
Repo ID: rhel-7-server-optional-beta-rpms | |
Repo Name: Red Hat Enterprise Linux 7 Server - Optional Beta (RPMs) | |
Repo URL: https://cdn.redhat.com/content/beta/rhel/server/7/$basearch/optional/os | |
Enabled: 0 | |
[root@localhost ~]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment