Bug 1567828

Summary: RHSSO Dependencies need more repositories to be activated
Product: Red Hat xPaaS Reporter: Juan Manuel Parrilla Madrid <jparrill>
Component: DocumentationAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecified   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1567834 (view as bug list) Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1567834    

Description Juan Manuel Parrilla Madrid 2018-04-16 09:23:19 UTC
Description of problem:
When you follow the guides to install JBoss products and RHSSO, here https://access.redhat.com/documentation/en-us/red_hat_single_sign-on/7.1/html/server_installation_and_configuration_guide/installation#system_requirements it explains that you need to activate "jb-eap-7.1-for-rhel-7-server-rpms" repository, but this gives you an error when you try to execute the group install command.

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


How reproducible:
100%

Steps to Reproduce:
1. RHEL7 fresh installed
2. Subscribe node
3. Disable all repositories
4. subscription-manager repos --enable=jb-eap-7.1-for-rhel-7-server-rpms
5. yum groupinstall rh-sso7

Actual results:

--> Resolución de dependencias finalizada
Error: Paquete: eap7-runtime-1-10.ep7.el7.x86_64 (jb-eap-7.1-for-rhel-7-server-rpms)
           Necesita: scl-utils
Error: Paquete: eap7-artemis-native-wildfly-1.5.0-5.redhat_1.ep7.el7.x86_64 (jb-eap-7.1-for-rhel-7-server-rpms)
           Necesita: libaio
Error: Paquete: eap7-wildfly-7.1.1-4.GA_redhat_2.1.ep7.el7.noarch (jb-eap-7.1-for-rhel-7-server-rpms)
           Necesita: java >= 1:1.8
**********************************************************************
yum can be configured to try to resolve such errors by temporarily enabling
disabled repos and searching for missing dependencies.
To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf
**********************************************************************

Error: Paquete: eap7-runtime-1-10.ep7.el7.x86_64 (jb-eap-7.1-for-rhel-7-server-rpms)
           Necesita: scl-utils
Error: Paquete: eap7-artemis-native-wildfly-1.5.0-5.redhat_1.ep7.el7.x86_64 (jb-eap-7.1-for-rhel-7-server-rpms)
           Necesita: libaio
Error: Paquete: eap7-wildfly-7.1.1-4.GA_redhat_2.1.ep7.el7.noarch (jb-eap-7.1-for-rhel-7-server-rpms)
           Necesita: java >= 1:1.8
 Podría intentar utilizar el comando --skip-broken para sortear el problema
Podría intentar ejecutar: rpm- Va --nofiles --nodigest


Expected results:
Installed correct version of RHSSO dependencies

Additional info:

Comment 1 Juan Manuel Parrilla Madrid 2018-04-16 09:25:49 UTC
Misspelled Step 5, sorry
 
Steps to Reproduce:
1. RHEL7 fresh installed
2. Subscribe node
3. Disable all repositories
4. subscription-manager repos --enable=jb-eap-7.1-for-rhel-7-server-rpms
5. yum groupinstall "JBoss EAP 7"