Project

General

Profile

Actions

Bug #15147

closed

Installer failed

Added by Suresh Thirugnanasambandan almost 8 years ago. Updated almost 8 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Created from https://bugzilla.redhat.com/show_bug.cgi?id=1334939

Description of problem:
Upstream intsaller failed

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

How reproducible:
Always

Steps to Reproduce:
1. https://github.com/SatelliteQE/automation-tools/blob/master/automation_tools/__init__.py#L917

if github code changes, search for the function named 'upstream_install'

Actual results:
Installation failed

Expected results:
Intsallation passed

Additional info:


Related issues 1 (0 open1 closed)

Is duplicate of Packaging - Bug #15008: foreman-installer fails on RHEL7 because of SCLo repositoryClosedDominic Cleal05/11/2016Actions
Actions #1

Updated by Suresh Thirugnanasambandan almost 8 years ago

Running shell command: yum -y localinstall https://fedorapeople.org/groups/katello/releases/yum/nightly/katello/el7/x86_64/katello-repos-latest.rpm

================================================================================
Package Arch Version Repository Size ================================================================================
Installing:
katello-repos noarch 3.1.0-2.nightly.el7 /katello-repos-latest 3.1 k
Installing for dependencies:
yum-plugin-priorities
noarch 1.1.31-34.el7 rhel-7-server-optional-rpms 25 k

Transaction Summary ================================================================================
Install 1 Package (+1 Dependent package)

Total size: 28 k
Total download size: 25 k
Installed size: 32 k

Installed:
katello-repos.noarch 0:3.1.0-2.nightly.el7

Dependency Installed:
yum-plugin-priorities.noarch 0:1.1.31-34.el7

Running shell command: yum -y install foreman-release-scl

================================================================================
Package Arch Version Repository Size ================================================================================
Installing:
foreman-release-scl noarch 3-1.el7 foreman 2.2 k
Installing for dependencies:
centos-release-scl noarch 2-1.el7.centos foreman 12 k
centos-release-scl-rh noarch 2-1.el7.centos foreman 12 k

Transaction Summary ================================================================================
Install 1 Package (+2 Dependent packages)

Total download size: 26 k
Installed size: 39 k

Installed:
foreman-release-scl.noarch 0:3-1.el7

Dependency Installed:
centos-release-scl.noarch 0:2-1.el7.centos
centos-release-scl-rh.noarch 0:2-1.el7.centos

Running shell command: command -v gem >/dev/null 2>&1

Running shell command: gem list | grep puppet > /dev/null

Running shell command: yum -y update puppet
http://mirror.centos.org/centos/7Server/sclo/x86_64/rh/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.

One of the configured repositories failed (CentOS-7Server - SCLo rh),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Disable the repository, so yum won't use it by default. Yum will then
just ignore the repository until you permanently enable it again or use
--enablerepo for temporary usage:
yum-config-manager --disable centos-sclo-rh
4. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=centos-sclo-rh.skip_if_unavailable=true

failure: repodata/repomd.xml from centos-sclo-rh: [Errno 256] No more mirrors to try.
http://mirror.centos.org/centos/7Server/sclo/x86_64/rh/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

Running shell command: yum -y update
http://mirror.centos.org/centos/7Server/sclo/x86_64/rh/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.

One of the configured repositories failed (CentOS-7Server - SCLo rh),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Disable the repository, so yum won't use it by default. Yum will then
just ignore the repository until you permanently enable it again or use
--enablerepo for temporary usage:
yum-config-manager --disable centos-sclo-rh
4. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=centos-sclo-rh.skip_if_unavailable=true

failure: repodata/repomd.xml from centos-sclo-rh: [Errno 256] No more mirrors to try.
http://mirror.centos.org/centos/7Server/sclo/x86_64/rh/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

Running shell command: yum -y install katello
http://mirror.centos.org/centos/7Server/sclo/x86_64/rh/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.

One of the configured repositories failed (CentOS-7Server - SCLo rh),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Disable the repository, so yum won't use it by default. Yum will then
just ignore the repository until you permanently enable it again or use
--enablerepo for temporary usage:
yum-config-manager --disable centos-sclo-rh
4. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=centos-sclo-rh.skip_if_unavailable=true

failure: repodata/repomd.xml from centos-sclo-rh: [Errno 256] No more mirrors to try.
http://mirror.centos.org/centos/7Server/sclo/x86_64/rh/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
WARNING: Skipping installer command: foreman-installer --scenario katello
[10.8.29.163] out:

Actions #2

Updated by Bryan Kearney almost 8 years ago

  • Bugzilla link set to 1334939
Actions #3

Updated by Dominic Cleal almost 8 years ago

  • Is duplicate of Bug #15008: foreman-installer fails on RHEL7 because of SCLo repository added
Actions #4

Updated by Dominic Cleal almost 8 years ago

  • Status changed from New to Duplicate
Actions

Also available in: Atom PDF