New to Katello and having problems installing it

I created a new VM in order to install Katello. The server name is
nw-katello-201 running RHEL6 64-bit. Following the instructions on your
web site, when I try to install katello-forman-all I get the following
error messages:

[root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can
use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml:
[Errno 12] Timeout on
https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml:
(28, 'connect() timed out!')
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository:
katello. Please verify its path and try again

Here is the content of the repo files:

[root@nw-katello-201 yum.repos.d]# ls
epel.repo katello-candlepin.repo katello-pulp.repo
pcln-rhel6.repo
epel-testing.repo katello-foreman.repo katello.repo
rhel-source.repo
[root@nw-katello-201 yum.repos.d]# cat katello.repo

Place this file in your /etc/yum.repos.d/ directory

[katello]
name=Katello Stable
#baseurl=http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/
baseurl=https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/
gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg
enabled=1
gpgcheck=1

[katello-source]
name=Katello Stable Source
baseurl=http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/
gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg
enabled=0
gpgcheck=1

[root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo

Place this file in your /etc/yum.repos.d/ directory

Foreman RPMs as supported by Katello - This is a coordinated

copy of Foreman's packages in order to ensure compatibility

[katello-foreman]
name=Foreman Community Releases
#baseurl=http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/
baseurl=https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/
gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg
enabled=1
gpgcheck=1

[katello-foreman-source]
name=Katello Foreman source
baseurl=http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/
gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg
enabled=0
gpgcheck=1

What am I doing wrong?

Thank you.

Marc Szabo

Hi Marc,

your Repo is going to 1.4, but you should use 2.0 for the Release Candidate!

As mentioned on katello.org:
Installation may be done manually or via our recommended approach of using
katello-deploy.

Katello-deploy:
ssh to target machine as root
yum install -y git ruby
git clone https://github.com/Katello/katello-deploy.git
cd katello-deploy
For a release version in production:
./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0
For nightly production:
./setup.rb [rhel6|centos6|centos7|rhel7]
For development:
./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7]

Manual:
yum -y localinstall
http://fedorapeople.org/groups/katello/releases/yum/<INSTALL
>/katello/RHEL/<OS_VERSION>Server/x86_64/katello-repos-latest.rpm
yum -y localinstall http://yum.theforeman.org/<INSTALL
>/el<OS_VERSION>/x86_64/foreman-release.rpm
yum -y localinstall
http://mirror.pnl.gov/epel/<OS_VERSION>/x86_64/epel-release-6-8.noarch.rpm
yum -y localinstall
http://yum.puppetlabs.com/puppetlabs-release-el-<OS_VERSION>.noarch.rpm
Install Dependendecies for RHEL or CENTOS
yum -y install katello
katello-installer <options>

best regards,
Christian

··· Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb marc....@priceline.com: > > I created a new VM in order to install Katello. The server name is > nw-katello-201 running RHEL6 64-bit. Following the instructions on your > web site, when I try to install katello-forman-all I get the following > error messages: > > [root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all > Loaded plugins: product-id, rhnplugin, security, subscription-manager > This system is not registered to Red Hat Subscription Management. You can > use subscription-manager to register. > This system is receiving updates from RHN Classic or RHN Satellite. > > https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: > [Errno 12] Timeout on > https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: > (28, 'connect() timed out!') > Trying other mirror. > Error: Cannot retrieve repository metadata (repomd.xml) for repository: > katello. Please verify its path and try again > > Here is the content of the repo files: > > [root@nw-katello-201 yum.repos.d]# ls > epel.repo katello-candlepin.repo katello-pulp.repo > pcln-rhel6.repo > epel-testing.repo katello-foreman.repo katello.repo > rhel-source.repo > [root@nw-katello-201 yum.repos.d]# cat katello.repo > # Place this file in your /etc/yum.repos.d/ directory > > [katello] > name=Katello Stable > #baseurl= > http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ > baseurl= > https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ > gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > enabled=1 > gpgcheck=1 > > [katello-source] > name=Katello Stable Source > baseurl= > http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ > gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > enabled=0 > gpgcheck=1 > > > [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo > # Place this file in your /etc/yum.repos.d/ directory > > # Foreman RPMs as supported by Katello - This is a coordinated > # copy of Foreman's packages in order to ensure compatibility > [katello-foreman] > name=Foreman Community Releases > #baseurl= > http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ > baseurl= > https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ > gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > enabled=1 > gpgcheck=1 > > [katello-foreman-source] > name=Katello Foreman source > baseurl= > http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ > gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > enabled=0 > gpgcheck=1 > > > What am I doing wrong? > > Thank you. > > Marc Szabo >

Hi Christian,

Thank you for your reply… I've figured out that it was a proxy issue and
I was able to install Katello…

Unfortunately, I've already installed v1.4. How can I "upgrade" to v2.0?

When I try to update the repos, there doesn't seem to be a repo for the
katello-forman, and then I get errror messages when I try to to an yum
update command as follows:

–> Finished Dependency Resolution
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: foreman-gce
Error: Package: katello-installer-2.0.0-1.el6.noarch (katello)
Requires: foreman-selinux
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: foreman-libvirt
Error: Package: ruby193-rubygem-katello-2.0.0-3.el6.noarch (katello)
Requires: foreman >= 1.6.0
Installed: foreman-1.3.0-1.el6.noarch (@katello-foreman)
foreman = 1.3.0-1.el6
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: rubygem-hammer_cli_foreman
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: foreman-ovirt
Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch (katello)
Requires: rubygem(hammer_cli_foreman)
Error: Package: katello-installer-2.0.0-1.el6.noarch (katello)
Requires: rubygem-apipie-bindings >= 0.0.6
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: foreman-vmware
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: ruby193-rubygem-foreman_hooks
Error: Package: ruby193-rubygem-katello-2.0.0-3.el6.noarch (katello)
Requires: ruby193-rubygem-apipie-rails >= 0.1.1
Installed: ruby193-rubygem-apipie-rails-0.0.23-1.el6.noarch
(@katello)
ruby193-rubygem-apipie-rails = 0.0.23-1.el6
Available: ruby193-rubygem-apipie-rails-0.0.21-2.el6.noarch
(katello)
ruby193-rubygem-apipie-rails = 0.0.21-2.el6
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: ruby193-rubygem-foreman_discovery
Error: Package: ruby193-rubygem-foreman-tasks-0.6.10-1.el6.noarch (katello)
Requires: ruby193-rubygem(sequel)
Error: Package: katello-glue-pulp-1.4.15-1.el6.noarch (@katello)
Requires: pulp-katello-plugins
Removing: pulp-katello-plugins-0.2-1.el6.noarch (@katello)
pulp-katello-plugins = 0.2-1.el6
Obsoleted By: pulp-katello-0.3-3.el6.noarch (katello)
Not found
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: ruby193-rubygem-foreman_bootdisk
Error: Package:
rubygem-hammer_cli_foreman_tasks-0.0.3-2.201409091410gitc96619d.git.0.37f3704.el6.noarch
(katello)
Requires: rubygem(hammer_cli_foreman) >= 0.1.1
Error: Package: ruby193-rubygem-foreman-tasks-0.6.10-1.el6.noarch (katello)
Requires: ruby193-rubygem(sinatra)
Error: Package: rubygem-hammer_cli_katello-0.0.6-1.el6.noarch (katello)
Requires: rubygem(hammer_cli) >= 0.1.1
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: rubygem-hammer_cli
Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch (katello)
Requires: rubygem(hammer_cli)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

I know the problem is with the katello-foreman.repo file, what should it be?

Thanks again.

Marc.

··· On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com wrote: > > Hi Marc, > > your Repo is going to 1.4, but you should use 2.0 for the Release > Candidate! > > As mentioned on katello.org: > Installation may be done manually or via our recommended approach of using > katello-deploy. > > *Katello-deploy:* > ssh to target machine as root > yum install -y git ruby > git clone https://github.com/Katello/katello-deploy.git > cd katello-deploy > *For a release version in production:* > ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 > *For nightly production:* > ./setup.rb [rhel6|centos6|centos7|rhel7] > *For development:* > ./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7] > > *Manual:* > yum -y localinstall http://fedorapeople.org/groups/katello/releases/yum/ >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm > yum -y localinstall http://yum.theforeman.org/ >/el/x86_64/foreman-release.rpm > yum -y localinstall http://mirror.pnl.gov/epel/ > /x86_64/epel-release-6-8.noarch.rpm > yum -y localinstall http://yum.puppetlabs.com/puppetlabs-release-el- > .noarch.rpm > Install Dependendecies for RHEL or CENTOS > yum -y install katello > katello-installer > > best regards, > Christian > > Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb > marc....@priceline.com: >> >> I created a new VM in order to install Katello. The server name is >> nw-katello-201 running RHEL6 64-bit. Following the instructions on your >> web site, when I try to install katello-forman-all I get the following >> error messages: >> >> [root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all >> Loaded plugins: product-id, rhnplugin, security, subscription-manager >> This system is not registered to Red Hat Subscription Management. You can >> use subscription-manager to register. >> This system is receiving updates from RHN Classic or RHN Satellite. >> >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >> [Errno 12] Timeout on >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >> (28, 'connect() timed out!') >> Trying other mirror. >> Error: Cannot retrieve repository metadata (repomd.xml) for repository: >> katello. Please verify its path and try again >> >> Here is the content of the repo files: >> >> [root@nw-katello-201 yum.repos.d]# ls >> epel.repo katello-candlepin.repo katello-pulp.repo >> pcln-rhel6.repo >> epel-testing.repo katello-foreman.repo katello.repo >> rhel-source.repo >> [root@nw-katello-201 yum.repos.d]# cat katello.repo >> # Place this file in your /etc/yum.repos.d/ directory >> >> [katello] >> name=Katello Stable >> #baseurl= >> http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ >> baseurl= >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=1 >> gpgcheck=1 >> >> [katello-source] >> name=Katello Stable Source >> baseurl= >> http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=0 >> gpgcheck=1 >> >> >> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo >> # Place this file in your /etc/yum.repos.d/ directory >> >> # Foreman RPMs as supported by Katello - This is a coordinated >> # copy of Foreman's packages in order to ensure compatibility >> [katello-foreman] >> name=Foreman Community Releases >> #baseurl= >> http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ >> baseurl= >> https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=1 >> gpgcheck=1 >> >> [katello-foreman-source] >> name=Katello Foreman source >> baseurl= >> http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=0 >> gpgcheck=1 >> >> >> What am I doing wrong? >> >> Thank you. >> >> Marc Szabo >> >

Hi Christian,

Thanks for the help… I'll give your instructions a try and let you know
how I make out.

Marc.

··· On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com wrote: > > Hi Marc, > > your Repo is going to 1.4, but you should use 2.0 for the Release > Candidate! > > As mentioned on katello.org: > Installation may be done manually or via our recommended approach of using > katello-deploy. > > *Katello-deploy:* > ssh to target machine as root > yum install -y git ruby > git clone https://github.com/Katello/katello-deploy.git > cd katello-deploy > *For a release version in production:* > ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 > *For nightly production:* > ./setup.rb [rhel6|centos6|centos7|rhel7] > *For development:* > ./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7] > > *Manual:* > yum -y localinstall http://fedorapeople.org/groups/katello/releases/yum/ >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm > yum -y localinstall http://yum.theforeman.org/ >/el/x86_64/foreman-release.rpm > yum -y localinstall http://mirror.pnl.gov/epel/ > /x86_64/epel-release-6-8.noarch.rpm > yum -y localinstall http://yum.puppetlabs.com/puppetlabs-release-el- > .noarch.rpm > Install Dependendecies for RHEL or CENTOS > yum -y install katello > katello-installer > > best regards, > Christian > > Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb > marc....@priceline.com: >> >> I created a new VM in order to install Katello. The server name is >> nw-katello-201 running RHEL6 64-bit. Following the instructions on your >> web site, when I try to install katello-forman-all I get the following >> error messages: >> >> [root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all >> Loaded plugins: product-id, rhnplugin, security, subscription-manager >> This system is not registered to Red Hat Subscription Management. You can >> use subscription-manager to register. >> This system is receiving updates from RHN Classic or RHN Satellite. >> >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >> [Errno 12] Timeout on >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >> (28, 'connect() timed out!') >> Trying other mirror. >> Error: Cannot retrieve repository metadata (repomd.xml) for repository: >> katello. Please verify its path and try again >> >> Here is the content of the repo files: >> >> [root@nw-katello-201 yum.repos.d]# ls >> epel.repo katello-candlepin.repo katello-pulp.repo >> pcln-rhel6.repo >> epel-testing.repo katello-foreman.repo katello.repo >> rhel-source.repo >> [root@nw-katello-201 yum.repos.d]# cat katello.repo >> # Place this file in your /etc/yum.repos.d/ directory >> >> [katello] >> name=Katello Stable >> #baseurl= >> http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ >> baseurl= >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=1 >> gpgcheck=1 >> >> [katello-source] >> name=Katello Stable Source >> baseurl= >> http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=0 >> gpgcheck=1 >> >> >> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo >> # Place this file in your /etc/yum.repos.d/ directory >> >> # Foreman RPMs as supported by Katello - This is a coordinated >> # copy of Foreman's packages in order to ensure compatibility >> [katello-foreman] >> name=Foreman Community Releases >> #baseurl= >> http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ >> baseurl= >> https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=1 >> gpgcheck=1 >> >> [katello-foreman-source] >> name=Katello Foreman source >> baseurl= >> http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=0 >> gpgcheck=1 >> >> >> What am I doing wrong? >> >> Thank you. >> >> Marc Szabo >> >

Christian,

Attempting your recommended approach (katello-deploy),

I successfully execute the first couple commands you have listed, but then
I run into the following problem:

[root@nw-katello-201 ~]# git clone
https://github.com/Katello/katello-deploy.git
Initialized empty Git repository in /root/katello-deploy/.git/

error: Failed connect to github.com:443; Operation now in progress while
accessing https://github.com/Katello/katello-deploy.git/info/refs

fatal: HTTP request failed
[root@nw-katello-201 ~]#

As I mentioned in a previous post, I needed to go through a proxy to
install the 1.4 version of katello via the repos.

This was the entry I needed to add in each of the repos:
proxy=http://nw-iwsva.corp.pcln.com:8080

Do I need to add this line, or similar, for the "git clone" command that is
now failing? Where?

Thanks again.

Marc.

··· On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com wrote: > > Hi Marc, > > your Repo is going to 1.4, but you should use 2.0 for the Release > Candidate! > > As mentioned on katello.org: > Installation may be done manually or via our recommended approach of using > katello-deploy. > > *Katello-deploy:* > ssh to target machine as root > yum install -y git ruby > git clone https://github.com/Katello/katello-deploy.git > cd katello-deploy > *For a release version in production:* > ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 > *For nightly production:* > ./setup.rb [rhel6|centos6|centos7|rhel7] > *For development:* > ./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7] > > *Manual:* > yum -y localinstall http://fedorapeople.org/groups/katello/releases/yum/ >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm > yum -y localinstall http://yum.theforeman.org/ >/el/x86_64/foreman-release.rpm > yum -y localinstall http://mirror.pnl.gov/epel/ > /x86_64/epel-release-6-8.noarch.rpm > yum -y localinstall http://yum.puppetlabs.com/puppetlabs-release-el- > .noarch.rpm > Install Dependendecies for RHEL or CENTOS > yum -y install katello > katello-installer > > best regards, > Christian > > Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb > marc....@priceline.com: >> >> I created a new VM in order to install Katello. The server name is >> nw-katello-201 running RHEL6 64-bit. Following the instructions on your >> web site, when I try to install katello-forman-all I get the following >> error messages: >> >> [root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all >> Loaded plugins: product-id, rhnplugin, security, subscription-manager >> This system is not registered to Red Hat Subscription Management. You can >> use subscription-manager to register. >> This system is receiving updates from RHN Classic or RHN Satellite. >> >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >> [Errno 12] Timeout on >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >> (28, 'connect() timed out!') >> Trying other mirror. >> Error: Cannot retrieve repository metadata (repomd.xml) for repository: >> katello. Please verify its path and try again >> >> Here is the content of the repo files: >> >> [root@nw-katello-201 yum.repos.d]# ls >> epel.repo katello-candlepin.repo katello-pulp.repo >> pcln-rhel6.repo >> epel-testing.repo katello-foreman.repo katello.repo >> rhel-source.repo >> [root@nw-katello-201 yum.repos.d]# cat katello.repo >> # Place this file in your /etc/yum.repos.d/ directory >> >> [katello] >> name=Katello Stable >> #baseurl= >> http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ >> baseurl= >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=1 >> gpgcheck=1 >> >> [katello-source] >> name=Katello Stable Source >> baseurl= >> http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=0 >> gpgcheck=1 >> >> >> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo >> # Place this file in your /etc/yum.repos.d/ directory >> >> # Foreman RPMs as supported by Katello - This is a coordinated >> # copy of Foreman's packages in order to ensure compatibility >> [katello-foreman] >> name=Foreman Community Releases >> #baseurl= >> http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ >> baseurl= >> https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=1 >> gpgcheck=1 >> >> [katello-foreman-source] >> name=Katello Foreman source >> baseurl= >> http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=0 >> gpgcheck=1 >> >> >> What am I doing wrong? >> >> Thank you. >> >> Marc Szabo >> >

Christian,

I'm attempting to install Katello using the Manual method you provided.
I've rebuilt the VM (rhel6 64-bit) and I installed all of the repos from
those instructions. Now when I attempt to install the dependencies using
the command: yum -y install katello

The system processes all of the dependencies properly, however at the end
of that process, I get a whole bunch of Error messages (just a few provided
below):

–> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for package:
ruby193-rubygem-rbvmomi-1.6.0-2.el6.noarch
–> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for package:
ruby193-rubygem-anemone-0.7.2-10.el6.noarch
–> Finished Dependency Resolution
Error: Package: rubygem-netrc-0.7.7-5.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-table_print-1.5.1-2.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: ruby193-rubygem-google-api-client-0.6.4-1.el6.noarch
(foreman)
Requires: /opt/rh/ruby193/root/usr/bin/ruby
Error: Package: ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch
(foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-faraday-0.8.8-1.el6.noarch (foreman)

I've added the proxy line within each of the repos provided as follows:
proxy=http://nw-iwsva.corp.pcln.com:8080

What else am I missing?

Thank you.

Marc.

··· On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com wrote: > > Hi Marc, > > your Repo is going to 1.4, but you should use 2.0 for the Release > Candidate! > > As mentioned on katello.org: > Installation may be done manually or via our recommended approach of using > katello-deploy. > > *Katello-deploy:* > ssh to target machine as root > yum install -y git ruby > git clone https://github.com/Katello/katello-deploy.git > cd katello-deploy > *For a release version in production:* > ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 > *For nightly production:* > ./setup.rb [rhel6|centos6|centos7|rhel7] > *For development:* > ./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7] > > *Manual:* > yum -y localinstall http://fedorapeople.org/groups/katello/releases/yum/ >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm > yum -y localinstall http://yum.theforeman.org/ >/el/x86_64/foreman-release.rpm > yum -y localinstall http://mirror.pnl.gov/epel/ > /x86_64/epel-release-6-8.noarch.rpm > yum -y localinstall http://yum.puppetlabs.com/puppetlabs-release-el- > .noarch.rpm > Install Dependendecies for RHEL or CENTOS > yum -y install katello > katello-installer > > best regards, > Christian > > Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb > marc....@priceline.com: >> >> I created a new VM in order to install Katello. The server name is >> nw-katello-201 running RHEL6 64-bit. Following the instructions on your >> web site, when I try to install katello-forman-all I get the following >> error messages: >> >> [root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all >> Loaded plugins: product-id, rhnplugin, security, subscription-manager >> This system is not registered to Red Hat Subscription Management. You can >> use subscription-manager to register. >> This system is receiving updates from RHN Classic or RHN Satellite. >> >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >> [Errno 12] Timeout on >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >> (28, 'connect() timed out!') >> Trying other mirror. >> Error: Cannot retrieve repository metadata (repomd.xml) for repository: >> katello. Please verify its path and try again >> >> Here is the content of the repo files: >> >> [root@nw-katello-201 yum.repos.d]# ls >> epel.repo katello-candlepin.repo katello-pulp.repo >> pcln-rhel6.repo >> epel-testing.repo katello-foreman.repo katello.repo >> rhel-source.repo >> [root@nw-katello-201 yum.repos.d]# cat katello.repo >> # Place this file in your /etc/yum.repos.d/ directory >> >> [katello] >> name=Katello Stable >> #baseurl= >> http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ >> baseurl= >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=1 >> gpgcheck=1 >> >> [katello-source] >> name=Katello Stable Source >> baseurl= >> http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=0 >> gpgcheck=1 >> >> >> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo >> # Place this file in your /etc/yum.repos.d/ directory >> >> # Foreman RPMs as supported by Katello - This is a coordinated >> # copy of Foreman's packages in order to ensure compatibility >> [katello-foreman] >> name=Foreman Community Releases >> #baseurl= >> http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ >> baseurl= >> https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=1 >> gpgcheck=1 >> >> [katello-foreman-source] >> name=Katello Foreman source >> baseurl= >> http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ >> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> enabled=0 >> gpgcheck=1 >> >> >> What am I doing wrong? >> >> Thank you. >> >> Marc Szabo >> >

Hi Marc,

Due to the evolution of Katello as a standalone application into a plugin
to The Foreman, an upgrade is not feasible. We regret that instead of an
upgrade you will need to transition to a new server…(look at
http://www.katello.org/docs/installation/2.0-transition.html)

··· Am Montag, 22. September 2014 21:27:56 UTC+2 schrieb marc....@priceline.com: > > Hi Christian, > > Thank you for your reply... I've figured out that it was a proxy issue and > I was able to install Katello.... > > Unfortunately, I've already installed v1.4. How can I "upgrade" to v2.0? > > When I try to update the repos, there doesn't seem to be a repo for the > katello-forman, and then I get errror messages when I try to to an yum > update command as follows: > > > --> Finished Dependency Resolution > Error: Package: katello-2.0.0-0.el6.noarch (katello) > Requires: foreman-gce > Error: Package: katello-installer-2.0.0-1.el6.noarch (katello) > Requires: foreman-selinux > Error: Package: katello-2.0.0-0.el6.noarch (katello) > Requires: foreman-libvirt > Error: Package: ruby193-rubygem-katello-2.0.0-3.el6.noarch (katello) > Requires: foreman >= 1.6.0 > Installed: foreman-1.3.0-1.el6.noarch (@katello-foreman) > foreman = 1.3.0-1.el6 > Error: Package: katello-2.0.0-0.el6.noarch (katello) > Requires: rubygem-hammer_cli_foreman > Error: Package: katello-2.0.0-0.el6.noarch (katello) > Requires: foreman-ovirt > Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch (katello) > Requires: rubygem(hammer_cli_foreman) > Error: Package: katello-installer-2.0.0-1.el6.noarch (katello) > Requires: rubygem-apipie-bindings >= 0.0.6 > Error: Package: katello-2.0.0-0.el6.noarch (katello) > Requires: foreman-vmware > Error: Package: katello-2.0.0-0.el6.noarch (katello) > Requires: ruby193-rubygem-foreman_hooks > Error: Package: ruby193-rubygem-katello-2.0.0-3.el6.noarch (katello) > Requires: ruby193-rubygem-apipie-rails >= 0.1.1 > Installed: ruby193-rubygem-apipie-rails-0.0.23-1.el6.noarch > (@katello) > ruby193-rubygem-apipie-rails = 0.0.23-1.el6 > Available: ruby193-rubygem-apipie-rails-0.0.21-2.el6.noarch > (katello) > ruby193-rubygem-apipie-rails = 0.0.21-2.el6 > Error: Package: katello-2.0.0-0.el6.noarch (katello) > Requires: ruby193-rubygem-foreman_discovery > Error: Package: ruby193-rubygem-foreman-tasks-0.6.10-1.el6.noarch (katello) > Requires: ruby193-rubygem(sequel) > Error: Package: katello-glue-pulp-1.4.15-1.el6.noarch (@katello) > Requires: pulp-katello-plugins > Removing: pulp-katello-plugins-0.2-1.el6.noarch (@katello) > pulp-katello-plugins = 0.2-1.el6 > Obsoleted By: pulp-katello-0.3-3.el6.noarch (katello) > Not found > Error: Package: katello-2.0.0-0.el6.noarch (katello) > Requires: ruby193-rubygem-foreman_bootdisk > Error: Package: > rubygem-hammer_cli_foreman_tasks-0.0.3-2.201409091410gitc96619d.git.0.37f3704.el6.noarch > (katello) > Requires: rubygem(hammer_cli_foreman) >= 0.1.1 > Error: Package: ruby193-rubygem-foreman-tasks-0.6.10-1.el6.noarch (katello) > Requires: ruby193-rubygem(sinatra) > Error: Package: rubygem-hammer_cli_katello-0.0.6-1.el6.noarch (katello) > Requires: rubygem(hammer_cli) >= 0.1.1 > Error: Package: katello-2.0.0-0.el6.noarch (katello) > Requires: rubygem-hammer_cli > Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch (katello) > Requires: rubygem(hammer_cli) > You could try using --skip-broken to work around the problem > You could try running: rpm -Va --nofiles --nodigest > > > I know the problem is with the katello-foreman.repo file, what should it > be? > > Thanks again. > > Marc. > > > > > On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com wrote: >> >> Hi Marc, >> >> your Repo is going to 1.4, but you should use 2.0 for the Release >> Candidate! >> >> As mentioned on katello.org: >> Installation may be done manually or via our recommended approach of >> using katello-deploy. >> >> *Katello-deploy:* >> ssh to target machine as root >> yum install -y git ruby >> git clone https://github.com/Katello/katello-deploy.git >> cd katello-deploy >> *For a release version in production:* >> ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 >> *For nightly production:* >> ./setup.rb [rhel6|centos6|centos7|rhel7] >> *For development:* >> ./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7] >> >> *Manual:* >> yum -y localinstall http://fedorapeople.org/groups/katello/releases/yum/> >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm >> yum -y localinstall http://yum.theforeman.org/> >/el/x86_64/foreman-release.rpm >> yum -y localinstall http://mirror.pnl.gov/epel/ >> /x86_64/epel-release-6-8.noarch.rpm >> yum -y localinstall http://yum.puppetlabs.com/puppetlabs-release-el- >> .noarch.rpm >> Install Dependendecies for RHEL or CENTOS >> yum -y install katello >> katello-installer >> >> best regards, >> Christian >> >> Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb >> marc....@priceline.com: >>> >>> I created a new VM in order to install Katello. The server name is >>> nw-katello-201 running RHEL6 64-bit. Following the instructions on your >>> web site, when I try to install katello-forman-all I get the following >>> error messages: >>> >>> [root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all >>> Loaded plugins: product-id, rhnplugin, security, subscription-manager >>> This system is not registered to Red Hat Subscription Management. You >>> can use subscription-manager to register. >>> This system is receiving updates from RHN Classic or RHN Satellite. >>> >>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >>> [Errno 12] Timeout on >>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >>> (28, 'connect() timed out!') >>> Trying other mirror. >>> Error: Cannot retrieve repository metadata (repomd.xml) for repository: >>> katello. Please verify its path and try again >>> >>> Here is the content of the repo files: >>> >>> [root@nw-katello-201 yum.repos.d]# ls >>> epel.repo katello-candlepin.repo katello-pulp.repo >>> pcln-rhel6.repo >>> epel-testing.repo katello-foreman.repo katello.repo >>> rhel-source.repo >>> [root@nw-katello-201 yum.repos.d]# cat katello.repo >>> # Place this file in your /etc/yum.repos.d/ directory >>> >>> [katello] >>> name=Katello Stable >>> #baseurl= >>> http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ >>> baseurl= >>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> enabled=1 >>> gpgcheck=1 >>> >>> [katello-source] >>> name=Katello Stable Source >>> baseurl= >>> http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> enabled=0 >>> gpgcheck=1 >>> >>> >>> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo >>> # Place this file in your /etc/yum.repos.d/ directory >>> >>> # Foreman RPMs as supported by Katello - This is a coordinated >>> # copy of Foreman's packages in order to ensure compatibility >>> [katello-foreman] >>> name=Foreman Community Releases >>> #baseurl= >>> http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ >>> baseurl= >>> https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> enabled=1 >>> gpgcheck=1 >>> >>> [katello-foreman-source] >>> name=Katello Foreman source >>> baseurl= >>> http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> enabled=0 >>> gpgcheck=1 >>> >>> >>> What am I doing wrong? >>> >>> Thank you. >>> >>> Marc Szabo >>> >>

Marc,

The output looks like the SCL repositories are not setup or are not
being recognized. Can you double check that you have those setup?

Eric

··· On Tue, Sep 23, 2014 at 10:49 AM, wrote: > Christian, > > I'm attempting to install Katello using the Manual method you provided. > I've rebuilt the VM (rhel6 64-bit) and I installed all of the repos from > those instructions. Now when I attempt to install the dependencies using > the command: yum -y install katello > > The system processes all of the dependencies properly, however at the end of > that process, I get a whole bunch of Error messages (just a few provided > below): > > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for package: > ruby193-rubygem-rbvmomi-1.6.0-2.el6.noarch > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for package: > ruby193-rubygem-anemone-0.7.2-10.el6.noarch > --> Finished Dependency Resolution > Error: Package: rubygem-netrc-0.7.7-5.el6.noarch (foreman) > Requires: ruby(rubygems) > Error: Package: rubygem-table_print-1.5.1-2.el6.noarch (foreman) > Requires: ruby(rubygems) > Error: Package: ruby193-rubygem-google-api-client-0.6.4-1.el6.noarch > (foreman) > Requires: /opt/rh/ruby193/root/usr/bin/ruby > Error: Package: ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch > (foreman) > Requires: ruby193-ruby(abi) = 1.9.1 > Error: Package: ruby193-rubygem-faraday-0.8.8-1.el6.noarch (foreman) > > I've added the proxy line within each of the repos provided as follows: > proxy=http://nw-iwsva.corp.pcln.com:8080 > > What else am I missing? > > Thank you. > > Marc. > > > On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com wrote: >> >> Hi Marc, >> >> your Repo is going to 1.4, but you should use 2.0 for the Release >> Candidate! >> >> As mentioned on katello.org: >> Installation may be done manually or via our recommended approach of using >> katello-deploy. >> >> Katello-deploy: >> ssh to target machine as root >> yum install -y git ruby >> git clone https://github.com/Katello/katello-deploy.git >> cd katello-deploy >> For a release version in production: >> ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 >> For nightly production: >> ./setup.rb [rhel6|centos6|centos7|rhel7] >> For development: >> ./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7] >> >> Manual: >> yum -y localinstall >> http://fedorapeople.org/groups/katello/releases/yum/> >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm >> yum -y localinstall http://yum.theforeman.org/> >/el/x86_64/foreman-release.rpm >> yum -y localinstall >> http://mirror.pnl.gov/epel//x86_64/epel-release-6-8.noarch.rpm >> yum -y localinstall >> http://yum.puppetlabs.com/puppetlabs-release-el-.noarch.rpm >> Install Dependendecies for RHEL or CENTOS >> yum -y install katello >> katello-installer >> >> best regards, >> Christian >> >> Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb >> marc....@priceline.com: >>> >>> I created a new VM in order to install Katello. The server name is >>> nw-katello-201 running RHEL6 64-bit. Following the instructions on your web >>> site, when I try to install katello-forman-all I get the following error >>> messages: >>> >>> [root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all >>> Loaded plugins: product-id, rhnplugin, security, subscription-manager >>> This system is not registered to Red Hat Subscription Management. You can >>> use subscription-manager to register. >>> This system is receiving updates from RHN Classic or RHN Satellite. >>> >>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >>> [Errno 12] Timeout on >>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >>> (28, 'connect() timed out!') >>> Trying other mirror. >>> Error: Cannot retrieve repository metadata (repomd.xml) for repository: >>> katello. Please verify its path and try again >>> >>> Here is the content of the repo files: >>> >>> [root@nw-katello-201 yum.repos.d]# ls >>> epel.repo katello-candlepin.repo katello-pulp.repo >>> pcln-rhel6.repo >>> epel-testing.repo katello-foreman.repo katello.repo >>> rhel-source.repo >>> [root@nw-katello-201 yum.repos.d]# cat katello.repo >>> # Place this file in your /etc/yum.repos.d/ directory >>> >>> [katello] >>> name=Katello Stable >>> >>> #baseurl=http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ >>> >>> baseurl=https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> enabled=1 >>> gpgcheck=1 >>> >>> [katello-source] >>> name=Katello Stable Source >>> >>> baseurl=http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> enabled=0 >>> gpgcheck=1 >>> >>> >>> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo >>> # Place this file in your /etc/yum.repos.d/ directory >>> >>> # Foreman RPMs as supported by Katello - This is a coordinated >>> # copy of Foreman's packages in order to ensure compatibility >>> [katello-foreman] >>> name=Foreman Community Releases >>> >>> #baseurl=http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ >>> >>> baseurl=https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> enabled=1 >>> gpgcheck=1 >>> >>> [katello-foreman-source] >>> name=Katello Foreman source >>> >>> baseurl=http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> enabled=0 >>> gpgcheck=1 >>> >>> >>> What am I doing wrong? >>> >>> Thank you. >>> >>> Marc Szabo > > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-users+unsubscribe@googlegroups.com. > To post to this group, send email to foreman-users@googlegroups.com. > Visit this group at http://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout.

Ok. I just saw this post… I'll just start all over again since I haven't
registered any clients to this system as of yet. Thanks again.

··· On Monday, September 22, 2014 3:49:17 PM UTC-4, ehar...@gmail.com wrote: > > Hi Marc, > > Due to the evolution of Katello as a standalone application into a plugin > to The Foreman, an upgrade is not feasible. We regret that instead of an > upgrade you will need to transition to a new server...(look at > http://www.katello.org/docs/installation/2.0-transition.html) > > Am Montag, 22. September 2014 21:27:56 UTC+2 schrieb > marc....@priceline.com: >> >> Hi Christian, >> >> Thank you for your reply... I've figured out that it was a proxy issue >> and I was able to install Katello.... >> >> Unfortunately, I've already installed v1.4. How can I "upgrade" to v2.0? >> >> When I try to update the repos, there doesn't seem to be a repo for the >> katello-forman, and then I get errror messages when I try to to an yum >> update command as follows: >> >> >> --> Finished Dependency Resolution >> Error: Package: katello-2.0.0-0.el6.noarch (katello) >> Requires: foreman-gce >> Error: Package: katello-installer-2.0.0-1.el6.noarch (katello) >> Requires: foreman-selinux >> Error: Package: katello-2.0.0-0.el6.noarch (katello) >> Requires: foreman-libvirt >> Error: Package: ruby193-rubygem-katello-2.0.0-3.el6.noarch (katello) >> Requires: foreman >= 1.6.0 >> Installed: foreman-1.3.0-1.el6.noarch (@katello-foreman) >> foreman = 1.3.0-1.el6 >> Error: Package: katello-2.0.0-0.el6.noarch (katello) >> Requires: rubygem-hammer_cli_foreman >> Error: Package: katello-2.0.0-0.el6.noarch (katello) >> Requires: foreman-ovirt >> Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch (katello) >> Requires: rubygem(hammer_cli_foreman) >> Error: Package: katello-installer-2.0.0-1.el6.noarch (katello) >> Requires: rubygem-apipie-bindings >= 0.0.6 >> Error: Package: katello-2.0.0-0.el6.noarch (katello) >> Requires: foreman-vmware >> Error: Package: katello-2.0.0-0.el6.noarch (katello) >> Requires: ruby193-rubygem-foreman_hooks >> Error: Package: ruby193-rubygem-katello-2.0.0-3.el6.noarch (katello) >> Requires: ruby193-rubygem-apipie-rails >= 0.1.1 >> Installed: ruby193-rubygem-apipie-rails-0.0.23-1.el6.noarch >> (@katello) >> ruby193-rubygem-apipie-rails = 0.0.23-1.el6 >> Available: ruby193-rubygem-apipie-rails-0.0.21-2.el6.noarch >> (katello) >> ruby193-rubygem-apipie-rails = 0.0.21-2.el6 >> Error: Package: katello-2.0.0-0.el6.noarch (katello) >> Requires: ruby193-rubygem-foreman_discovery >> Error: Package: ruby193-rubygem-foreman-tasks-0.6.10-1.el6.noarch >> (katello) >> Requires: ruby193-rubygem(sequel) >> Error: Package: katello-glue-pulp-1.4.15-1.el6.noarch (@katello) >> Requires: pulp-katello-plugins >> Removing: pulp-katello-plugins-0.2-1.el6.noarch (@katello) >> pulp-katello-plugins = 0.2-1.el6 >> Obsoleted By: pulp-katello-0.3-3.el6.noarch (katello) >> Not found >> Error: Package: katello-2.0.0-0.el6.noarch (katello) >> Requires: ruby193-rubygem-foreman_bootdisk >> Error: Package: >> rubygem-hammer_cli_foreman_tasks-0.0.3-2.201409091410gitc96619d.git.0.37f3704.el6.noarch >> (katello) >> Requires: rubygem(hammer_cli_foreman) >= 0.1.1 >> Error: Package: ruby193-rubygem-foreman-tasks-0.6.10-1.el6.noarch >> (katello) >> Requires: ruby193-rubygem(sinatra) >> Error: Package: rubygem-hammer_cli_katello-0.0.6-1.el6.noarch (katello) >> Requires: rubygem(hammer_cli) >= 0.1.1 >> Error: Package: katello-2.0.0-0.el6.noarch (katello) >> Requires: rubygem-hammer_cli >> Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch (katello) >> Requires: rubygem(hammer_cli) >> You could try using --skip-broken to work around the problem >> You could try running: rpm -Va --nofiles --nodigest >> >> >> I know the problem is with the katello-foreman.repo file, what should it >> be? >> >> Thanks again. >> >> Marc. >> >> >> >> >> On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com wrote: >>> >>> Hi Marc, >>> >>> your Repo is going to 1.4, but you should use 2.0 for the Release >>> Candidate! >>> >>> As mentioned on katello.org: >>> Installation may be done manually or via our recommended approach of >>> using katello-deploy. >>> >>> *Katello-deploy:* >>> ssh to target machine as root >>> yum install -y git ruby >>> git clone https://github.com/Katello/katello-deploy.git >>> cd katello-deploy >>> *For a release version in production:* >>> ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 >>> *For nightly production:* >>> ./setup.rb [rhel6|centos6|centos7|rhel7] >>> *For development:* >>> ./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7] >>> >>> *Manual:* >>> yum -y localinstall http://fedorapeople.org/groups/katello/releases/yum/>> >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm >>> yum -y localinstall http://yum.theforeman.org/>> >/el/x86_64/foreman-release.rpm >>> yum -y localinstall http://mirror.pnl.gov/epel/ >>> /x86_64/epel-release-6-8.noarch.rpm >>> yum -y localinstall http://yum.puppetlabs.com/puppetlabs-release-el- >>> .noarch.rpm >>> Install Dependendecies for RHEL or CENTOS >>> yum -y install katello >>> katello-installer >>> >>> best regards, >>> Christian >>> >>> Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb >>> marc....@priceline.com: >>>> >>>> I created a new VM in order to install Katello. The server name is >>>> nw-katello-201 running RHEL6 64-bit. Following the instructions on your >>>> web site, when I try to install katello-forman-all I get the following >>>> error messages: >>>> >>>> [root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all >>>> Loaded plugins: product-id, rhnplugin, security, subscription-manager >>>> This system is not registered to Red Hat Subscription Management. You >>>> can use subscription-manager to register. >>>> This system is receiving updates from RHN Classic or RHN Satellite. >>>> >>>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >>>> [Errno 12] Timeout on >>>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >>>> (28, 'connect() timed out!') >>>> Trying other mirror. >>>> Error: Cannot retrieve repository metadata (repomd.xml) for repository: >>>> katello. Please verify its path and try again >>>> >>>> Here is the content of the repo files: >>>> >>>> [root@nw-katello-201 yum.repos.d]# ls >>>> epel.repo katello-candlepin.repo katello-pulp.repo >>>> pcln-rhel6.repo >>>> epel-testing.repo katello-foreman.repo katello.repo >>>> rhel-source.repo >>>> [root@nw-katello-201 yum.repos.d]# cat katello.repo >>>> # Place this file in your /etc/yum.repos.d/ directory >>>> >>>> [katello] >>>> name=Katello Stable >>>> #baseurl= >>>> http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ >>>> baseurl= >>>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ >>>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>>> enabled=1 >>>> gpgcheck=1 >>>> >>>> [katello-source] >>>> name=Katello Stable Source >>>> baseurl= >>>> http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ >>>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>>> enabled=0 >>>> gpgcheck=1 >>>> >>>> >>>> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo >>>> # Place this file in your /etc/yum.repos.d/ directory >>>> >>>> # Foreman RPMs as supported by Katello - This is a coordinated >>>> # copy of Foreman's packages in order to ensure compatibility >>>> [katello-foreman] >>>> name=Foreman Community Releases >>>> #baseurl= >>>> http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ >>>> baseurl= >>>> https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ >>>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>>> enabled=1 >>>> gpgcheck=1 >>>> >>>> [katello-foreman-source] >>>> name=Katello Foreman source >>>> baseurl= >>>> http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ >>>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>>> enabled=0 >>>> gpgcheck=1 >>>> >>>> >>>> What am I doing wrong? >>>> >>>> Thank you. >>>> >>>> Marc Szabo >>>> >>>

Hi Eric,

Here are the list of repos:

[root@nw-katello-201 yum.repos.d]# pwd
/etc/yum.repos.d
[root@nw-katello-201 yum.repos.d]# ls
epel.repo foreman-plugins.repo katello-candlepin.repo
katello.repo puppetlabs.repo
epel-testing.repo foreman.repo katello-pulp.repo
pcln-rhel6.repo rhel-source.repo

Are there any missing?

Thanks.

··· On Tuesday, September 23, 2014 12:11:58 PM UTC-4, Eric Helms wrote: > > Marc, > > The output looks like the SCL repositories are not setup or are not > being recognized. Can you double check that you have those setup? > > Eric > > On Tue, Sep 23, 2014 at 10:49 AM, <marc....@priceline.com > > wrote: > > Christian, > > > > I'm attempting to install Katello using the Manual method you provided. > > I've rebuilt the VM (rhel6 64-bit) and I installed all of the repos from > > those instructions. Now when I attempt to install the dependencies > using > > the command: yum -y install katello > > > > The system processes all of the dependencies properly, however at the > end of > > that process, I get a whole bunch of Error messages (just a few provided > > below): > > > > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for > package: > > ruby193-rubygem-rbvmomi-1.6.0-2.el6.noarch > > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for > package: > > ruby193-rubygem-anemone-0.7.2-10.el6.noarch > > --> Finished Dependency Resolution > > Error: Package: rubygem-netrc-0.7.7-5.el6.noarch (foreman) > > Requires: ruby(rubygems) > > Error: Package: rubygem-table_print-1.5.1-2.el6.noarch (foreman) > > Requires: ruby(rubygems) > > Error: Package: ruby193-rubygem-google-api-client-0.6.4-1.el6.noarch > > (foreman) > > Requires: /opt/rh/ruby193/root/usr/bin/ruby > > Error: Package: ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch > > (foreman) > > Requires: ruby193-ruby(abi) = 1.9.1 > > Error: Package: ruby193-rubygem-faraday-0.8.8-1.el6.noarch (foreman) > > > > I've added the proxy line within each of the repos provided as follows: > > proxy=http://nw-iwsva.corp.pcln.com:8080 > > > > What else am I missing? > > > > Thank you. > > > > Marc. > > > > > > On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com > wrote: > >> > >> Hi Marc, > >> > >> your Repo is going to 1.4, but you should use 2.0 for the Release > >> Candidate! > >> > >> As mentioned on katello.org: > >> Installation may be done manually or via our recommended approach of > using > >> katello-deploy. > >> > >> Katello-deploy: > >> ssh to target machine as root > >> yum install -y git ruby > >> git clone https://github.com/Katello/katello-deploy.git > >> cd katello-deploy > >> For a release version in production: > >> ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 > >> For nightly production: > >> ./setup.rb [rhel6|centos6|centos7|rhel7] > >> For development: > >> ./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7] > >> > >> Manual: > >> yum -y localinstall > >> http://fedorapeople.org/groups/katello/releases/yum/ >> >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm > >> yum -y localinstall http://yum.theforeman.org/ >> >/el/x86_64/foreman-release.rpm > >> yum -y localinstall > >> http://mirror.pnl.gov/epel//x86_64/epel-release-6-8.noarch.rpm > > >> yum -y localinstall > >> http://yum.puppetlabs.com/puppetlabs-release-el-.noarch.rpm > > >> Install Dependendecies for RHEL or CENTOS > >> yum -y install katello > >> katello-installer > >> > >> best regards, > >> Christian > >> > >> Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb > >> marc....@priceline.com: > >>> > >>> I created a new VM in order to install Katello. The server name is > >>> nw-katello-201 running RHEL6 64-bit. Following the instructions on > your web > >>> site, when I try to install katello-forman-all I get the following > error > >>> messages: > >>> > >>> [root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all > >>> Loaded plugins: product-id, rhnplugin, security, subscription-manager > >>> This system is not registered to Red Hat Subscription Management. You > can > >>> use subscription-manager to register. > >>> This system is receiving updates from RHN Classic or RHN Satellite. > >>> > >>> > https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: > > >>> [Errno 12] Timeout on > >>> > https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: > > >>> (28, 'connect() timed out!') > >>> Trying other mirror. > >>> Error: Cannot retrieve repository metadata (repomd.xml) for > repository: > >>> katello. Please verify its path and try again > >>> > >>> Here is the content of the repo files: > >>> > >>> [root@nw-katello-201 yum.repos.d]# ls > >>> epel.repo katello-candlepin.repo katello-pulp.repo > >>> pcln-rhel6.repo > >>> epel-testing.repo katello-foreman.repo katello.repo > >>> rhel-source.repo > >>> [root@nw-katello-201 yum.repos.d]# cat katello.repo > >>> # Place this file in your /etc/yum.repos.d/ directory > >>> > >>> [katello] > >>> name=Katello Stable > >>> > >>> #baseurl= > http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ > >>> > >>> baseurl= > https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ > >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > >>> enabled=1 > >>> gpgcheck=1 > >>> > >>> [katello-source] > >>> name=Katello Stable Source > >>> > >>> baseurl= > http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ > >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > >>> enabled=0 > >>> gpgcheck=1 > >>> > >>> > >>> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo > >>> # Place this file in your /etc/yum.repos.d/ directory > >>> > >>> # Foreman RPMs as supported by Katello - This is a coordinated > >>> # copy of Foreman's packages in order to ensure compatibility > >>> [katello-foreman] > >>> name=Foreman Community Releases > >>> > >>> #baseurl= > http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ > >>> > >>> baseurl= > https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ > >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > >>> enabled=1 > >>> gpgcheck=1 > >>> > >>> [katello-foreman-source] > >>> name=Katello Foreman source > >>> > >>> baseurl= > http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ > >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > >>> enabled=0 > >>> gpgcheck=1 > >>> > >>> > >>> What am I doing wrong? > >>> > >>> Thank you. > >>> > >>> Marc Szabo > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "Foreman users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to foreman-user...@googlegroups.com . > > To post to this group, send email to forema...@googlegroups.com > . > > Visit this group at http://groups.google.com/group/foreman-users. > > For more options, visit https://groups.google.com/d/optout. >

Looking into this some more… there is definitely a missing repo(s) from
the following sample output:

[root@nw-katello-201 yum.repos.d]# yum list | grep ruby193

ruby193-rubygem-unf.x86_64 0.1.3-4.el6
foreman
ruby193-rubygem-unf-doc.noarch 0.1.3-4.el6
foreman
ruby193-rubygem-unf_ext.x86_64 0.0.6-5.el6
foreman
ruby193-rubygem-unf_ext-doc.noarch 0.0.6-5.el6
foreman
ruby193-rubygem-unicode-display_width.noarch
<<blank>>
ruby193-rubygem-unicode-display_width-doc.noarch
<<blank>>
ruby193-rubygem-uuidtools.noarch 2.1.3-3.el6
foreman
ruby193-rubygem-uuidtools-doc.noarch 2.1.3-3.el6
foreman
ruby193-rubygem-validates_lengths_from_database.noarch
<<blank>>
ruby193-rubygem-validates_lengths_from_database-doc.noarch
<<blank>>
ruby193-rubygem-warden.noarch 1.0.3-3.el6
katello
ruby193-rubygem-webmock.noarch 1.6.4-6.el6
katello
ruby193-rubygem-webmock-doc.noarch 1.6.4-6.el6
katello

You could see that some of the package don't have a repo associated with it
(I entered the <<blank>> for emphasis).

Do you know what repo(s) are missing and how I can get those rpms to
install them?

Thanks again.

··· On Tuesday, September 23, 2014 12:44:31 PM UTC-4, marc....@priceline.com wrote: > > Hi Eric, > > Here are the list of repos: > > [root@nw-katello-201 yum.repos.d]# pwd > /etc/yum.repos.d > [root@nw-katello-201 yum.repos.d]# ls > epel.repo foreman-plugins.repo katello-candlepin.repo > katello.repo puppetlabs.repo > epel-testing.repo foreman.repo katello-pulp.repo > pcln-rhel6.repo rhel-source.repo > > Are there any missing? > > Thanks. > > > On Tuesday, September 23, 2014 12:11:58 PM UTC-4, Eric Helms wrote: >> >> Marc, >> >> The output looks like the SCL repositories are not setup or are not >> being recognized. Can you double check that you have those setup? >> >> Eric >> >> On Tue, Sep 23, 2014 at 10:49 AM, wrote: >> > Christian, >> > >> > I'm attempting to install Katello using the Manual method you provided. >> > I've rebuilt the VM (rhel6 64-bit) and I installed all of the repos >> from >> > those instructions. Now when I attempt to install the dependencies >> using >> > the command: yum -y install katello >> > >> > The system processes all of the dependencies properly, however at the >> end of >> > that process, I get a whole bunch of Error messages (just a few >> provided >> > below): >> > >> > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for >> package: >> > ruby193-rubygem-rbvmomi-1.6.0-2.el6.noarch >> > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for >> package: >> > ruby193-rubygem-anemone-0.7.2-10.el6.noarch >> > --> Finished Dependency Resolution >> > Error: Package: rubygem-netrc-0.7.7-5.el6.noarch (foreman) >> > Requires: ruby(rubygems) >> > Error: Package: rubygem-table_print-1.5.1-2.el6.noarch (foreman) >> > Requires: ruby(rubygems) >> > Error: Package: ruby193-rubygem-google-api-client-0.6.4-1.el6.noarch >> > (foreman) >> > Requires: /opt/rh/ruby193/root/usr/bin/ruby >> > Error: Package: ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch >> > (foreman) >> > Requires: ruby193-ruby(abi) = 1.9.1 >> > Error: Package: ruby193-rubygem-faraday-0.8.8-1.el6.noarch (foreman) >> > >> > I've added the proxy line within each of the repos provided as follows: >> > proxy=http://nw-iwsva.corp.pcln.com:8080 >> > >> > What else am I missing? >> > >> > Thank you. >> > >> > Marc. >> > >> > >> > On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com >> wrote: >> >> >> >> Hi Marc, >> >> >> >> your Repo is going to 1.4, but you should use 2.0 for the Release >> >> Candidate! >> >> >> >> As mentioned on katello.org: >> >> Installation may be done manually or via our recommended approach of >> using >> >> katello-deploy. >> >> >> >> Katello-deploy: >> >> ssh to target machine as root >> >> yum install -y git ruby >> >> git clone https://github.com/Katello/katello-deploy.git >> >> cd katello-deploy >> >> For a release version in production: >> >> ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 >> >> For nightly production: >> >> ./setup.rb [rhel6|centos6|centos7|rhel7] >> >> For development: >> >> ./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7] >> >> >> >> Manual: >> >> yum -y localinstall >> >> http://fedorapeople.org/groups/katello/releases/yum/> >> >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm >> >> yum -y localinstall http://yum.theforeman.org/> >> >/el/x86_64/foreman-release.rpm >> >> yum -y localinstall >> >> http://mirror.pnl.gov/epel//x86_64/epel-release-6-8.noarch.rpm >> >> >> yum -y localinstall >> >> http://yum.puppetlabs.com/puppetlabs-release-el-.noarch.rpm >> >> >> Install Dependendecies for RHEL or CENTOS >> >> yum -y install katello >> >> katello-installer >> >> >> >> best regards, >> >> Christian >> >> >> >> Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb >> >> marc....@priceline.com: >> >>> >> >>> I created a new VM in order to install Katello. The server name is >> >>> nw-katello-201 running RHEL6 64-bit. Following the instructions on >> your web >> >>> site, when I try to install katello-forman-all I get the following >> error >> >>> messages: >> >>> >> >>> [root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all >> >>> Loaded plugins: product-id, rhnplugin, security, subscription-manager >> >>> This system is not registered to Red Hat Subscription Management. You >> can >> >>> use subscription-manager to register. >> >>> This system is receiving updates from RHN Classic or RHN Satellite. >> >>> >> >>> >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >> >> >>> [Errno 12] Timeout on >> >>> >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >> >> >>> (28, 'connect() timed out!') >> >>> Trying other mirror. >> >>> Error: Cannot retrieve repository metadata (repomd.xml) for >> repository: >> >>> katello. Please verify its path and try again >> >>> >> >>> Here is the content of the repo files: >> >>> >> >>> [root@nw-katello-201 yum.repos.d]# ls >> >>> epel.repo katello-candlepin.repo katello-pulp.repo >> >>> pcln-rhel6.repo >> >>> epel-testing.repo katello-foreman.repo katello.repo >> >>> rhel-source.repo >> >>> [root@nw-katello-201 yum.repos.d]# cat katello.repo >> >>> # Place this file in your /etc/yum.repos.d/ directory >> >>> >> >>> [katello] >> >>> name=Katello Stable >> >>> >> >>> #baseurl= >> http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ >> >>> >> >>> baseurl= >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ >> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> >>> enabled=1 >> >>> gpgcheck=1 >> >>> >> >>> [katello-source] >> >>> name=Katello Stable Source >> >>> >> >>> baseurl= >> http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ >> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> >>> enabled=0 >> >>> gpgcheck=1 >> >>> >> >>> >> >>> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo >> >>> # Place this file in your /etc/yum.repos.d/ directory >> >>> >> >>> # Foreman RPMs as supported by Katello - This is a coordinated >> >>> # copy of Foreman's packages in order to ensure compatibility >> >>> [katello-foreman] >> >>> name=Foreman Community Releases >> >>> >> >>> #baseurl= >> http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ >> >>> >> >>> baseurl= >> https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ >> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> >>> enabled=1 >> >>> gpgcheck=1 >> >>> >> >>> [katello-foreman-source] >> >>> name=Katello Foreman source >> >>> >> >>> baseurl= >> http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ >> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> >>> enabled=0 >> >>> gpgcheck=1 >> >>> >> >>> >> >>> What am I doing wrong? >> >>> >> >>> Thank you. >> >>> >> >>> Marc Szabo >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "Foreman users" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an >> > email to foreman-user...@googlegroups.com. >> > To post to this group, send email to forema...@googlegroups.com. >> > Visit this group at http://groups.google.com/group/foreman-users. >> > For more options, visit https://groups.google.com/d/optout. >> >

Marc,

For CentOS 6 you'll need the CentOS SCL repo
(http://dev.centos.org/centos/6/SCL/scl.repo). For RHEL6, you either
need the same or the RHSCL enabled.

Eric

··· On Tue, Sep 23, 2014 at 1:02 PM, wrote: > Looking into this some more... there is definitely a missing repo(s) from > the following sample output: > > > [root@nw-katello-201 yum.repos.d]# yum list | grep ruby193 > > ruby193-rubygem-unf.x86_64 0.1.3-4.el6 > foreman > ruby193-rubygem-unf-doc.noarch 0.1.3-4.el6 > foreman > ruby193-rubygem-unf_ext.x86_64 0.0.6-5.el6 > foreman > ruby193-rubygem-unf_ext-doc.noarch 0.0.6-5.el6 > foreman > ruby193-rubygem-unicode-display_width.noarch > <> > ruby193-rubygem-unicode-display_width-doc.noarch > <> > ruby193-rubygem-uuidtools.noarch 2.1.3-3.el6 > foreman > ruby193-rubygem-uuidtools-doc.noarch 2.1.3-3.el6 > foreman > ruby193-rubygem-validates_lengths_from_database.noarch > <> > ruby193-rubygem-validates_lengths_from_database-doc.noarch > <> > ruby193-rubygem-warden.noarch 1.0.3-3.el6 > katello > ruby193-rubygem-webmock.noarch 1.6.4-6.el6 > katello > ruby193-rubygem-webmock-doc.noarch 1.6.4-6.el6 > katello > > You could see that some of the package don't have a repo associated with it > (I entered the <> for emphasis). > > Do you know what repo(s) are missing and how I can get those rpms to install > them? > > Thanks again. > > > > On Tuesday, September 23, 2014 12:44:31 PM UTC-4, marc....@priceline.com > wrote: >> >> Hi Eric, >> >> Here are the list of repos: >> >> [root@nw-katello-201 yum.repos.d]# pwd >> /etc/yum.repos.d >> [root@nw-katello-201 yum.repos.d]# ls >> epel.repo foreman-plugins.repo katello-candlepin.repo >> katello.repo puppetlabs.repo >> epel-testing.repo foreman.repo katello-pulp.repo >> pcln-rhel6.repo rhel-source.repo >> >> Are there any missing? >> >> Thanks. >> >> >> On Tuesday, September 23, 2014 12:11:58 PM UTC-4, Eric Helms wrote: >>> >>> Marc, >>> >>> The output looks like the SCL repositories are not setup or are not >>> being recognized. Can you double check that you have those setup? >>> >>> Eric >>> >>> On Tue, Sep 23, 2014 at 10:49 AM, wrote: >>> > Christian, >>> > >>> > I'm attempting to install Katello using the Manual method you provided. >>> > I've rebuilt the VM (rhel6 64-bit) and I installed all of the repos >>> > from >>> > those instructions. Now when I attempt to install the dependencies >>> > using >>> > the command: yum -y install katello >>> > >>> > The system processes all of the dependencies properly, however at the >>> > end of >>> > that process, I get a whole bunch of Error messages (just a few >>> > provided >>> > below): >>> > >>> > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for >>> > package: >>> > ruby193-rubygem-rbvmomi-1.6.0-2.el6.noarch >>> > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for >>> > package: >>> > ruby193-rubygem-anemone-0.7.2-10.el6.noarch >>> > --> Finished Dependency Resolution >>> > Error: Package: rubygem-netrc-0.7.7-5.el6.noarch (foreman) >>> > Requires: ruby(rubygems) >>> > Error: Package: rubygem-table_print-1.5.1-2.el6.noarch (foreman) >>> > Requires: ruby(rubygems) >>> > Error: Package: ruby193-rubygem-google-api-client-0.6.4-1.el6.noarch >>> > (foreman) >>> > Requires: /opt/rh/ruby193/root/usr/bin/ruby >>> > Error: Package: ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch >>> > (foreman) >>> > Requires: ruby193-ruby(abi) = 1.9.1 >>> > Error: Package: ruby193-rubygem-faraday-0.8.8-1.el6.noarch (foreman) >>> > >>> > I've added the proxy line within each of the repos provided as follows: >>> > proxy=http://nw-iwsva.corp.pcln.com:8080 >>> > >>> > What else am I missing? >>> > >>> > Thank you. >>> > >>> > Marc. >>> > >>> > >>> > On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com >>> > wrote: >>> >> >>> >> Hi Marc, >>> >> >>> >> your Repo is going to 1.4, but you should use 2.0 for the Release >>> >> Candidate! >>> >> >>> >> As mentioned on katello.org: >>> >> Installation may be done manually or via our recommended approach of >>> >> using >>> >> katello-deploy. >>> >> >>> >> Katello-deploy: >>> >> ssh to target machine as root >>> >> yum install -y git ruby >>> >> git clone https://github.com/Katello/katello-deploy.git >>> >> cd katello-deploy >>> >> For a release version in production: >>> >> ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 >>> >> For nightly production: >>> >> ./setup.rb [rhel6|centos6|centos7|rhel7] >>> >> For development: >>> >> ./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7] >>> >> >>> >> Manual: >>> >> yum -y localinstall >>> >> http://fedorapeople.org/groups/katello/releases/yum/>> >> >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm >>> >> yum -y localinstall http://yum.theforeman.org/>> >> >/el/x86_64/foreman-release.rpm >>> >> yum -y localinstall >>> >> >>> >> http://mirror.pnl.gov/epel//x86_64/epel-release-6-8.noarch.rpm >>> >> yum -y localinstall >>> >> >>> >> http://yum.puppetlabs.com/puppetlabs-release-el-.noarch.rpm >>> >> Install Dependendecies for RHEL or CENTOS >>> >> yum -y install katello >>> >> katello-installer >>> >> >>> >> best regards, >>> >> Christian >>> >> >>> >> Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb >>> >> marc....@priceline.com: >>> >>> >>> >>> I created a new VM in order to install Katello. The server name is >>> >>> nw-katello-201 running RHEL6 64-bit. Following the instructions on >>> >>> your web >>> >>> site, when I try to install katello-forman-all I get the following >>> >>> error >>> >>> messages: >>> >>> >>> >>> [root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all >>> >>> Loaded plugins: product-id, rhnplugin, security, subscription-manager >>> >>> This system is not registered to Red Hat Subscription Management. You >>> >>> can >>> >>> use subscription-manager to register. >>> >>> This system is receiving updates from RHN Classic or RHN Satellite. >>> >>> >>> >>> >>> >>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >>> >>> [Errno 12] Timeout on >>> >>> >>> >>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >>> >>> (28, 'connect() timed out!') >>> >>> Trying other mirror. >>> >>> Error: Cannot retrieve repository metadata (repomd.xml) for >>> >>> repository: >>> >>> katello. Please verify its path and try again >>> >>> >>> >>> Here is the content of the repo files: >>> >>> >>> >>> [root@nw-katello-201 yum.repos.d]# ls >>> >>> epel.repo katello-candlepin.repo katello-pulp.repo >>> >>> pcln-rhel6.repo >>> >>> epel-testing.repo katello-foreman.repo katello.repo >>> >>> rhel-source.repo >>> >>> [root@nw-katello-201 yum.repos.d]# cat katello.repo >>> >>> # Place this file in your /etc/yum.repos.d/ directory >>> >>> >>> >>> [katello] >>> >>> name=Katello Stable >>> >>> >>> >>> >>> >>> #baseurl=http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ >>> >>> >>> >>> >>> >>> baseurl=https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> >>> enabled=1 >>> >>> gpgcheck=1 >>> >>> >>> >>> [katello-source] >>> >>> name=Katello Stable Source >>> >>> >>> >>> >>> >>> baseurl=http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> >>> enabled=0 >>> >>> gpgcheck=1 >>> >>> >>> >>> >>> >>> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo >>> >>> # Place this file in your /etc/yum.repos.d/ directory >>> >>> >>> >>> # Foreman RPMs as supported by Katello - This is a coordinated >>> >>> # copy of Foreman's packages in order to ensure compatibility >>> >>> [katello-foreman] >>> >>> name=Foreman Community Releases >>> >>> >>> >>> >>> >>> #baseurl=http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ >>> >>> >>> >>> >>> >>> baseurl=https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> >>> enabled=1 >>> >>> gpgcheck=1 >>> >>> >>> >>> [katello-foreman-source] >>> >>> name=Katello Foreman source >>> >>> >>> >>> >>> >>> baseurl=http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> >>> enabled=0 >>> >>> gpgcheck=1 >>> >>> >>> >>> >>> >>> What am I doing wrong? >>> >>> >>> >>> Thank you. >>> >>> >>> >>> Marc Szabo >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> > Groups >>> > "Foreman users" group. >>> > To unsubscribe from this group and stop receiving emails from it, send >>> > an >>> > email to foreman-user...@googlegroups.com. >>> > To post to this group, send email to forema...@googlegroups.com. >>> > Visit this group at http://groups.google.com/group/foreman-users. >>> > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-users+unsubscribe@googlegroups.com. > To post to this group, send email to foreman-users@googlegroups.com. > Visit this group at http://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout.

Christian,

Since I have to re-build the VM, could you confirm the size of the disk
space required? I only saw memory requirements (8GB). We have a satellite
server and we have an OS partition of 32GB and a database partition of
100GB - would this be the same for this build, or does everything need to
be on one partition and what size should that be?

Thanks.

Marc.

··· On Tuesday, September 23, 2014 7:57:48 AM UTC-4, marc....@priceline.com wrote: > > Ok. I just saw this post... I'll just start all over again since I > haven't registered any clients to this system as of yet. Thanks again. > > On Monday, September 22, 2014 3:49:17 PM UTC-4, ehar...@gmail.com wrote: >> >> Hi Marc, >> >> Due to the evolution of Katello as a standalone application into a plugin >> to The Foreman, an upgrade is not feasible. We regret that instead of an >> upgrade you will need to transition to a new server...(look at >> http://www.katello.org/docs/installation/2.0-transition.html) >> >> Am Montag, 22. September 2014 21:27:56 UTC+2 schrieb >> marc....@priceline.com: >>> >>> Hi Christian, >>> >>> Thank you for your reply... I've figured out that it was a proxy issue >>> and I was able to install Katello.... >>> >>> Unfortunately, I've already installed v1.4. How can I "upgrade" to v2.0? >>> >>> When I try to update the repos, there doesn't seem to be a repo for the >>> katello-forman, and then I get errror messages when I try to to an yum >>> update command as follows: >>> >>> >>> --> Finished Dependency Resolution >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) >>> Requires: foreman-gce >>> Error: Package: katello-installer-2.0.0-1.el6.noarch (katello) >>> Requires: foreman-selinux >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) >>> Requires: foreman-libvirt >>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el6.noarch (katello) >>> Requires: foreman >= 1.6.0 >>> Installed: foreman-1.3.0-1.el6.noarch (@katello-foreman) >>> foreman = 1.3.0-1.el6 >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) >>> Requires: rubygem-hammer_cli_foreman >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) >>> Requires: foreman-ovirt >>> Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch (katello) >>> Requires: rubygem(hammer_cli_foreman) >>> Error: Package: katello-installer-2.0.0-1.el6.noarch (katello) >>> Requires: rubygem-apipie-bindings >= 0.0.6 >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) >>> Requires: foreman-vmware >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) >>> Requires: ruby193-rubygem-foreman_hooks >>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el6.noarch (katello) >>> Requires: ruby193-rubygem-apipie-rails >= 0.1.1 >>> Installed: ruby193-rubygem-apipie-rails-0.0.23-1.el6.noarch >>> (@katello) >>> ruby193-rubygem-apipie-rails = 0.0.23-1.el6 >>> Available: ruby193-rubygem-apipie-rails-0.0.21-2.el6.noarch >>> (katello) >>> ruby193-rubygem-apipie-rails = 0.0.21-2.el6 >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) >>> Requires: ruby193-rubygem-foreman_discovery >>> Error: Package: ruby193-rubygem-foreman-tasks-0.6.10-1.el6.noarch >>> (katello) >>> Requires: ruby193-rubygem(sequel) >>> Error: Package: katello-glue-pulp-1.4.15-1.el6.noarch (@katello) >>> Requires: pulp-katello-plugins >>> Removing: pulp-katello-plugins-0.2-1.el6.noarch (@katello) >>> pulp-katello-plugins = 0.2-1.el6 >>> Obsoleted By: pulp-katello-0.3-3.el6.noarch (katello) >>> Not found >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) >>> Requires: ruby193-rubygem-foreman_bootdisk >>> Error: Package: >>> rubygem-hammer_cli_foreman_tasks-0.0.3-2.201409091410gitc96619d.git.0.37f3704.el6.noarch >>> (katello) >>> Requires: rubygem(hammer_cli_foreman) >= 0.1.1 >>> Error: Package: ruby193-rubygem-foreman-tasks-0.6.10-1.el6.noarch >>> (katello) >>> Requires: ruby193-rubygem(sinatra) >>> Error: Package: rubygem-hammer_cli_katello-0.0.6-1.el6.noarch (katello) >>> Requires: rubygem(hammer_cli) >= 0.1.1 >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) >>> Requires: rubygem-hammer_cli >>> Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch (katello) >>> Requires: rubygem(hammer_cli) >>> You could try using --skip-broken to work around the problem >>> You could try running: rpm -Va --nofiles --nodigest >>> >>> >>> I know the problem is with the katello-foreman.repo file, what should it >>> be? >>> >>> Thanks again. >>> >>> Marc. >>> >>> >>> >>> >>> On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com wrote: >>>> >>>> Hi Marc, >>>> >>>> your Repo is going to 1.4, but you should use 2.0 for the Release >>>> Candidate! >>>> >>>> As mentioned on katello.org: >>>> Installation may be done manually or via our recommended approach of >>>> using katello-deploy. >>>> >>>> *Katello-deploy:* >>>> ssh to target machine as root >>>> yum install -y git ruby >>>> git clone https://github.com/Katello/katello-deploy.git >>>> cd katello-deploy >>>> *For a release version in production:* >>>> ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 >>>> *For nightly production:* >>>> ./setup.rb [rhel6|centos6|centos7|rhel7] >>>> *For development:* >>>> ./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7] >>>> >>>> *Manual:* >>>> yum -y localinstall >>>> http://fedorapeople.org/groups/katello/releases/yum/>>> >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm >>>> yum -y localinstall http://yum.theforeman.org/>>> >/el/x86_64/foreman-release.rpm >>>> yum -y localinstall http://mirror.pnl.gov/epel/ >>>> /x86_64/epel-release-6-8.noarch.rpm >>>> yum -y localinstall http://yum.puppetlabs.com/puppetlabs-release-el- >>>> .noarch.rpm >>>> Install Dependendecies for RHEL or CENTOS >>>> yum -y install katello >>>> katello-installer >>>> >>>> best regards, >>>> Christian >>>> >>>> Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb >>>> marc....@priceline.com: >>>>> >>>>> I created a new VM in order to install Katello. The server name is >>>>> nw-katello-201 running RHEL6 64-bit. Following the instructions on your >>>>> web site, when I try to install katello-forman-all I get the following >>>>> error messages: >>>>> >>>>> [root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all >>>>> Loaded plugins: product-id, rhnplugin, security, subscription-manager >>>>> This system is not registered to Red Hat Subscription Management. You >>>>> can use subscription-manager to register. >>>>> This system is receiving updates from RHN Classic or RHN Satellite. >>>>> >>>>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >>>>> [Errno 12] Timeout on >>>>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >>>>> (28, 'connect() timed out!') >>>>> Trying other mirror. >>>>> Error: Cannot retrieve repository metadata (repomd.xml) for >>>>> repository: katello. Please verify its path and try again >>>>> >>>>> Here is the content of the repo files: >>>>> >>>>> [root@nw-katello-201 yum.repos.d]# ls >>>>> epel.repo katello-candlepin.repo katello-pulp.repo >>>>> pcln-rhel6.repo >>>>> epel-testing.repo katello-foreman.repo katello.repo >>>>> rhel-source.repo >>>>> [root@nw-katello-201 yum.repos.d]# cat katello.repo >>>>> # Place this file in your /etc/yum.repos.d/ directory >>>>> >>>>> [katello] >>>>> name=Katello Stable >>>>> #baseurl= >>>>> http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ >>>>> baseurl= >>>>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ >>>>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>>>> enabled=1 >>>>> gpgcheck=1 >>>>> >>>>> [katello-source] >>>>> name=Katello Stable Source >>>>> baseurl= >>>>> http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ >>>>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>>>> enabled=0 >>>>> gpgcheck=1 >>>>> >>>>> >>>>> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo >>>>> # Place this file in your /etc/yum.repos.d/ directory >>>>> >>>>> # Foreman RPMs as supported by Katello - This is a coordinated >>>>> # copy of Foreman's packages in order to ensure compatibility >>>>> [katello-foreman] >>>>> name=Foreman Community Releases >>>>> #baseurl= >>>>> http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ >>>>> baseurl= >>>>> https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ >>>>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>>>> enabled=1 >>>>> gpgcheck=1 >>>>> >>>>> [katello-foreman-source] >>>>> name=Katello Foreman source >>>>> baseurl= >>>>> http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ >>>>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>>>> enabled=0 >>>>> gpgcheck=1 >>>>> >>>>> >>>>> What am I doing wrong? >>>>> >>>>> Thank you. >>>>> >>>>> Marc Szabo >>>>> >>>>

Thanks Eric,

I'll give this a try next… boy, this is not very user friendly is it??

··· On Tuesday, September 23, 2014 1:23:19 PM UTC-4, Eric Helms wrote: > > Marc, > > For CentOS 6 you'll need the CentOS SCL repo > (http://dev.centos.org/centos/6/SCL/scl.repo). For RHEL6, you either > need the same or the RHSCL enabled. > > Eric > > On Tue, Sep 23, 2014 at 1:02 PM, <marc....@priceline.com > > wrote: > > Looking into this some more... there is definitely a missing repo(s) > from > > the following sample output: > > > > > > [root@nw-katello-201 yum.repos.d]# yum list | grep ruby193 > > > > ruby193-rubygem-unf.x86_64 0.1.3-4.el6 > > foreman > > ruby193-rubygem-unf-doc.noarch 0.1.3-4.el6 > > foreman > > ruby193-rubygem-unf_ext.x86_64 0.0.6-5.el6 > > foreman > > ruby193-rubygem-unf_ext-doc.noarch 0.0.6-5.el6 > > foreman > > ruby193-rubygem-unicode-display_width.noarch > > <> > > ruby193-rubygem-unicode-display_width-doc.noarch > > <> > > ruby193-rubygem-uuidtools.noarch 2.1.3-3.el6 > > foreman > > ruby193-rubygem-uuidtools-doc.noarch 2.1.3-3.el6 > > foreman > > ruby193-rubygem-validates_lengths_from_database.noarch > > <> > > ruby193-rubygem-validates_lengths_from_database-doc.noarch > > <> > > ruby193-rubygem-warden.noarch 1.0.3-3.el6 > > katello > > ruby193-rubygem-webmock.noarch 1.6.4-6.el6 > > katello > > ruby193-rubygem-webmock-doc.noarch 1.6.4-6.el6 > > katello > > > > You could see that some of the package don't have a repo associated with > it > > (I entered the <> for emphasis). > > > > Do you know what repo(s) are missing and how I can get those rpms to > install > > them? > > > > Thanks again. > > > > > > > > On Tuesday, September 23, 2014 12:44:31 PM UTC-4, marc....@priceline.com > > wrote: > >> > >> Hi Eric, > >> > >> Here are the list of repos: > >> > >> [root@nw-katello-201 yum.repos.d]# pwd > >> /etc/yum.repos.d > >> [root@nw-katello-201 yum.repos.d]# ls > >> epel.repo foreman-plugins.repo katello-candlepin.repo > >> katello.repo puppetlabs.repo > >> epel-testing.repo foreman.repo katello-pulp.repo > >> pcln-rhel6.repo rhel-source.repo > >> > >> Are there any missing? > >> > >> Thanks. > >> > >> > >> On Tuesday, September 23, 2014 12:11:58 PM UTC-4, Eric Helms wrote: > >>> > >>> Marc, > >>> > >>> The output looks like the SCL repositories are not setup or are not > >>> being recognized. Can you double check that you have those setup? > >>> > >>> Eric > >>> > >>> On Tue, Sep 23, 2014 at 10:49 AM, wrote: > >>> > Christian, > >>> > > >>> > I'm attempting to install Katello using the Manual method you > provided. > >>> > I've rebuilt the VM (rhel6 64-bit) and I installed all of the repos > >>> > from > >>> > those instructions. Now when I attempt to install the dependencies > >>> > using > >>> > the command: yum -y install katello > >>> > > >>> > The system processes all of the dependencies properly, however at > the > >>> > end of > >>> > that process, I get a whole bunch of Error messages (just a few > >>> > provided > >>> > below): > >>> > > >>> > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for > >>> > package: > >>> > ruby193-rubygem-rbvmomi-1.6.0-2.el6.noarch > >>> > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for > >>> > package: > >>> > ruby193-rubygem-anemone-0.7.2-10.el6.noarch > >>> > --> Finished Dependency Resolution > >>> > Error: Package: rubygem-netrc-0.7.7-5.el6.noarch (foreman) > >>> > Requires: ruby(rubygems) > >>> > Error: Package: rubygem-table_print-1.5.1-2.el6.noarch (foreman) > >>> > Requires: ruby(rubygems) > >>> > Error: Package: ruby193-rubygem-google-api-client-0.6.4-1.el6.noarch > >>> > (foreman) > >>> > Requires: /opt/rh/ruby193/root/usr/bin/ruby > >>> > Error: Package: > ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch > >>> > (foreman) > >>> > Requires: ruby193-ruby(abi) = 1.9.1 > >>> > Error: Package: ruby193-rubygem-faraday-0.8.8-1.el6.noarch (foreman) > >>> > > >>> > I've added the proxy line within each of the repos provided as > follows: > >>> > proxy=http://nw-iwsva.corp.pcln.com:8080 > >>> > > >>> > What else am I missing? > >>> > > >>> > Thank you. > >>> > > >>> > Marc. > >>> > > >>> > > >>> > On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com > >>> > wrote: > >>> >> > >>> >> Hi Marc, > >>> >> > >>> >> your Repo is going to 1.4, but you should use 2.0 for the Release > >>> >> Candidate! > >>> >> > >>> >> As mentioned on katello.org: > >>> >> Installation may be done manually or via our recommended approach > of > >>> >> using > >>> >> katello-deploy. > >>> >> > >>> >> Katello-deploy: > >>> >> ssh to target machine as root > >>> >> yum install -y git ruby > >>> >> git clone https://github.com/Katello/katello-deploy.git > >>> >> cd katello-deploy > >>> >> For a release version in production: > >>> >> ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 > >>> >> For nightly production: > >>> >> ./setup.rb [rhel6|centos6|centos7|rhel7] > >>> >> For development: > >>> >> ./setup.rb --devel --devel-user=username > [rhel6|centos6|centos7|rhel7] > >>> >> > >>> >> Manual: > >>> >> yum -y localinstall > >>> >> http://fedorapeople.org/groups/katello/releases/yum/ >>> >> > >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm > >>> >> yum -y localinstall http://yum.theforeman.org/ >>> >> >/el/x86_64/foreman-release.rpm > >>> >> yum -y localinstall > >>> >> > >>> >> http://mirror.pnl.gov/epel//x86_64/epel-release-6-8.noarch.rpm > > >>> >> yum -y localinstall > >>> >> > >>> >> http://yum.puppetlabs.com/puppetlabs-release-el-.noarch.rpm > > >>> >> Install Dependendecies for RHEL or CENTOS > >>> >> yum -y install katello > >>> >> katello-installer > >>> >> > >>> >> best regards, > >>> >> Christian > >>> >> > >>> >> Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb > >>> >> marc....@priceline.com: > >>> >>> > >>> >>> I created a new VM in order to install Katello. The server name > is > >>> >>> nw-katello-201 running RHEL6 64-bit. Following the instructions > on > >>> >>> your web > >>> >>> site, when I try to install katello-forman-all I get the following > >>> >>> error > >>> >>> messages: > >>> >>> > >>> >>> [root@nw-katello-201 yum.repos.d]# yum install -y > katello-foreman-all > >>> >>> Loaded plugins: product-id, rhnplugin, security, > subscription-manager > >>> >>> This system is not registered to Red Hat Subscription Management. > You > >>> >>> can > >>> >>> use subscription-manager to register. > >>> >>> This system is receiving updates from RHN Classic or RHN > Satellite. > >>> >>> > >>> >>> > >>> >>> > https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: > > >>> >>> [Errno 12] Timeout on > >>> >>> > >>> >>> > https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: > > >>> >>> (28, 'connect() timed out!') > >>> >>> Trying other mirror. > >>> >>> Error: Cannot retrieve repository metadata (repomd.xml) for > >>> >>> repository: > >>> >>> katello. Please verify its path and try again > >>> >>> > >>> >>> Here is the content of the repo files: > >>> >>> > >>> >>> [root@nw-katello-201 yum.repos.d]# ls > >>> >>> epel.repo katello-candlepin.repo katello-pulp.repo > >>> >>> pcln-rhel6.repo > >>> >>> epel-testing.repo katello-foreman.repo katello.repo > >>> >>> rhel-source.repo > >>> >>> [root@nw-katello-201 yum.repos.d]# cat katello.repo > >>> >>> # Place this file in your /etc/yum.repos.d/ directory > >>> >>> > >>> >>> [katello] > >>> >>> name=Katello Stable > >>> >>> > >>> >>> > >>> >>> #baseurl= > http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ > >>> >>> > >>> >>> > >>> >>> baseurl= > https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ > >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > >>> >>> enabled=1 > >>> >>> gpgcheck=1 > >>> >>> > >>> >>> [katello-source] > >>> >>> name=Katello Stable Source > >>> >>> > >>> >>> > >>> >>> baseurl= > http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ > >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > >>> >>> enabled=0 > >>> >>> gpgcheck=1 > >>> >>> > >>> >>> > >>> >>> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo > >>> >>> # Place this file in your /etc/yum.repos.d/ directory > >>> >>> > >>> >>> # Foreman RPMs as supported by Katello - This is a coordinated > >>> >>> # copy of Foreman's packages in order to ensure compatibility > >>> >>> [katello-foreman] > >>> >>> name=Foreman Community Releases > >>> >>> > >>> >>> > >>> >>> #baseurl= > http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ > >>> >>> > >>> >>> > >>> >>> baseurl= > https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ > >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > >>> >>> enabled=1 > >>> >>> gpgcheck=1 > >>> >>> > >>> >>> [katello-foreman-source] > >>> >>> name=Katello Foreman source > >>> >>> > >>> >>> > >>> >>> baseurl= > http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ > >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > >>> >>> enabled=0 > >>> >>> gpgcheck=1 > >>> >>> > >>> >>> > >>> >>> What am I doing wrong? > >>> >>> > >>> >>> Thank you. > >>> >>> > >>> >>> Marc Szabo > >>> > > >>> > -- > >>> > You received this message because you are subscribed to the Google > >>> > Groups > >>> > "Foreman users" group. > >>> > To unsubscribe from this group and stop receiving emails from it, > send > >>> > an > >>> > email to foreman-user...@googlegroups.com. > >>> > To post to this group, send email to forema...@googlegroups.com. > >>> > Visit this group at http://groups.google.com/group/foreman-users. > >>> > For more options, visit https://groups.google.com/d/optout. > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "Foreman users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to foreman-user...@googlegroups.com . > > To post to this group, send email to forema...@googlegroups.com > . > > Visit this group at http://groups.google.com/group/foreman-users. > > For more options, visit https://groups.google.com/d/optout. >

Ok… .it seems we're getting a little closer… but still no cigar!!

I've added the repo: scl_ruby193.repo as follows:

[root@nw-katello-201 yum.repos.d]# ls
epel.repo foreman-plugins.repo katello-candlepin.repo
katello.repo puppetlabs.repo scl_ruby193.repo
epel-testing.repo foreman.repo katello-pulp.repo
pcln-rhel6.repo rhel-source.repo

However the installation still fails, because, obviously, there is still
another repo missing - notice the "<<blanks>>" again below:

ruby193-rubygem-rack-mount.noarch 0.7.1-11.el6 katello

ruby193-rubygem-rack-mount-doc.noarch 0.7.1-11.el6 katello

ruby193-rubygem-rack-protection.noarch 1.2.0-7.el6 scl_ruby193

ruby193-rubygem-rack-protection-doc.noarch

1.2.0-7.el6 scl_ruby193
ruby193-rubygem-rack-ssl.noarch 1.3.2-7.el6
scl_ruby193
ruby193-rubygem-rack-ssl-doc.noarch 1.3.2-7.el6 scl_ruby193

ruby193-rubygem-rack-test.noarch 0.6.1-2.el6
scl_ruby193
ruby193-rubygem-rails.noarch 1:3.2.8-1.el6
scl_ruby193
ruby193-rubygem-rails3_before_render.noarch
<<blank>>
ruby193-rubygem-rails3_before_render-doc.noarch <<blank>>
ruby193-rubygem-rails_warden.noarch 0.5.2-6.el6 katello

ruby193-rubygem-railties.noarch 3.2.8-2.el6
scl_ruby193
ruby193-rubygem-railties-doc.noarch 3.2.8-2.el6
scl_ruby193
ruby193-rubygem-rake.noarch 0.9.2.2-27.el6
scl_ruby193
ruby193-rubygem-rake-compiler.noarch 0.8.3-5.el6 katello

ruby193-rubygem-rake-compiler-doc.noarch
<<blank>>

Any other suggestions on needed repos?

··· On Tuesday, September 23, 2014 2:27:29 PM UTC-4, marc....@priceline.com wrote: > > Thanks Eric, > > I'll give this a try next.... boy, this is not very user friendly is it?? > > On Tuesday, September 23, 2014 1:23:19 PM UTC-4, Eric Helms wrote: >> >> Marc, >> >> For CentOS 6 you'll need the CentOS SCL repo >> (http://dev.centos.org/centos/6/SCL/scl.repo). For RHEL6, you either >> need the same or the RHSCL enabled. >> >> Eric >> >> On Tue, Sep 23, 2014 at 1:02 PM, wrote: >> > Looking into this some more... there is definitely a missing repo(s) >> from >> > the following sample output: >> > >> > >> > [root@nw-katello-201 yum.repos.d]# yum list | grep ruby193 >> > >> > ruby193-rubygem-unf.x86_64 0.1.3-4.el6 >> > foreman >> > ruby193-rubygem-unf-doc.noarch 0.1.3-4.el6 >> > foreman >> > ruby193-rubygem-unf_ext.x86_64 0.0.6-5.el6 >> > foreman >> > ruby193-rubygem-unf_ext-doc.noarch 0.0.6-5.el6 >> > foreman >> > ruby193-rubygem-unicode-display_width.noarch >> > <> >> > ruby193-rubygem-unicode-display_width-doc.noarch >> > <> >> > ruby193-rubygem-uuidtools.noarch 2.1.3-3.el6 >> > foreman >> > ruby193-rubygem-uuidtools-doc.noarch 2.1.3-3.el6 >> > foreman >> > ruby193-rubygem-validates_lengths_from_database.noarch >> > <> >> > ruby193-rubygem-validates_lengths_from_database-doc.noarch >> > <> >> > ruby193-rubygem-warden.noarch 1.0.3-3.el6 >> > katello >> > ruby193-rubygem-webmock.noarch 1.6.4-6.el6 >> > katello >> > ruby193-rubygem-webmock-doc.noarch 1.6.4-6.el6 >> > katello >> > >> > You could see that some of the package don't have a repo associated >> with it >> > (I entered the <> for emphasis). >> > >> > Do you know what repo(s) are missing and how I can get those rpms to >> install >> > them? >> > >> > Thanks again. >> > >> > >> > >> > On Tuesday, September 23, 2014 12:44:31 PM UTC-4, >> marc....@priceline.com >> > wrote: >> >> >> >> Hi Eric, >> >> >> >> Here are the list of repos: >> >> >> >> [root@nw-katello-201 yum.repos.d]# pwd >> >> /etc/yum.repos.d >> >> [root@nw-katello-201 yum.repos.d]# ls >> >> epel.repo foreman-plugins.repo katello-candlepin.repo >> >> katello.repo puppetlabs.repo >> >> epel-testing.repo foreman.repo katello-pulp.repo >> >> pcln-rhel6.repo rhel-source.repo >> >> >> >> Are there any missing? >> >> >> >> Thanks. >> >> >> >> >> >> On Tuesday, September 23, 2014 12:11:58 PM UTC-4, Eric Helms wrote: >> >>> >> >>> Marc, >> >>> >> >>> The output looks like the SCL repositories are not setup or are not >> >>> being recognized. Can you double check that you have those setup? >> >>> >> >>> Eric >> >>> >> >>> On Tue, Sep 23, 2014 at 10:49 AM, wrote: >> >>> > Christian, >> >>> > >> >>> > I'm attempting to install Katello using the Manual method you >> provided. >> >>> > I've rebuilt the VM (rhel6 64-bit) and I installed all of the repos >> >>> > from >> >>> > those instructions. Now when I attempt to install the dependencies >> >>> > using >> >>> > the command: yum -y install katello >> >>> > >> >>> > The system processes all of the dependencies properly, however at >> the >> >>> > end of >> >>> > that process, I get a whole bunch of Error messages (just a few >> >>> > provided >> >>> > below): >> >>> > >> >>> > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for >> >>> > package: >> >>> > ruby193-rubygem-rbvmomi-1.6.0-2.el6.noarch >> >>> > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for >> >>> > package: >> >>> > ruby193-rubygem-anemone-0.7.2-10.el6.noarch >> >>> > --> Finished Dependency Resolution >> >>> > Error: Package: rubygem-netrc-0.7.7-5.el6.noarch (foreman) >> >>> > Requires: ruby(rubygems) >> >>> > Error: Package: rubygem-table_print-1.5.1-2.el6.noarch (foreman) >> >>> > Requires: ruby(rubygems) >> >>> > Error: Package: >> ruby193-rubygem-google-api-client-0.6.4-1.el6.noarch >> >>> > (foreman) >> >>> > Requires: /opt/rh/ruby193/root/usr/bin/ruby >> >>> > Error: Package: >> ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch >> >>> > (foreman) >> >>> > Requires: ruby193-ruby(abi) = 1.9.1 >> >>> > Error: Package: ruby193-rubygem-faraday-0.8.8-1.el6.noarch >> (foreman) >> >>> > >> >>> > I've added the proxy line within each of the repos provided as >> follows: >> >>> > proxy=http://nw-iwsva.corp.pcln.com:8080 >> >>> > >> >>> > What else am I missing? >> >>> > >> >>> > Thank you. >> >>> > >> >>> > Marc. >> >>> > >> >>> > >> >>> > On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com >> >>> > wrote: >> >>> >> >> >>> >> Hi Marc, >> >>> >> >> >>> >> your Repo is going to 1.4, but you should use 2.0 for the Release >> >>> >> Candidate! >> >>> >> >> >>> >> As mentioned on katello.org: >> >>> >> Installation may be done manually or via our recommended approach >> of >> >>> >> using >> >>> >> katello-deploy. >> >>> >> >> >>> >> Katello-deploy: >> >>> >> ssh to target machine as root >> >>> >> yum install -y git ruby >> >>> >> git clone https://github.com/Katello/katello-deploy.git >> >>> >> cd katello-deploy >> >>> >> For a release version in production: >> >>> >> ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 >> >>> >> For nightly production: >> >>> >> ./setup.rb [rhel6|centos6|centos7|rhel7] >> >>> >> For development: >> >>> >> ./setup.rb --devel --devel-user=username >> [rhel6|centos6|centos7|rhel7] >> >>> >> >> >>> >> Manual: >> >>> >> yum -y localinstall >> >>> >> http://fedorapeople.org/groups/katello/releases/yum/> >>> >> >> >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm >> >>> >> yum -y localinstall http://yum.theforeman.org/> >>> >> >/el/x86_64/foreman-release.rpm >> >>> >> yum -y localinstall >> >>> >> >> >>> >> http://mirror.pnl.gov/epel//x86_64/epel-release-6-8.noarch.rpm >> >> >>> >> yum -y localinstall >> >>> >> >> >>> >> http://yum.puppetlabs.com/puppetlabs-release-el-.noarch.rpm >> >> >>> >> Install Dependendecies for RHEL or CENTOS >> >>> >> yum -y install katello >> >>> >> katello-installer >> >>> >> >> >>> >> best regards, >> >>> >> Christian >> >>> >> >> >>> >> Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb >> >>> >> marc....@priceline.com: >> >>> >>> >> >>> >>> I created a new VM in order to install Katello. The server name >> is >> >>> >>> nw-katello-201 running RHEL6 64-bit. Following the instructions >> on >> >>> >>> your web >> >>> >>> site, when I try to install katello-forman-all I get the >> following >> >>> >>> error >> >>> >>> messages: >> >>> >>> >> >>> >>> [root@nw-katello-201 yum.repos.d]# yum install -y >> katello-foreman-all >> >>> >>> Loaded plugins: product-id, rhnplugin, security, >> subscription-manager >> >>> >>> This system is not registered to Red Hat Subscription Management. >> You >> >>> >>> can >> >>> >>> use subscription-manager to register. >> >>> >>> This system is receiving updates from RHN Classic or RHN >> Satellite. >> >>> >>> >> >>> >>> >> >>> >>> >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >> >> >>> >>> [Errno 12] Timeout on >> >>> >>> >> >>> >>> >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >> >> >>> >>> (28, 'connect() timed out!') >> >>> >>> Trying other mirror. >> >>> >>> Error: Cannot retrieve repository metadata (repomd.xml) for >> >>> >>> repository: >> >>> >>> katello. Please verify its path and try again >> >>> >>> >> >>> >>> Here is the content of the repo files: >> >>> >>> >> >>> >>> [root@nw-katello-201 yum.repos.d]# ls >> >>> >>> epel.repo katello-candlepin.repo katello-pulp.repo >> >>> >>> pcln-rhel6.repo >> >>> >>> epel-testing.repo katello-foreman.repo katello.repo >> >>> >>> rhel-source.repo >> >>> >>> [root@nw-katello-201 yum.repos.d]# cat katello.repo >> >>> >>> # Place this file in your /etc/yum.repos.d/ directory >> >>> >>> >> >>> >>> [katello] >> >>> >>> name=Katello Stable >> >>> >>> >> >>> >>> >> >>> >>> #baseurl= >> http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ >> >>> >>> >> >>> >>> >> >>> >>> baseurl= >> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ >> >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> >>> >>> enabled=1 >> >>> >>> gpgcheck=1 >> >>> >>> >> >>> >>> [katello-source] >> >>> >>> name=Katello Stable Source >> >>> >>> >> >>> >>> >> >>> >>> baseurl= >> http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ >> >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> >>> >>> enabled=0 >> >>> >>> gpgcheck=1 >> >>> >>> >> >>> >>> >> >>> >>> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo >> >>> >>> # Place this file in your /etc/yum.repos.d/ directory >> >>> >>> >> >>> >>> # Foreman RPMs as supported by Katello - This is a coordinated >> >>> >>> # copy of Foreman's packages in order to ensure compatibility >> >>> >>> [katello-foreman] >> >>> >>> name=Foreman Community Releases >> >>> >>> >> >>> >>> >> >>> >>> #baseurl= >> http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ >> >>> >>> >> >>> >>> >> >>> >>> baseurl= >> https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ >> >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> >>> >>> enabled=1 >> >>> >>> gpgcheck=1 >> >>> >>> >> >>> >>> [katello-foreman-source] >> >>> >>> name=Katello Foreman source >> >>> >>> >> >>> >>> >> >>> >>> baseurl= >> http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ >> >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >> >>> >>> enabled=0 >> >>> >>> gpgcheck=1 >> >>> >>> >> >>> >>> >> >>> >>> What am I doing wrong? >> >>> >>> >> >>> >>> Thank you. >> >>> >>> >> >>> >>> Marc Szabo >> >>> > >> >>> > -- >> >>> > You received this message because you are subscribed to the Google >> >>> > Groups >> >>> > "Foreman users" group. >> >>> > To unsubscribe from this group and stop receiving emails from it, >> send >> >>> > an >> >>> > email to foreman-user...@googlegroups.com. >> >>> > To post to this group, send email to forema...@googlegroups.com. >> >>> > Visit this group at http://groups.google.com/group/foreman-users. >> >>> > For more options, visit https://groups.google.com/d/optout. >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "Foreman users" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an >> > email to foreman-user...@googlegroups.com. >> > To post to this group, send email to forema...@googlegroups.com. >> > Visit this group at http://groups.google.com/group/foreman-users. >> > For more options, visit https://groups.google.com/d/optout. >> >

Might need to run yum clean all just in case or try to get the package
manually through your proxy. The last package in that list,
ruby193-rubygem-rake-compiler-doc.noarch, is available in our repo if
you look here:

https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/6Server/x86_64/

The rails3_before_render package is provided by the Foreman 1.6
repositories and is available within.

Eric

··· On Tue, Sep 23, 2014 at 2:37 PM, wrote: > Ok... .it seems we're getting a little closer... but still no cigar!! > > I've added the repo: scl_ruby193.repo as follows: > > [root@nw-katello-201 yum.repos.d]# ls > epel.repo foreman-plugins.repo katello-candlepin.repo > katello.repo puppetlabs.repo scl_ruby193.repo > epel-testing.repo foreman.repo katello-pulp.repo > pcln-rhel6.repo rhel-source.repo > > However the installation still fails, because, obviously, there is still > another repo missing - notice the "<>" again below: > > > ruby193-rubygem-rack-mount.noarch 0.7.1-11.el6 katello > ruby193-rubygem-rack-mount-doc.noarch 0.7.1-11.el6 katello > ruby193-rubygem-rack-protection.noarch 1.2.0-7.el6 scl_ruby193 > ruby193-rubygem-rack-protection-doc.noarch > > 1.2.0-7.el6 scl_ruby193 > ruby193-rubygem-rack-ssl.noarch 1.3.2-7.el6 > scl_ruby193 > ruby193-rubygem-rack-ssl-doc.noarch 1.3.2-7.el6 scl_ruby193 > ruby193-rubygem-rack-test.noarch 0.6.1-2.el6 > scl_ruby193 > ruby193-rubygem-rails.noarch 1:3.2.8-1.el6 > scl_ruby193 > ruby193-rubygem-rails3_before_render.noarch > <> > ruby193-rubygem-rails3_before_render-doc.noarch <> > ruby193-rubygem-rails_warden.noarch 0.5.2-6.el6 katello > ruby193-rubygem-railties.noarch 3.2.8-2.el6 > scl_ruby193 > ruby193-rubygem-railties-doc.noarch 3.2.8-2.el6 > scl_ruby193 > ruby193-rubygem-rake.noarch 0.9.2.2-27.el6 > scl_ruby193 > ruby193-rubygem-rake-compiler.noarch 0.8.3-5.el6 katello > ruby193-rubygem-rake-compiler-doc.noarch > <> > > Any other suggestions on needed repos? > > > > On Tuesday, September 23, 2014 2:27:29 PM UTC-4, marc....@priceline.com > wrote: >> >> Thanks Eric, >> >> I'll give this a try next.... boy, this is not very user friendly is it?? >> >> On Tuesday, September 23, 2014 1:23:19 PM UTC-4, Eric Helms wrote: >>> >>> Marc, >>> >>> For CentOS 6 you'll need the CentOS SCL repo >>> (http://dev.centos.org/centos/6/SCL/scl.repo). For RHEL6, you either >>> need the same or the RHSCL enabled. >>> >>> Eric >>> >>> On Tue, Sep 23, 2014 at 1:02 PM, wrote: >>> > Looking into this some more... there is definitely a missing repo(s) >>> > from >>> > the following sample output: >>> > >>> > >>> > [root@nw-katello-201 yum.repos.d]# yum list | grep ruby193 >>> > >>> > ruby193-rubygem-unf.x86_64 0.1.3-4.el6 >>> > foreman >>> > ruby193-rubygem-unf-doc.noarch 0.1.3-4.el6 >>> > foreman >>> > ruby193-rubygem-unf_ext.x86_64 0.0.6-5.el6 >>> > foreman >>> > ruby193-rubygem-unf_ext-doc.noarch 0.0.6-5.el6 >>> > foreman >>> > ruby193-rubygem-unicode-display_width.noarch >>> > <> >>> > ruby193-rubygem-unicode-display_width-doc.noarch >>> > <> >>> > ruby193-rubygem-uuidtools.noarch 2.1.3-3.el6 >>> > foreman >>> > ruby193-rubygem-uuidtools-doc.noarch 2.1.3-3.el6 >>> > foreman >>> > ruby193-rubygem-validates_lengths_from_database.noarch >>> > <> >>> > ruby193-rubygem-validates_lengths_from_database-doc.noarch >>> > <> >>> > ruby193-rubygem-warden.noarch 1.0.3-3.el6 >>> > katello >>> > ruby193-rubygem-webmock.noarch 1.6.4-6.el6 >>> > katello >>> > ruby193-rubygem-webmock-doc.noarch 1.6.4-6.el6 >>> > katello >>> > >>> > You could see that some of the package don't have a repo associated >>> > with it >>> > (I entered the <> for emphasis). >>> > >>> > Do you know what repo(s) are missing and how I can get those rpms to >>> > install >>> > them? >>> > >>> > Thanks again. >>> > >>> > >>> > >>> > On Tuesday, September 23, 2014 12:44:31 PM UTC-4, >>> > marc....@priceline.com >>> > wrote: >>> >> >>> >> Hi Eric, >>> >> >>> >> Here are the list of repos: >>> >> >>> >> [root@nw-katello-201 yum.repos.d]# pwd >>> >> /etc/yum.repos.d >>> >> [root@nw-katello-201 yum.repos.d]# ls >>> >> epel.repo foreman-plugins.repo katello-candlepin.repo >>> >> katello.repo puppetlabs.repo >>> >> epel-testing.repo foreman.repo katello-pulp.repo >>> >> pcln-rhel6.repo rhel-source.repo >>> >> >>> >> Are there any missing? >>> >> >>> >> Thanks. >>> >> >>> >> >>> >> On Tuesday, September 23, 2014 12:11:58 PM UTC-4, Eric Helms wrote: >>> >>> >>> >>> Marc, >>> >>> >>> >>> The output looks like the SCL repositories are not setup or are not >>> >>> being recognized. Can you double check that you have those setup? >>> >>> >>> >>> Eric >>> >>> >>> >>> On Tue, Sep 23, 2014 at 10:49 AM, wrote: >>> >>> > Christian, >>> >>> > >>> >>> > I'm attempting to install Katello using the Manual method you >>> >>> > provided. >>> >>> > I've rebuilt the VM (rhel6 64-bit) and I installed all of the repos >>> >>> > from >>> >>> > those instructions. Now when I attempt to install the dependencies >>> >>> > using >>> >>> > the command: yum -y install katello >>> >>> > >>> >>> > The system processes all of the dependencies properly, however at >>> >>> > the >>> >>> > end of >>> >>> > that process, I get a whole bunch of Error messages (just a few >>> >>> > provided >>> >>> > below): >>> >>> > >>> >>> > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for >>> >>> > package: >>> >>> > ruby193-rubygem-rbvmomi-1.6.0-2.el6.noarch >>> >>> > --> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for >>> >>> > package: >>> >>> > ruby193-rubygem-anemone-0.7.2-10.el6.noarch >>> >>> > --> Finished Dependency Resolution >>> >>> > Error: Package: rubygem-netrc-0.7.7-5.el6.noarch (foreman) >>> >>> > Requires: ruby(rubygems) >>> >>> > Error: Package: rubygem-table_print-1.5.1-2.el6.noarch (foreman) >>> >>> > Requires: ruby(rubygems) >>> >>> > Error: Package: >>> >>> > ruby193-rubygem-google-api-client-0.6.4-1.el6.noarch >>> >>> > (foreman) >>> >>> > Requires: /opt/rh/ruby193/root/usr/bin/ruby >>> >>> > Error: Package: >>> >>> > ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch >>> >>> > (foreman) >>> >>> > Requires: ruby193-ruby(abi) = 1.9.1 >>> >>> > Error: Package: ruby193-rubygem-faraday-0.8.8-1.el6.noarch >>> >>> > (foreman) >>> >>> > >>> >>> > I've added the proxy line within each of the repos provided as >>> >>> > follows: >>> >>> > proxy=http://nw-iwsva.corp.pcln.com:8080 >>> >>> > >>> >>> > What else am I missing? >>> >>> > >>> >>> > Thank you. >>> >>> > >>> >>> > Marc. >>> >>> > >>> >>> > >>> >>> > On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com >>> >>> > wrote: >>> >>> >> >>> >>> >> Hi Marc, >>> >>> >> >>> >>> >> your Repo is going to 1.4, but you should use 2.0 for the Release >>> >>> >> Candidate! >>> >>> >> >>> >>> >> As mentioned on katello.org: >>> >>> >> Installation may be done manually or via our recommended approach >>> >>> >> of >>> >>> >> using >>> >>> >> katello-deploy. >>> >>> >> >>> >>> >> Katello-deploy: >>> >>> >> ssh to target machine as root >>> >>> >> yum install -y git ruby >>> >>> >> git clone https://github.com/Katello/katello-deploy.git >>> >>> >> cd katello-deploy >>> >>> >> For a release version in production: >>> >>> >> ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 >>> >>> >> For nightly production: >>> >>> >> ./setup.rb [rhel6|centos6|centos7|rhel7] >>> >>> >> For development: >>> >>> >> ./setup.rb --devel --devel-user=username >>> >>> >> [rhel6|centos6|centos7|rhel7] >>> >>> >> >>> >>> >> Manual: >>> >>> >> yum -y localinstall >>> >>> >> http://fedorapeople.org/groups/katello/releases/yum/>> >>> >> >>> >>> >> >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm >>> >>> >> yum -y localinstall http://yum.theforeman.org/>> >>> >> >/el/x86_64/foreman-release.rpm >>> >>> >> yum -y localinstall >>> >>> >> >>> >>> >> >>> >>> >> http://mirror.pnl.gov/epel//x86_64/epel-release-6-8.noarch.rpm >>> >>> >> yum -y localinstall >>> >>> >> >>> >>> >> >>> >>> >> http://yum.puppetlabs.com/puppetlabs-release-el-.noarch.rpm >>> >>> >> Install Dependendecies for RHEL or CENTOS >>> >>> >> yum -y install katello >>> >>> >> katello-installer >>> >>> >> >>> >>> >> best regards, >>> >>> >> Christian >>> >>> >> >>> >>> >> Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb >>> >>> >> marc....@priceline.com: >>> >>> >>> >>> >>> >>> I created a new VM in order to install Katello. The server name >>> >>> >>> is >>> >>> >>> nw-katello-201 running RHEL6 64-bit. Following the instructions >>> >>> >>> on >>> >>> >>> your web >>> >>> >>> site, when I try to install katello-forman-all I get the >>> >>> >>> following >>> >>> >>> error >>> >>> >>> messages: >>> >>> >>> >>> >>> >>> [root@nw-katello-201 yum.repos.d]# yum install -y >>> >>> >>> katello-foreman-all >>> >>> >>> Loaded plugins: product-id, rhnplugin, security, >>> >>> >>> subscription-manager >>> >>> >>> This system is not registered to Red Hat Subscription Management. >>> >>> >>> You >>> >>> >>> can >>> >>> >>> use subscription-manager to register. >>> >>> >>> This system is receiving updates from RHN Classic or RHN >>> >>> >>> Satellite. >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >>> >>> >>> [Errno 12] Timeout on >>> >>> >>> >>> >>> >>> >>> >>> >>> https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: >>> >>> >>> (28, 'connect() timed out!') >>> >>> >>> Trying other mirror. >>> >>> >>> Error: Cannot retrieve repository metadata (repomd.xml) for >>> >>> >>> repository: >>> >>> >>> katello. Please verify its path and try again >>> >>> >>> >>> >>> >>> Here is the content of the repo files: >>> >>> >>> >>> >>> >>> [root@nw-katello-201 yum.repos.d]# ls >>> >>> >>> epel.repo katello-candlepin.repo katello-pulp.repo >>> >>> >>> pcln-rhel6.repo >>> >>> >>> epel-testing.repo katello-foreman.repo katello.repo >>> >>> >>> rhel-source.repo >>> >>> >>> [root@nw-katello-201 yum.repos.d]# cat katello.repo >>> >>> >>> # Place this file in your /etc/yum.repos.d/ directory >>> >>> >>> >>> >>> >>> [katello] >>> >>> >>> name=Katello Stable >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> #baseurl=http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> baseurl=https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ >>> >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> >>> >>> enabled=1 >>> >>> >>> gpgcheck=1 >>> >>> >>> >>> >>> >>> [katello-source] >>> >>> >>> name=Katello Stable Source >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> baseurl=http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ >>> >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> >>> >>> enabled=0 >>> >>> >>> gpgcheck=1 >>> >>> >>> >>> >>> >>> >>> >>> >>> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo >>> >>> >>> # Place this file in your /etc/yum.repos.d/ directory >>> >>> >>> >>> >>> >>> # Foreman RPMs as supported by Katello - This is a coordinated >>> >>> >>> # copy of Foreman's packages in order to ensure compatibility >>> >>> >>> [katello-foreman] >>> >>> >>> name=Foreman Community Releases >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> #baseurl=http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> baseurl=https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ >>> >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> >>> >>> enabled=1 >>> >>> >>> gpgcheck=1 >>> >>> >>> >>> >>> >>> [katello-foreman-source] >>> >>> >>> name=Katello Foreman source >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> baseurl=http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ >>> >>> >>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg >>> >>> >>> enabled=0 >>> >>> >>> gpgcheck=1 >>> >>> >>> >>> >>> >>> >>> >>> >>> What am I doing wrong? >>> >>> >>> >>> >>> >>> Thank you. >>> >>> >>> >>> >>> >>> Marc Szabo >>> >>> > >>> >>> > -- >>> >>> > You received this message because you are subscribed to the Google >>> >>> > Groups >>> >>> > "Foreman users" group. >>> >>> > To unsubscribe from this group and stop receiving emails from it, >>> >>> > send >>> >>> > an >>> >>> > email to foreman-user...@googlegroups.com. >>> >>> > To post to this group, send email to forema...@googlegroups.com. >>> >>> > Visit this group at http://groups.google.com/group/foreman-users. >>> >>> > For more options, visit https://groups.google.com/d/optout. >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> > Groups >>> > "Foreman users" group. >>> > To unsubscribe from this group and stop receiving emails from it, send >>> > an >>> > email to foreman-user...@googlegroups.com. >>> > To post to this group, send email to forema...@googlegroups.com. >>> > Visit this group at http://groups.google.com/group/foreman-users. >>> > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-users+unsubscribe@googlegroups.com. > To post to this group, send email to foreman-users@googlegroups.com. > Visit this group at http://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout.

> Christian,
>
> Since I have to re-build the VM, could you confirm the size of the disk
> space required? I only saw memory requirements (8GB). We have a satellite
> server and we have an OS partition of 32GB and a database partition of
> 100GB - would this be the same for this build, or does everything need to
> be on one partition and what size should that be?

Just to give you an idea:

Content goes into /var/lib/pulp – you'll need enough space there to sync
content. EL7 and EPEL 7 together seem to be taking about 12GB on my
instance. Fedora 20 was a lot bigger, it was close to 30GB. I'd
probably alot about the same for EL6. So, give /var/lib/pulp a lot of
space.

My mongo DB is using about 7GB in /var/lib/mongo. Postgres is much
smaller in /var/lib/pgsql at about 400 MB.

··· On Tue, Sep 23, 2014 at 05:08:41AM -0700, marc.szabo@priceline.com wrote:

Thanks.

Marc.

On Tuesday, September 23, 2014 7:57:48 AM UTC-4, marc....@priceline.com > wrote:

Ok. I just saw this post… I’ll just start all over again since I
haven’t registered any clients to this system as of yet. Thanks again.

On Monday, September 22, 2014 3:49:17 PM UTC-4, ehar...@gmail.com wrote:

Hi Marc,

Due to the evolution of Katello as a standalone application into a plugin
to The Foreman, an upgrade is not feasible. We regret that instead of an
upgrade you will need to transition to a new server…(look at
http://www.katello.org/docs/installation/2.0-transition.html)

Am Montag, 22. September 2014 21:27:56 UTC+2 schrieb > >> marc....@priceline.com:

Hi Christian,

Thank you for your reply… I’ve figured out that it was a proxy issue
and I was able to install Katello…

Unfortunately, I’ve already installed v1.4. How can I “upgrade” to v2.0?

When I try to update the repos, there doesn’t seem to be a repo for the
katello-forman, and then I get errror messages when I try to to an yum
update command as follows:

–> Finished Dependency Resolution
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: foreman-gce
Error: Package: katello-installer-2.0.0-1.el6.noarch (katello)
Requires: foreman-selinux
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: foreman-libvirt
Error: Package: ruby193-rubygem-katello-2.0.0-3.el6.noarch (katello)
Requires: foreman >= 1.6.0
Installed: foreman-1.3.0-1.el6.noarch (@katello-foreman)
foreman = 1.3.0-1.el6
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: rubygem-hammer_cli_foreman
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: foreman-ovirt
Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch (katello)
Requires: rubygem(hammer_cli_foreman)
Error: Package: katello-installer-2.0.0-1.el6.noarch (katello)
Requires: rubygem-apipie-bindings >= 0.0.6
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: foreman-vmware
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: ruby193-rubygem-foreman_hooks
Error: Package: ruby193-rubygem-katello-2.0.0-3.el6.noarch (katello)
Requires: ruby193-rubygem-apipie-rails >= 0.1.1
Installed: ruby193-rubygem-apipie-rails-0.0.23-1.el6.noarch
(@katello)
ruby193-rubygem-apipie-rails = 0.0.23-1.el6
Available: ruby193-rubygem-apipie-rails-0.0.21-2.el6.noarch
(katello)
ruby193-rubygem-apipie-rails = 0.0.21-2.el6
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: ruby193-rubygem-foreman_discovery
Error: Package: ruby193-rubygem-foreman-tasks-0.6.10-1.el6.noarch
(katello)
Requires: ruby193-rubygem(sequel)
Error: Package: katello-glue-pulp-1.4.15-1.el6.noarch (@katello)
Requires: pulp-katello-plugins
Removing: pulp-katello-plugins-0.2-1.el6.noarch (@katello)
pulp-katello-plugins = 0.2-1.el6
Obsoleted By: pulp-katello-0.3-3.el6.noarch (katello)
Not found
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: ruby193-rubygem-foreman_bootdisk
Error: Package:
rubygem-hammer_cli_foreman_tasks-0.0.3-2.201409091410gitc96619d.git.0.37f3704.el6.noarch
(katello)
Requires: rubygem(hammer_cli_foreman) >= 0.1.1
Error: Package: ruby193-rubygem-foreman-tasks-0.6.10-1.el6.noarch
(katello)
Requires: ruby193-rubygem(sinatra)
Error: Package: rubygem-hammer_cli_katello-0.0.6-1.el6.noarch (katello)
Requires: rubygem(hammer_cli) >= 0.1.1
Error: Package: katello-2.0.0-0.el6.noarch (katello)
Requires: rubygem-hammer_cli
Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch (katello)
Requires: rubygem(hammer_cli)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

I know the problem is with the katello-foreman.repo file, what should it
be?

Thanks again.

Marc.

On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com wrote:

Hi Marc,

your Repo is going to 1.4, but you should use 2.0 for the Release
Candidate!

As mentioned on katello.org:
Installation may be done manually or via our recommended approach of
using katello-deploy.

Katello-deploy:
ssh to target machine as root
yum install -y git ruby
git clone https://github.com/Katello/katello-deploy.git
cd katello-deploy
For a release version in production:
./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0
For nightly production:
./setup.rb [rhel6|centos6|centos7|rhel7]
For development:
./setup.rb --devel --devel-user=username [rhel6|centos6|centos7|rhel7]

Manual:
yum -y localinstall
http://fedorapeople.org/groups/katello/releases/yum/<INSTALL

/katello/RHEL/<OS_VERSION>Server/x86_64/katello-repos-latest.rpm
yum -y localinstall http://yum.theforeman.org/<INSTALL
/el<OS_VERSION>/x86_64/foreman-release.rpm
yum -y localinstall http://mirror.pnl.gov/epel/
<OS_VERSION>/x86_64/epel-release-6-8.noarch.rpm
yum -y localinstall http://yum.puppetlabs.com/puppetlabs-release-el-
<OS_VERSION>.noarch.rpm
Install Dependendecies for RHEL or CENTOS
yum -y install katello
katello-installer

best regards,
Christian

Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb > >>>> marc....@priceline.com:

I created a new VM in order to install Katello. The server name is
nw-katello-201 running RHEL6 64-bit. Following the instructions on your
web site, when I try to install katello-forman-all I get the following
error messages:

[root@nw-katello-201 yum.repos.d]# yum install -y katello-foreman-all
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You
can use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.

https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml:
[Errno 12] Timeout on
https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml:
(28, ‘connect() timed out!’)
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for
repository: katello. Please verify its path and try again

Here is the content of the repo files:

[root@nw-katello-201 yum.repos.d]# ls
epel.repo katello-candlepin.repo katello-pulp.repo
pcln-rhel6.repo
epel-testing.repo katello-foreman.repo katello.repo
rhel-source.repo
[root@nw-katello-201 yum.repos.d]# cat katello.repo

Place this file in your /etc/yum.repos.d/ directory

[katello]
name=Katello Stable
#baseurl=
http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/
baseurl=
https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/
gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg
enabled=1
gpgcheck=1

[katello-source]
name=Katello Stable Source
baseurl=
http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/
gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg
enabled=0
gpgcheck=1

[root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo

Place this file in your /etc/yum.repos.d/ directory

Foreman RPMs as supported by Katello - This is a coordinated

copy of Foreman’s packages in order to ensure compatibility

[katello-foreman]
name=Foreman Community Releases
#baseurl=
http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/
baseurl=
https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/
gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg
enabled=1
gpgcheck=1

[katello-foreman-source]
name=Katello Foreman source
baseurl=
http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/
gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg
enabled=0
gpgcheck=1

What am I doing wrong?

Thank you.

Marc Szabo


You received this message because you are subscribed to the Google Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Stephen Benjamin


Red Hat GmbH | http://de.redhat.com/ | Sitz: Grasbrunn
Handelsregister: Amtsgericht München, HRB 153243
Geschäftsführer: Charles Cachera, Michael Cunningham,
Michael O’Neill, Charles Peters

Hi Eric,

Thanks for the help… I ran the clean all command successfully. This
still didn't solve my problem.

I looked into the repo link you provided, but still don't see the
ruby193-rubygem-rake-compiler-doc.noarch package in there:

ruby193-rubygem-rails_warden-0.5.2-6.el6.noarch.rpm <https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/6Server/x86_64/ruby193-rubygem-rails_warden-0.5.2-6.el6.noarch.rpm> 24-Sep-2014 06:49 97K ruby193-rubygem-rake-compiler-0.8.3-5.el6.noarch.rpm <https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/6Server/x86_64/ruby193-rubygem-rake-compiler-0.8.3-5.el6.noarch.rpm> 24-Sep-2014 06:49 65K ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm <https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/6Server/x86_64/ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm> 24-Sep-2014 06:49 95K ruby193-rubygem-rcov-0.9.9-11.el6.x86_64.rpm <https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/6Server/x86_64/ruby193-rubygem-rcov-0.9.9-11.el6.x86_64.rpm> 24-Sep-2014 06:49 157K ruby193-rubygem-rcov-doc-0.9.9-11.el6.x86_64.rpm <https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/6Server/x86_64/ruby193-rubygem-rcov-doc-0.9.9-11.el6.x86_64.rpm> 24-Sep-2014 06:49 142K

[root@nw-katello-201 yum.repos.d]# yum list | grep ruby193-rubygem-rake-compiler
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
ruby193-rubygem-rake-compiler.noarch 0.8.3-5.el6 katello
ruby193-rubygem-rake-compiler-doc.noarch <<blank>>

Notice the package doesn't have a repo associated with it. And from your
link, above, I don't see it there either.

It would be just too much to try to download individually all of those
packages, not to mention figuring out all the dependencies as well. There
has got to be a missing repo that I need??

Could you list out all of the repos that you have in your /etc/yum.repos.d
directory as a comparison - assuming that you successfully executed the
"yum -y install katello" command.

I will say that when I run that command now, there are a lot less packages
missing:

–> Finished Dependency Resolution
Error: Package: rubygem-kafo-0.6.5-1.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-json-1.5.5-3.el6.x86_64 (puppetlabs-deps)
Requires: rubygems >= 1.3.7
Error: Package: rubygem-netrc-0.7.7-5.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package:
rubygem-hammer_cli_foreman_tasks-0.0.3-2.201409091410gitc96619d.git.0.37f3704.el6.noarch
(katello)
Requires: ruby(rubygems)
Error: Package: rubygem-hammer_cli-0.1.3-1.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-mime-types-1.16-3.el6.noarch (epel)
Requires: ruby(rubygems)
Error: Package: rubygem-highline-1.6.21-2.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-table_print-1.5.1-2.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-apipie-bindings-0.0.8-4.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch (katello)
Requires: ruby(rubygems)
Error: Package: rubygem-fastercsv-1.5.4-1.el6.noarch (epel)
Requires: rubygems
Error: Package: rubygem-powerbar-1.0.11-8.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-clamp-0.6.2-3.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-hammer_cli_katello-0.0.6-1.el6.noarch (katello)
Requires: ruby(rubygems)
Error: Package: rubygem-hashie-2.0.5-1.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-rest-client-1.6.7-2.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-rdoc-3.12-12.el6.x86_64 (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-kafo_parsers-0.0.3-1.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-ansi-1.4.3-2.el6.noarch (epel)
Requires: rubygems
Error: Package: rubygem-oauth-0.4.7-6.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-little-plugger-1.1.3-18.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-fast_gettext-0.8.0-15.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-hammer_cli_foreman-0.1.3-1.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-awesome_print-1.0.2-10.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-logging-1.8.1-26.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-locale-2.0.5-1.el6.1.noarch (epel)
Requires: ruby(rubygems)
Error: Package: rubygem-multi_json-1.8.2-2.el6.noarch (foreman)
Requires: ruby(rubygems)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

So I'm sure I'm close.

Thank you.

Marc.

··· From my server:

On Tuesday, September 23, 2014 3:28:00 PM UTC-4, Eric Helms wrote:

Might need to run yum clean all just in case or try to get the package
manually through your proxy. The last package in that list,
ruby193-rubygem-rake-compiler-doc.noarch, is available in our repo if
you look here:

https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/6Server/x86_64/

The rails3_before_render package is provided by the Foreman 1.6
repositories and is available within.

Eric

On Tue, Sep 23, 2014 at 2:37 PM, <marc....@priceline.com <javascript:>> > wrote:

Ok… .it seems we’re getting a little closer… but still no cigar!!

I’ve added the repo: scl_ruby193.repo as follows:

[root@nw-katello-201 yum.repos.d]# ls
epel.repo foreman-plugins.repo katello-candlepin.repo
katello.repo puppetlabs.repo scl_ruby193.repo
epel-testing.repo foreman.repo katello-pulp.repo
pcln-rhel6.repo rhel-source.repo

However the installation still fails, because, obviously, there is still
another repo missing - notice the “<>” again below:

ruby193-rubygem-rack-mount.noarch 0.7.1-11.el6 katello
ruby193-rubygem-rack-mount-doc.noarch 0.7.1-11.el6 katello
ruby193-rubygem-rack-protection.noarch 1.2.0-7.el6
scl_ruby193
ruby193-rubygem-rack-protection-doc.noarch

1.2.0-7.el6 scl_ruby193
ruby193-rubygem-rack-ssl.noarch 1.3.2-7.el6
scl_ruby193
ruby193-rubygem-rack-ssl-doc.noarch 1.3.2-7.el6
scl_ruby193
ruby193-rubygem-rack-test.noarch 0.6.1-2.el6
scl_ruby193
ruby193-rubygem-rails.noarch 1:3.2.8-1.el6
scl_ruby193
ruby193-rubygem-rails3_before_render.noarch
<>
ruby193-rubygem-rails3_before_render-doc.noarch
<>
ruby193-rubygem-rails_warden.noarch 0.5.2-6.el6 katello
ruby193-rubygem-railties.noarch 3.2.8-2.el6
scl_ruby193
ruby193-rubygem-railties-doc.noarch 3.2.8-2.el6
scl_ruby193
ruby193-rubygem-rake.noarch 0.9.2.2-27.el6
scl_ruby193
ruby193-rubygem-rake-compiler.noarch 0.8.3-5.el6 katello
ruby193-rubygem-rake-compiler-doc.noarch
<>

Any other suggestions on needed repos?

On Tuesday, September 23, 2014 2:27:29 PM UTC-4, marc....@priceline.com > > wrote:

Thanks Eric,

I’ll give this a try next… boy, this is not very user friendly is
it??

On Tuesday, September 23, 2014 1:23:19 PM UTC-4, Eric Helms wrote:

Marc,

For CentOS 6 you’ll need the CentOS SCL repo
(http://dev.centos.org/centos/6/SCL/scl.repo). For RHEL6, you either
need the same or the RHSCL enabled.

Eric

On Tue, Sep 23, 2014 at 1:02 PM, marc....@priceline.com wrote:

Looking into this some more… there is definitely a missing repo(s)
from
the following sample output:

[root@nw-katello-201 yum.repos.d]# yum list | grep ruby193

ruby193-rubygem-unf.x86_64 0.1.3-4.el6
foreman
ruby193-rubygem-unf-doc.noarch 0.1.3-4.el6
foreman
ruby193-rubygem-unf_ext.x86_64 0.0.6-5.el6
foreman
ruby193-rubygem-unf_ext-doc.noarch 0.0.6-5.el6
foreman
ruby193-rubygem-unicode-display_width.noarch
<>
ruby193-rubygem-unicode-display_width-doc.noarch
<>
ruby193-rubygem-uuidtools.noarch 2.1.3-3.el6
foreman
ruby193-rubygem-uuidtools-doc.noarch 2.1.3-3.el6
foreman
ruby193-rubygem-validates_lengths_from_database.noarch
<>
ruby193-rubygem-validates_lengths_from_database-doc.noarch
<>
ruby193-rubygem-warden.noarch 1.0.3-3.el6
katello
ruby193-rubygem-webmock.noarch 1.6.4-6.el6
katello
ruby193-rubygem-webmock-doc.noarch 1.6.4-6.el6
katello

You could see that some of the package don’t have a repo associated
with it
(I entered the <> for emphasis).

Do you know what repo(s) are missing and how I can get those rpms to
install
them?

Thanks again.

On Tuesday, September 23, 2014 12:44:31 PM UTC-4, > >>> > marc....@priceline.com > >>> > wrote:

Hi Eric,

Here are the list of repos:

[root@nw-katello-201 yum.repos.d]# pwd
/etc/yum.repos.d
[root@nw-katello-201 yum.repos.d]# ls
epel.repo foreman-plugins.repo katello-candlepin.repo
katello.repo puppetlabs.repo
epel-testing.repo foreman.repo katello-pulp.repo
pcln-rhel6.repo rhel-source.repo

Are there any missing?

Thanks.

On Tuesday, September 23, 2014 12:11:58 PM UTC-4, Eric Helms wrote:

Marc,

The output looks like the SCL repositories are not setup or are
not

being recognized. Can you double check that you have those setup?

Eric

On Tue, Sep 23, 2014 at 10:49 AM, marc....@priceline.com > wrote:

Christian,

I’m attempting to install Katello using the Manual method you
provided.
I’ve rebuilt the VM (rhel6 64-bit) and I installed all of the
repos

from
those instructions. Now when I attempt to install the
dependencies

using
the command: yum -y install katello

The system processes all of the dependencies properly, however
at

the
end of
that process, I get a whole bunch of Error messages (just a few
provided
below):

–> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for
package:
ruby193-rubygem-rbvmomi-1.6.0-2.el6.noarch
–> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for
package:
ruby193-rubygem-anemone-0.7.2-10.el6.noarch
–> Finished Dependency Resolution
Error: Package: rubygem-netrc-0.7.7-5.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-table_print-1.5.1-2.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package:
ruby193-rubygem-google-api-client-0.6.4-1.el6.noarch
(foreman)
Requires: /opt/rh/ruby193/root/usr/bin/ruby
Error: Package:
ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch
(foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-faraday-0.8.8-1.el6.noarch
(foreman)

I’ve added the proxy line within each of the repos provided as
follows:
proxy=http://nw-iwsva.corp.pcln.com:8080

What else am I missing?

Thank you.

Marc.

On Monday, September 22, 2014 2:25:32 PM UTC-4, > ehar...@gmail.com > >>> >>> > wrote:

Hi Marc,

your Repo is going to 1.4, but you should use 2.0 for the
Release

Candidate!

As mentioned on katello.org:
Installation may be done manually or via our recommended
approach

of
using
katello-deploy.

Katello-deploy:
ssh to target machine as root
yum install -y git ruby
git clone https://github.com/Katello/katello-deploy.git
cd katello-deploy
For a release version in production:
./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0
For nightly production:
./setup.rb [rhel6|centos6|centos7|rhel7]
For development:
./setup.rb --devel --devel-user=username
[rhel6|centos6|centos7|rhel7]

Manual:
yum -y localinstall
http://fedorapeople.org/groups/katello/releases/yum/<INSTALL

/katello/RHEL/<OS_VERSION>Server/x86_64/katello-repos-latest.rpm

yum -y localinstall http://yum.theforeman.org/<INSTALL

/el<OS_VERSION>/x86_64/foreman-release.rpm
yum -y localinstall

http://mirror.pnl.gov/epel/<OS_VERSION>/x86_64/epel-release-6-8.noarch.rpm

yum -y localinstall

http://yum.puppetlabs.com/puppetlabs-release-el-<OS_VERSION>.noarch.rpm

Install Dependendecies for RHEL or CENTOS
yum -y install katello
katello-installer

best regards,
Christian

Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb > >>> >>> >> marc....@priceline.com:

I created a new VM in order to install Katello. The server
name

is
nw-katello-201 running RHEL6 64-bit. Following the
instructions

on
your web
site, when I try to install katello-forman-all I get the
following
error
messages:

[root@nw-katello-201 yum.repos.d]# yum install -y
katello-foreman-all
Loaded plugins: product-id, rhnplugin, security,
subscription-manager
This system is not registered to Red Hat Subscription
Management.

You
can
use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN
Satellite.

https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml:

[Errno 12] Timeout on

https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml:

(28, ‘connect() timed out!’)
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for
repository:
katello. Please verify its path and try again

Here is the content of the repo files:

[root@nw-katello-201 yum.repos.d]# ls
epel.repo katello-candlepin.repo katello-pulp.repo
pcln-rhel6.repo
epel-testing.repo katello-foreman.repo katello.repo
rhel-source.repo
[root@nw-katello-201 yum.repos.d]# cat katello.repo

Place this file in your /etc/yum.repos.d/ directory

[katello]
name=Katello Stable

#baseurl=
http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/

baseurl=
https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/

gpgkey=http://www.katello.o

Thank you Stephen!

··· On Tuesday, September 23, 2014 8:26:20 AM UTC-4, Stephen Benjamin wrote: > > On Tue, Sep 23, 2014 at 05:08:41AM -0700, marc....@priceline.com > wrote: > > Christian, > > > > Since I have to re-build the VM, could you confirm the size of the disk > > space required? I only saw memory requirements (8GB). We have a > satellite > > server and we have an OS partition of 32GB and a database partition of > > 100GB - would this be the same for this build, or does everything need > to > > be on one partition and what size should that be? > > Just to give you an idea: > > Content goes into /var/lib/pulp -- you'll need enough space there to sync > content. EL7 and EPEL 7 together seem to be taking about 12GB on my > instance. Fedora 20 was a lot bigger, it was close to 30GB. I'd > probably alot about the same for EL6. So, give /var/lib/pulp a lot of > space. > > My mongo DB is using about 7GB in /var/lib/mongo. Postgres is much > smaller in /var/lib/pgsql at about 400 MB. > > > > Thanks. > > > > Marc. > > > > On Tuesday, September 23, 2014 7:57:48 AM UTC-4, marc....@priceline.com > > wrote: > > > > > > Ok. I just saw this post... I'll just start all over again since I > > > haven't registered any clients to this system as of yet. Thanks > again. > > > > > > On Monday, September 22, 2014 3:49:17 PM UTC-4, ehar...@gmail.com > wrote: > > >> > > >> Hi Marc, > > >> > > >> Due to the evolution of Katello as a standalone application into a > plugin > > >> to The Foreman, an upgrade is not feasible. We regret that instead of > an > > >> upgrade you will need to transition to a new server...(look at > > >> http://www.katello.org/docs/installation/2.0-transition.html) > > >> > > >> Am Montag, 22. September 2014 21:27:56 UTC+2 schrieb > > >> marc....@priceline.com: > > >>> > > >>> Hi Christian, > > >>> > > >>> Thank you for your reply... I've figured out that it was a proxy > issue > > >>> and I was able to install Katello.... > > >>> > > >>> Unfortunately, I've already installed v1.4. How can I "upgrade" to > v2.0? > > >>> > > >>> When I try to update the repos, there doesn't seem to be a repo for > the > > >>> katello-forman, and then I get errror messages when I try to to an > yum > > >>> update command as follows: > > >>> > > >>> > > >>> --> Finished Dependency Resolution > > >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) > > >>> Requires: foreman-gce > > >>> Error: Package: katello-installer-2.0.0-1.el6.noarch (katello) > > >>> Requires: foreman-selinux > > >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) > > >>> Requires: foreman-libvirt > > >>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el6.noarch (katello) > > >>> Requires: foreman >= 1.6.0 > > >>> Installed: foreman-1.3.0-1.el6.noarch (@katello-foreman) > > >>> foreman = 1.3.0-1.el6 > > >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) > > >>> Requires: rubygem-hammer_cli_foreman > > >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) > > >>> Requires: foreman-ovirt > > >>> Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch > (katello) > > >>> Requires: rubygem(hammer_cli_foreman) > > >>> Error: Package: katello-installer-2.0.0-1.el6.noarch (katello) > > >>> Requires: rubygem-apipie-bindings >= 0.0.6 > > >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) > > >>> Requires: foreman-vmware > > >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) > > >>> Requires: ruby193-rubygem-foreman_hooks > > >>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el6.noarch (katello) > > >>> Requires: ruby193-rubygem-apipie-rails >= 0.1.1 > > >>> Installed: > ruby193-rubygem-apipie-rails-0.0.23-1.el6.noarch > > >>> (@katello) > > >>> ruby193-rubygem-apipie-rails = 0.0.23-1.el6 > > >>> Available: > ruby193-rubygem-apipie-rails-0.0.21-2.el6.noarch > > >>> (katello) > > >>> ruby193-rubygem-apipie-rails = 0.0.21-2.el6 > > >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) > > >>> Requires: ruby193-rubygem-foreman_discovery > > >>> Error: Package: ruby193-rubygem-foreman-tasks-0.6.10-1.el6.noarch > > >>> (katello) > > >>> Requires: ruby193-rubygem(sequel) > > >>> Error: Package: katello-glue-pulp-1.4.15-1.el6.noarch (@katello) > > >>> Requires: pulp-katello-plugins > > >>> Removing: pulp-katello-plugins-0.2-1.el6.noarch > (@katello) > > >>> pulp-katello-plugins = 0.2-1.el6 > > >>> Obsoleted By: pulp-katello-0.3-3.el6.noarch (katello) > > >>> Not found > > >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) > > >>> Requires: ruby193-rubygem-foreman_bootdisk > > >>> Error: Package: > > >>> > rubygem-hammer_cli_foreman_tasks-0.0.3-2.201409091410gitc96619d.git.0.37f3704.el6.noarch > > > >>> (katello) > > >>> Requires: rubygem(hammer_cli_foreman) >= 0.1.1 > > >>> Error: Package: ruby193-rubygem-foreman-tasks-0.6.10-1.el6.noarch > > >>> (katello) > > >>> Requires: ruby193-rubygem(sinatra) > > >>> Error: Package: rubygem-hammer_cli_katello-0.0.6-1.el6.noarch > (katello) > > >>> Requires: rubygem(hammer_cli) >= 0.1.1 > > >>> Error: Package: katello-2.0.0-0.el6.noarch (katello) > > >>> Requires: rubygem-hammer_cli > > >>> Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch > (katello) > > >>> Requires: rubygem(hammer_cli) > > >>> You could try using --skip-broken to work around the problem > > >>> You could try running: rpm -Va --nofiles --nodigest > > >>> > > >>> > > >>> I know the problem is with the katello-foreman.repo file, what > should it > > >>> be? > > >>> > > >>> Thanks again. > > >>> > > >>> Marc. > > >>> > > >>> > > >>> > > >>> > > >>> On Monday, September 22, 2014 2:25:32 PM UTC-4, ehar...@gmail.com > wrote: > > >>>> > > >>>> Hi Marc, > > >>>> > > >>>> your Repo is going to 1.4, but you should use 2.0 for the Release > > >>>> Candidate! > > >>>> > > >>>> As mentioned on katello.org: > > >>>> Installation may be done manually or via our recommended approach > of > > >>>> using katello-deploy. > > >>>> > > >>>> *Katello-deploy:* > > >>>> ssh to target machine as root > > >>>> yum install -y git ruby > > >>>> git clone https://github.com/Katello/katello-deploy.git > > >>>> cd katello-deploy > > >>>> *For a release version in production:* > > >>>> ./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0 > > >>>> *For nightly production:* > > >>>> ./setup.rb [rhel6|centos6|centos7|rhel7] > > >>>> *For development:* > > >>>> ./setup.rb --devel --devel-user=username > [rhel6|centos6|centos7|rhel7] > > >>>> > > >>>> *Manual:* > > >>>> yum -y localinstall > > >>>> http://fedorapeople.org/groups/katello/releases/yum/ > >>>> > >/katello/RHEL/Server/x86_64/katello-repos-latest.rpm > > >>>> yum -y localinstall http://yum.theforeman.org/ > >>>> >/el/x86_64/foreman-release.rpm > > >>>> yum -y localinstall http://mirror.pnl.gov/epel/ > > >>>> /x86_64/epel-release-6-8.noarch.rpm > > >>>> yum -y localinstall > http://yum.puppetlabs.com/puppetlabs-release-el- > > >>>> .noarch.rpm > > >>>> Install Dependendecies for RHEL or CENTOS > > >>>> yum -y install katello > > >>>> katello-installer > > >>>> > > >>>> best regards, > > >>>> Christian > > >>>> > > >>>> Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb > > >>>> marc....@priceline.com: > > >>>>> > > >>>>> I created a new VM in order to install Katello. The server name > is > > >>>>> nw-katello-201 running RHEL6 64-bit. Following the instructions > on your > > >>>>> web site, when I try to install katello-forman-all I get the > following > > >>>>> error messages: > > >>>>> > > >>>>> [root@nw-katello-201 yum.repos.d]# yum install -y > katello-foreman-all > > >>>>> Loaded plugins: product-id, rhnplugin, security, > subscription-manager > > >>>>> This system is not registered to Red Hat Subscription Management. > You > > >>>>> can use subscription-manager to register. > > >>>>> This system is receiving updates from RHN Classic or RHN > Satellite. > > >>>>> > > >>>>> > https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: > > > >>>>> [Errno 12] Timeout on > > >>>>> > https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml: > > > >>>>> (28, 'connect() timed out!') > > >>>>> Trying other mirror. > > >>>>> Error: Cannot retrieve repository metadata (repomd.xml) for > > >>>>> repository: katello. Please verify its path and try again > > >>>>> > > >>>>> Here is the content of the repo files: > > >>>>> > > >>>>> [root@nw-katello-201 yum.repos.d]# ls > > >>>>> epel.repo katello-candlepin.repo katello-pulp.repo > > >>>>> pcln-rhel6.repo > > >>>>> epel-testing.repo katello-foreman.repo katello.repo > > >>>>> rhel-source.repo > > >>>>> [root@nw-katello-201 yum.repos.d]# cat katello.repo > > >>>>> # Place this file in your /etc/yum.repos.d/ directory > > >>>>> > > >>>>> [katello] > > >>>>> name=Katello Stable > > >>>>> #baseurl= > > >>>>> > http://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/$releasever/$basearch/ > > >>>>> baseurl= > > >>>>> > https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/ > > >>>>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > > >>>>> enabled=1 > > >>>>> gpgcheck=1 > > >>>>> > > >>>>> [katello-source] > > >>>>> name=Katello Stable Source > > >>>>> baseurl= > > >>>>> > http://fedorapeople.org/groups/katello/releases/source/1.4/RHEL/$releasever/ > > >>>>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > > >>>>> enabled=0 > > >>>>> gpgcheck=1 > > >>>>> > > >>>>> > > >>>>> [root@nw-katello-201 yum.repos.d]# cat katello-foreman.repo > > >>>>> # Place this file in your /etc/yum.repos.d/ directory > > >>>>> > > >>>>> # Foreman RPMs as supported by Katello - This is a coordinated > > >>>>> # copy of Foreman's packages in order to ensure compatibility > > >>>>> [katello-foreman] > > >>>>> name=Foreman Community Releases > > >>>>> #baseurl= > > >>>>> > http://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/$releasever/$basearch/ > > >>>>> baseurl= > > >>>>> > https://fedorapeople.org/groups/katello/releases/yum/katello-1.4-foreman/RHEL/6Server/x86_64/ > > >>>>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > > >>>>> enabled=1 > > >>>>> gpgcheck=1 > > >>>>> > > >>>>> [katello-foreman-source] > > >>>>> name=Katello Foreman source > > >>>>> baseurl= > > >>>>> > http://fedorapeople.org/groups/katello/releases/source/katello-1.4-foreman/RHEL/$releasever/ > > >>>>> gpgkey=http://www.katello.org/gpg/RPM-GPG-KEY-katello-2012.gpg > > >>>>> enabled=0 > > >>>>> gpgcheck=1 > > >>>>> > > >>>>> > > >>>>> What am I doing wrong? > > >>>>> > > >>>>> Thank you. > > >>>>> > > >>>>> Marc Szabo > > >>>>> > > >>>> > > > > -- > > You received this message because you are subscribed to the Google > Groups "Foreman users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to foreman-user...@googlegroups.com . > > To post to this group, send email to forema...@googlegroups.com > . > > Visit this group at http://groups.google.com/group/foreman-users. > > For more options, visit https://groups.google.com/d/optout. > > -- > Stephen Benjamin > > ______________________________________________________ > Red Hat GmbH | http://de.redhat.com/ | Sitz: Grasbrunn > Handelsregister: Amtsgericht München, HRB 153243 > Geschäftsführer: Charles Cachera, Michael Cunningham, > Michael O'Neill, Charles Peters > > >

> Hi Eric,
>
> Thanks for the help… I ran the clean all command successfully. This
> still didn't solve my problem.
>
> I looked into the repo link you provided, but still don't see the
> ruby193-rubygem-rake-compiler-doc.noarch package in there:
>
> ruby193-rubygem-rails_warden-0.5.2-6.el6.noarch.rpm
> 24-Sep-2014 06:49 97K
> ruby193-rubygem-rake-compiler-0.8.3-5.el6.noarch.rpm
> 24-Sep-2014 06:49 65K
> ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm
> 24-Sep-2014 06:49 95K

^ Isn't that the package right there? What am I missing? Also, is ruby
installed on your system? We make use of system Ruby (for installer
and CLI) and the SCL Ruby (for the web app).

Eric

··· On Wed, Sep 24, 2014 at 8:49 AM, wrote:

ruby193-rubygem-rcov-0.9.9-11.el6.x86_64.rpm
24-Sep-2014 06:49 157K
ruby193-rubygem-rcov-doc-0.9.9-11.el6.x86_64.rpm
24-Sep-2014 06:49 142K

From my server:

[root@nw-katello-201 yum.repos.d]# yum list | grep
ruby193-rubygem-rake-compiler
This system is not registered to Red Hat Subscription Management. You can
use subscription-manager to register.
ruby193-rubygem-rake-compiler.noarch 0.8.3-5.el6 katello
ruby193-rubygem-rake-compiler-doc.noarch <>

Notice the package doesn’t have a repo associated with it. And from your
link, above, I don’t see it there either.

It would be just too much to try to download individually all of those
packages, not to mention figuring out all the dependencies as well. There
has got to be a missing repo that I need??

Could you list out all of the repos that you have in your /etc/yum.repos.d
directory as a comparison - assuming that you successfully executed the
"yum -y install katello" command.

I will say that when I run that command now, there are a lot less packages
missing:

–> Finished Dependency Resolution
Error: Package: rubygem-kafo-0.6.5-1.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-json-1.5.5-3.el6.x86_64 (puppetlabs-deps)
Requires: rubygems >= 1.3.7
Error: Package: rubygem-netrc-0.7.7-5.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package:
rubygem-hammer_cli_foreman_tasks-0.0.3-2.201409091410gitc96619d.git.0.37f3704.el6.noarch
(katello)
Requires: ruby(rubygems)
Error: Package: rubygem-hammer_cli-0.1.3-1.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-mime-types-1.16-3.el6.noarch (epel)
Requires: ruby(rubygems)
Error: Package: rubygem-highline-1.6.21-2.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-table_print-1.5.1-2.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-apipie-bindings-0.0.8-4.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-hammer_cli_import-0.10.4-1.el6.noarch (katello)
Requires: ruby(rubygems)
Error: Package: rubygem-fastercsv-1.5.4-1.el6.noarch (epel)
Requires: rubygems
Error: Package: rubygem-powerbar-1.0.11-8.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-clamp-0.6.2-3.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-hammer_cli_katello-0.0.6-1.el6.noarch (katello)
Requires: ruby(rubygems)
Error: Package: rubygem-hashie-2.0.5-1.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-rest-client-1.6.7-2.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-rdoc-3.12-12.el6.x86_64 (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-kafo_parsers-0.0.3-1.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-ansi-1.4.3-2.el6.noarch (epel)
Requires: rubygems
Error: Package: rubygem-oauth-0.4.7-6.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-little-plugger-1.1.3-18.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-fast_gettext-0.8.0-15.el6.noarch (foreman)
Requires: rubygems
Error: Package: rubygem-hammer_cli_foreman-0.1.3-1.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-awesome_print-1.0.2-10.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-logging-1.8.1-26.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-locale-2.0.5-1.el6.1.noarch (epel)
Requires: ruby(rubygems)
Error: Package: rubygem-multi_json-1.8.2-2.el6.noarch (foreman)
Requires: ruby(rubygems)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

So I’m sure I’m close.

Thank you.

Marc.

On Tuesday, September 23, 2014 3:28:00 PM UTC-4, Eric Helms wrote:

Might need to run yum clean all just in case or try to get the package
manually through your proxy. The last package in that list,
ruby193-rubygem-rake-compiler-doc.noarch, is available in our repo if
you look here:

https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/6Server/x86_64/

The rails3_before_render package is provided by the Foreman 1.6
repositories and is available within.

Eric

On Tue, Sep 23, 2014 at 2:37 PM, marc....@priceline.com wrote:

Ok… .it seems we’re getting a little closer… but still no cigar!!

I’ve added the repo: scl_ruby193.repo as follows:

[root@nw-katello-201 yum.repos.d]# ls
epel.repo foreman-plugins.repo katello-candlepin.repo
katello.repo puppetlabs.repo scl_ruby193.repo
epel-testing.repo foreman.repo katello-pulp.repo
pcln-rhel6.repo rhel-source.repo

However the installation still fails, because, obviously, there is still
another repo missing - notice the “<>” again below:

ruby193-rubygem-rack-mount.noarch 0.7.1-11.el6 katello
ruby193-rubygem-rack-mount-doc.noarch 0.7.1-11.el6 katello
ruby193-rubygem-rack-protection.noarch 1.2.0-7.el6
scl_ruby193
ruby193-rubygem-rack-protection-doc.noarch

1.2.0-7.el6 scl_ruby193
ruby193-rubygem-rack-ssl.noarch 1.3.2-7.el6
scl_ruby193
ruby193-rubygem-rack-ssl-doc.noarch 1.3.2-7.el6
scl_ruby193
ruby193-rubygem-rack-test.noarch 0.6.1-2.el6
scl_ruby193
ruby193-rubygem-rails.noarch 1:3.2.8-1.el6
scl_ruby193
ruby193-rubygem-rails3_before_render.noarch
<>
ruby193-rubygem-rails3_before_render-doc.noarch
<>
ruby193-rubygem-rails_warden.noarch 0.5.2-6.el6 katello
ruby193-rubygem-railties.noarch 3.2.8-2.el6
scl_ruby193
ruby193-rubygem-railties-doc.noarch 3.2.8-2.el6
scl_ruby193
ruby193-rubygem-rake.noarch 0.9.2.2-27.el6
scl_ruby193
ruby193-rubygem-rake-compiler.noarch 0.8.3-5.el6 katello
ruby193-rubygem-rake-compiler-doc.noarch
<>

Any other suggestions on needed repos?

On Tuesday, September 23, 2014 2:27:29 PM UTC-4, marc....@priceline.com >> > wrote:

Thanks Eric,

I’ll give this a try next… boy, this is not very user friendly is
it??

On Tuesday, September 23, 2014 1:23:19 PM UTC-4, Eric Helms wrote:

Marc,

For CentOS 6 you’ll need the CentOS SCL repo
(http://dev.centos.org/centos/6/SCL/scl.repo). For RHEL6, you either
need the same or the RHSCL enabled.

Eric

On Tue, Sep 23, 2014 at 1:02 PM, marc....@priceline.com wrote:

Looking into this some more… there is definitely a missing repo(s)
from
the following sample output:

[root@nw-katello-201 yum.repos.d]# yum list | grep ruby193

ruby193-rubygem-unf.x86_64 0.1.3-4.el6
foreman
ruby193-rubygem-unf-doc.noarch 0.1.3-4.el6
foreman
ruby193-rubygem-unf_ext.x86_64 0.0.6-5.el6
foreman
ruby193-rubygem-unf_ext-doc.noarch 0.0.6-5.el6
foreman
ruby193-rubygem-unicode-display_width.noarch
<>
ruby193-rubygem-unicode-display_width-doc.noarch
<>
ruby193-rubygem-uuidtools.noarch 2.1.3-3.el6
foreman
ruby193-rubygem-uuidtools-doc.noarch 2.1.3-3.el6
foreman
ruby193-rubygem-validates_lengths_from_database.noarch
<>
ruby193-rubygem-validates_lengths_from_database-doc.noarch
<>
ruby193-rubygem-warden.noarch 1.0.3-3.el6
katello
ruby193-rubygem-webmock.noarch 1.6.4-6.el6
katello
ruby193-rubygem-webmock-doc.noarch 1.6.4-6.el6
katello

You could see that some of the package don’t have a repo associated
with it
(I entered the <> for emphasis).

Do you know what repo(s) are missing and how I can get those rpms to
install
them?

Thanks again.

On Tuesday, September 23, 2014 12:44:31 PM UTC-4, >> >>> > marc....@priceline.com >> >>> > wrote:

Hi Eric,

Here are the list of repos:

[root@nw-katello-201 yum.repos.d]# pwd
/etc/yum.repos.d
[root@nw-katello-201 yum.repos.d]# ls
epel.repo foreman-plugins.repo katello-candlepin.repo
katello.repo puppetlabs.repo
epel-testing.repo foreman.repo katello-pulp.repo
pcln-rhel6.repo rhel-source.repo

Are there any missing?

Thanks.

On Tuesday, September 23, 2014 12:11:58 PM UTC-4, Eric Helms wrote:

Marc,

The output looks like the SCL repositories are not setup or are
not
being recognized. Can you double check that you have those setup?

Eric

On Tue, Sep 23, 2014 at 10:49 AM, marc....@priceline.com wrote:

Christian,

I’m attempting to install Katello using the Manual method you
provided.
I’ve rebuilt the VM (rhel6 64-bit) and I installed all of the
repos
from
those instructions. Now when I attempt to install the
dependencies
using
the command: yum -y install katello

The system processes all of the dependencies properly, however
at
the
end of
that process, I get a whole bunch of Error messages (just a few
provided
below):

–> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for
package:
ruby193-rubygem-rbvmomi-1.6.0-2.el6.noarch
–> Processing Dependency: /opt/rh/ruby193/root/usr/bin/ruby for
package:
ruby193-rubygem-anemone-0.7.2-10.el6.noarch
–> Finished Dependency Resolution
Error: Package: rubygem-netrc-0.7.7-5.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package: rubygem-table_print-1.5.1-2.el6.noarch (foreman)
Requires: ruby(rubygems)
Error: Package:
ruby193-rubygem-google-api-client-0.6.4-1.el6.noarch
(foreman)
Requires: /opt/rh/ruby193/root/usr/bin/ruby
Error: Package:
ruby193-rubygem-audited-activerecord-3.0.0-2.el6.noarch
(foreman)
Requires: ruby193-ruby(abi) = 1.9.1
Error: Package: ruby193-rubygem-faraday-0.8.8-1.el6.noarch
(foreman)

I’ve added the proxy line within each of the repos provided as
follows:
proxy=http://nw-iwsva.corp.pcln.com:8080

What else am I missing?

Thank you.

Marc.

On Monday, September 22, 2014 2:25:32 PM UTC-4, >> >>> >>> > ehar...@gmail.com >> >>> >>> > wrote:

Hi Marc,

your Repo is going to 1.4, but you should use 2.0 for the
Release
Candidate!

As mentioned on katello.org:
Installation may be done manually or via our recommended
approach
of
using
katello-deploy.

Katello-deploy:
ssh to target machine as root
yum install -y git ruby
git clone https://github.com/Katello/katello-deploy.git
cd katello-deploy
For a release version in production:
./setup.rb [rhel6|centos6|centos7|rhel7] --version=2.0
For nightly production:
./setup.rb [rhel6|centos6|centos7|rhel7]
For development:
./setup.rb --devel --devel-user=username
[rhel6|centos6|centos7|rhel7]

Manual:
yum -y localinstall
http://fedorapeople.org/groups/katello/releases/yum/<INSTALL

/katello/RHEL/<OS_VERSION>Server/x86_64/katello-repos-latest.rpm
yum -y localinstall http://yum.theforeman.org/<INSTALL
/el<OS_VERSION>/x86_64/foreman-release.rpm
yum -y localinstall

http://mirror.pnl.gov/epel/<OS_VERSION>/x86_64/epel-release-6-8.noarch.rpm
yum -y localinstall

http://yum.puppetlabs.com/puppetlabs-release-el-<OS_VERSION>.noarch.rpm
Install Dependendecies for RHEL or CENTOS
yum -y install katello
katello-installer

best regards,
Christian

Am Montag, 22. September 2014 19:44:58 UTC+2 schrieb >> >>> >>> >> marc....@priceline.com:

I created a new VM in order to install Katello. The server
name
is
nw-katello-201 running RHEL6 64-bit. Following the
instructions
on
your web
site, when I try to install katello-forman-all I get the
following
error
messages:

[root@nw-katello-201 yum.repos.d]# yum install -y
katello-foreman-all
Loaded plugins: product-id, rhnplugin, security,
subscription-manager
This system is not registered to Red Hat Subscription
Management.
You
can
use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN
Satellite.

https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml:
[Errno 12] Timeout on

https://fedorapeople.org/groups/katello/releases/yum/1.4/RHEL/6Server/x86_64/repodata/repomd.xml:
(28, ‘connect() timed out!’)
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for
repository:
katello. Please verify its path and try again

Here is the content of the repo files:

[root@nw-katello-201 yum.repos.d]# ls
epel.repo katello-candlepin.repo katello-pulp.repo
pcln-rhel6.repo
epel-testing.repo katello-foreman.repo katello.repo
rhel-source.repo
[root@nw-katello-201 yum.repos.d]# cat katello.repo

Place this file in your /etc/yum.repos.d/ directory