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:
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]
···
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
>
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:
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 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
>>
>
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
>>
>
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):
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
>>
>
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
>>>
>>
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
>>>>
>>>
···
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.
>
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.
>>
>
···
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.
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
>>>>>
>>>>
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:
> 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:
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)
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:
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]
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.
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
[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:
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:
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]
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.
(28, ‘connect() timed out!’)
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for
repository:
katello. Please verify its path and try again
···
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).
[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:
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:
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):
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]
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.