Bug 1037823 - node-install: should ERROR, not WARN when unable to resolve dependencies
Summary: node-install: should ERROR, not WARN when unable to resolve dependencies
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Installer
Version: Nightly
Hardware: Unspecified
OS: Unspecified
unspecified
medium vote
Target Milestone: Unspecified
Assignee: Ivan Necas
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-03 21:09 UTC by Corey Welton
Modified: 2016-09-26 14:29 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-04 17:33:55 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Corey Welton 2013-12-03 21:09:09 UTC
Description of problem:
In certain (perhaps esoteric) circumstances, node-install will be unable to resolve dependencies for package installs.  In these cases, it is throwing WARN rather than ERROR

Version-Release number of selected component (if applicable):
Satellite-6.0.2-RHEL-6-20131202.0


How reproducible:


Steps to Reproduce:
1.  Assure system has repo pointing to an incorrect RHEL version (or perhaps no RHEL repo at all)  For example, you might have a newly-updated RHEL 6.5 system that is still pointing to a RHEL 6.4 repo.
2.  Attempt to run node install.
3.  View results

Actual results:
buried in the kafo log:

[ WARN 2013-12-03 15:34:48 puppet]  /File[/etc/qpidd.conf]: Dependency Package[policycoreutils-python] has failures: true
[ WARN 2013-12-03 15:34:48 puppet]  /File[/etc/qpidd.conf]: Skipping because of failed dependencies
[ WARN 2013-12-03 15:34:48 puppet]  /Stage[main]/Qpid::Service/Service[qpidd]: Dependency Package[policycoreutils-python] has failures: true
[ WARN 2013-12-03 15:34:48 puppet]  /Stage[main]/Qpid::Service/Service[qpidd]: Skipping because of failed dependencies
[ WARN 2013-12-03 15:34:48 puppet]  /Stage[main]/Pulp::Install/Package[pulp-rpm-plugins]: Dependency Package[policycoreutils-python] has failures: true
[ WARN 2013-12-03 15:34:48 puppet]  /Stage[main]/Pulp::Install/Package[pulp-rpm-plugins]: Skipping because of failed dependencies
[ WARN 2013-12-03 15:34:48 puppet]  /Stage[main]/Pulp::Install/Package[pulp-server]: Dependency Package[policycoreutils-python] has failures: true
[ WARN 2013-12-03 15:34:48 puppet]  /Stage[main]/Pulp::Install/Package[pulp-server]: Skipping because of failed dependencies
[ WARN 2013-12-03 15:34:48 puppet]  /Stage[main]/Pulp::Install/Package[pulp-selinux]: Dependency Package[policycoreutils-python] has failures: true
[ WARN 2013-12-03 15:34:48 puppet]  /Stage[main]/Pulp::Install/Package[pulp-selinux]: Skipping because of failed dependencies


Expected results:
Throw an ERROR, not a WARN.

Additional info:

Comment 2 Dominic Cleal 2013-12-04 08:46:46 UTC
Can you attach the complete log file?


Note You need to log in before you can comment on or make changes to this bug.