New to Katello and having problems installing it

That almost seems like the EPEL repo didn't get seutp correctly. Can
you check what repos are enabled according to yum?

Eric

··· On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego wrote: > > On 09/26/2014 03:07 PM, Eric D Helms wrote: > > One strategy is to use --skip-installer with setup.rb to give you a > chance to either run katello-installer yourself, or edit the answers > file directly. You can also pass direct installer options as you > mention that all come from the list that is generated by > katello-installer --help. > > Ah that will do! > > Would you find it also helpful for us to capture the > 'katello-installer --help' output and post it to our documentation as > a reference? > > Any documentation is nice but it's not really required, I can run > 'katello-installer --help' myself. > > I was just having problems with the default setup generated when using > katello deploy. And I couldn't figure out how to So as long as we can modify > the settings we can use it. > As we already have a foreman running I don't need the dns/dhcp/tftp stuff. > > So the correct steps in our situation would be: > > yum -y install ruby > git clone https://github.com/Katello/katello-deploy.git > ./setup.rb centos7 --version=2.0 --skip-installer > cp ~/custom-katello-installer.yaml > /etc/katello-installer/katello-installer.yaml > katello-installer > > Correct? > > It fails on my system: > > --> Finished Dependency Resolution > Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) > Requires: mongodb >= 2.4 > Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) > Requires: python-pymongo >= 2.5.2 > Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) > Requires: mongodb-server >= 2.4 > You could try using --skip-broken to work around the problem > ** Found 8 pre-existing rpmdb problem(s), 'yum check' output follows: > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > /usr/bin/ruby193-ruby > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > foreman > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > ruby193-ruby(abi) = ('0', '1.9.1', None) > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > ruby193-rubygem(daemons) > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > ruby193-rubygem(sequel) > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > ruby193-rubygem(sinatra) > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > ruby193-rubygems > WARNING: Skipping installer command: katello-installer > > > Thanks for responding! > > Jorick > > Eric > > On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego > wrote: > > Ok sounds fair. > > But how do I install things like Custom Server Certificates with katello > deploy? > > I see: > > installer_options = options[:installer_options] || "" install_command = > "katello-installer #{installer_options}" > > But I cannot find where it gets the options from.. > > For me it doesn't matter how it can be installed, but I need to customize it > and use answer files when I can. > > Kind regards, > > Jorick Astrego > Netbulae > > > On 09/25/2014 02:17 PM, Eric D Helms wrote: > > Katello deploy supports usage without using Vagrant to spin a box up > for you. The script (setup.rb) that is run can be done in a direct > deployment fashion. The password that is generated is entirely random > (or can be customized by the user prior to installation) and is only > 'changeme' in the case of development deployments. The default boxes > listed for libvirt in deploy are simple, and smaller boxes. However, > your own boxes can be substituted in or another provider like > Rackspace or Openstack can be used. > > Eric > > On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego > wrote: > > On 09/24/2014 05:19 PM, Stephen Benjamin wrote: > > On Wed, Sep 24, 2014 at 07:45:26AM -0700, marc.szabo@priceline.com wrote: > > Is there some more detailed instructions to installing Katello?? Maybe > there is an order of installation, some prerequisites, that are not > obvious > in the current installation instruction of "yum -y install katello" which > obviously doesn't work. This is very frustrating!! I'm hoping that it > will be worth all the aggravation at the end of this - if I can even > install it?? Am I the only one having this much trouble? > On Wednesday, September 24, 2014 10:03:34 AM UTC-4, > marc....@priceline.com > wrote: > > No. The package that is there is: > > ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm > > > > The package that is missing is: > > ruby193-rubygem-rake-compiler-doc.noarch > > > This is the list of ruby packages installed: > > [root@nw-katello-201 yum.repos.d]# rpm -qa |grep ruby > ruby-1.8.7.352-13.el6.x86_64 > ruby193-libyaml-0.1.4-4.el6.x86_64 > ruby193-rubygem-json-1.7.3-4.el6.x86_64 > ruby193-rubygem-rdoc-3.12-9.el6.x86_64 > ruby-libs-1.8.7.352-13.el6.x86_64 > ruby193-runtime-1-6.el6.x86_64 > ruby193-ruby-libs-1.9.3.327-27.el6.x86_64 > ruby193-rubygem-io-console-0.3-27.el6.x86_64 > ruby193-rubygems-1.8.24-2.el6.noarch > ruby193-ruby-irb-1.9.3.327-27.el6.noarch > ruby193-rubygem-bigdecimal-1.1.0-27.el6.x86_64 > ruby193-ruby-1.9.3.327-27.el6.x86_64 > > Is there any missing that is needed causing my problems? > > Maybe check out katello-deploy instead, where we'll setup the required > repos for you. > > http://www.katello.org/docs/installation/index.html#katello-deploy > > You basically check out the git repo and run `./setup.rb centos6 > --version=2.0` > > > > Well katello-deploy is nice for developers but like most vagrant boxes and > these simple to install dev environment, it's not really suitable for a real > workable environment. > > I see passwords like "changeme" and "-org=Default_Organization" in the > deploy scripts so that's unacceptable for any other use than testing it out > a bit. > > If that's the goal, go for it. But if you need it for real usage katello > deploy is not an option. > > Kind regards, > > Jorick Astrego > > > > -- > 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. > > > -- > 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. > > > -- > 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.

This is what I ended up with:

ls -lart /etc/yum.repos.d/

total 60
-rw-r--r--.  1 root root  156 Aug 22 18:21 CentOS-Vault.repo
-rw-r--r--.  1 root root 1331 Aug 22 18:21 CentOS-Sources.repo
-rw-r--r--.  1 root root  290 Aug 22 18:21 CentOS-fasttrack.repo
-rw-r--r--.  1 root root  649 Aug 22 18:21 CentOS-Debuginfo.repo
-rw-r--r--.  1 root root 1664 Aug 22 18:21 CentOS-Base.repo
-rw-r--r--.  1 root root 1250 Aug 25 20:14 puppetlabs.repo
-rw-r--r--.  1 root root  334 Sep 11 12:11 foreman.repo
-rw-r--r--.  1 root root  364 Sep 11 12:11 foreman-plugins.repo
-rw-r--r--.  1 root root  152 Sep 11 21:17
rhscl-v8314-epel-7-x86_64.repo
-rw-r--r--.  1 root root  158 Sep 11 21:17
rhscl-ruby193-epel-7-x86_64.repo
-rw-r--r--.  1 root root  492 Sep 15 19:32 katello.repo
-rw-r--r--.  1 root root  623 Sep 15 19:32 katello-pulp.repo
-rw-r--r--.  1 root root  681 Sep 15 19:32 katello-candlepin.repo

/var/log/yum.log

Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch
Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch
Sep 26 16:17:45 Installed: foreman-release-1.6.0-1.el7.noarch
Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch
Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch
Sep 26 16:18:15 Installed: foreman-release-1.6.0-1.el7.noarch
··· On 09/26/2014 06:47 PM, Eric D Helms wrote: > That almost seems like the EPEL repo didn't get seutp correctly. Can > you check what repos are enabled according to yum? > > Eric > > On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego wrote: >> On 09/26/2014 03:07 PM, Eric D Helms wrote: >> >> One strategy is to use --skip-installer with setup.rb to give you a >> chance to either run katello-installer yourself, or edit the answers >> file directly. You can also pass direct installer options as you >> mention that all come from the list that is generated by >> katello-installer --help. >> >> Ah that will do! >> >> Would you find it also helpful for us to capture the >> 'katello-installer --help' output and post it to our documentation as >> a reference? >> >> Any documentation is nice but it's not really required, I can run >> 'katello-installer --help' myself. >> >> I was just having problems with the default setup generated when using >> katello deploy. And I couldn't figure out how to So as long as we can modify >> the settings we can use it. >> As we already have a foreman running I don't need the dns/dhcp/tftp stuff. >> >> So the correct steps in our situation would be: >> >> yum -y install ruby >> git clone https://github.com/Katello/katello-deploy.git >> ./setup.rb centos7 --version=2.0 --skip-installer >> cp ~/custom-katello-installer.yaml >> /etc/katello-installer/katello-installer.yaml >> katello-installer >> >> Correct? >> >> It fails on my system: >> >> --> Finished Dependency Resolution >> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >> Requires: mongodb >= 2.4 >> Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) >> Requires: python-pymongo >= 2.5.2 >> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >> Requires: mongodb-server >= 2.4 >> You could try using --skip-broken to work around the problem >> ** Found 8 pre-existing rpmdb problem(s), 'yum check' output follows: >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> /usr/bin/ruby193-ruby >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> foreman >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> ruby193-ruby(abi) = ('0', '1.9.1', None) >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> ruby193-rubygem(daemons) >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> ruby193-rubygem(sequel) >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> ruby193-rubygem(sinatra) >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> ruby193-rubygems >> WARNING: Skipping installer command: katello-installer >> >> >> Thanks for responding! >> >> Jorick >> >> Eric >> >> On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego >> wrote: >> >> Ok sounds fair. >> >> But how do I install things like Custom Server Certificates with katello >> deploy? >> >> I see: >> >> installer_options = options[:installer_options] || "" install_command = >> "katello-installer #{installer_options}" >> >> But I cannot find where it gets the options from.. >> >> For me it doesn't matter how it can be installed, but I need to customize it >> and use answer files when I can. >> >> Kind regards, >> >> Jorick Astrego >> Netbulae >> >> >> On 09/25/2014 02:17 PM, Eric D Helms wrote: >> >> Katello deploy supports usage without using Vagrant to spin a box up >> for you. The script (setup.rb) that is run can be done in a direct >> deployment fashion. The password that is generated is entirely random >> (or can be customized by the user prior to installation) and is only >> 'changeme' in the case of development deployments. The default boxes >> listed for libvirt in deploy are simple, and smaller boxes. However, >> your own boxes can be substituted in or another provider like >> Rackspace or Openstack can be used. >> >> Eric >> >> On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego >> wrote: >> >> On 09/24/2014 05:19 PM, Stephen Benjamin wrote: >> >> On Wed, Sep 24, 2014 at 07:45:26AM -0700, marc.szabo@priceline.com wrote: >> >> Is there some more detailed instructions to installing Katello?? Maybe >> there is an order of installation, some prerequisites, that are not >> obvious >> in the current installation instruction of "yum -y install katello" which >> obviously doesn't work. This is very frustrating!! I'm hoping that it >> will be worth all the aggravation at the end of this - if I can even >> install it?? Am I the only one having this much trouble? >> On Wednesday, September 24, 2014 10:03:34 AM UTC-4, >> marc....@priceline.com >> wrote: >> >> No. The package that is there is: >> >> ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm >> >> >> >> The package that is missing is: >> >> ruby193-rubygem-rake-compiler-doc.noarch >> >> >> This is the list of ruby packages installed: >> >> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep ruby >> ruby-1.8.7.352-13.el6.x86_64 >> ruby193-libyaml-0.1.4-4.el6.x86_64 >> ruby193-rubygem-json-1.7.3-4.el6.x86_64 >> ruby193-rubygem-rdoc-3.12-9.el6.x86_64 >> ruby-libs-1.8.7.352-13.el6.x86_64 >> ruby193-runtime-1-6.el6.x86_64 >> ruby193-ruby-libs-1.9.3.327-27.el6.x86_64 >> ruby193-rubygem-io-console-0.3-27.el6.x86_64 >> ruby193-rubygems-1.8.24-2.el6.noarch >> ruby193-ruby-irb-1.9.3.327-27.el6.noarch >> ruby193-rubygem-bigdecimal-1.1.0-27.el6.x86_64 >> ruby193-ruby-1.9.3.327-27.el6.x86_64 >> >> Is there any missing that is needed causing my problems? >> >> Maybe check out katello-deploy instead, where we'll setup the required >> repos for you. >> >> http://www.katello.org/docs/installation/index.html#katello-deploy >> >> You basically check out the git repo and run `./setup.rb centos6 >> --version=2.0` >> >> >> >> Well katello-deploy is nice for developers but like most vagrant boxes and >> these simple to install dev environment, it's not really suitable for a real >> workable environment. >> >> I see passwords like "changeme" and "-org=Default_Organization" in the >> deploy scripts so that's unacceptable for any other use than testing it out >> a bit. >> >> If that's the goal, go for it. But if you need it for real usage katello >> deploy is not an option. >> >> Kind regards, >> >> Jorick Astrego >> >> >> >> -- >> 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. >> >> >> -- >> 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. >> >> >> -- >> 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.

Thanks Jorick,

Looks like you are installing on a CentOS system, so it's a little
different than mine (RHEL6 - ie Red Hat).

Were you able to successfully execute the: yum -y install katello command?

Not I. What I'm doing now is installing the packages individually.

··· On Friday, September 26, 2014 2:43:10 PM UTC-4, Jorick Astrego wrote: > > This is what I ended up with: > > ls -lart /etc/yum.repos.d/ > > total 60 > -rw-r--r--. 1 root root 156 Aug 22 18:21 CentOS-Vault.repo > -rw-r--r--. 1 root root 1331 Aug 22 18:21 CentOS-Sources.repo > -rw-r--r--. 1 root root 290 Aug 22 18:21 CentOS-fasttrack.repo > -rw-r--r--. 1 root root 649 Aug 22 18:21 CentOS-Debuginfo.repo > -rw-r--r--. 1 root root 1664 Aug 22 18:21 CentOS-Base.repo > -rw-r--r--. 1 root root 1250 Aug 25 20:14 puppetlabs.repo > -rw-r--r--. 1 root root 334 Sep 11 12:11 foreman.repo > -rw-r--r--. 1 root root 364 Sep 11 12:11 foreman-plugins.repo > -rw-r--r--. 1 root root 152 Sep 11 21:17 rhscl-v8314-epel-7-x86_64.repo > -rw-r--r--. 1 root root 158 Sep 11 21:17 rhscl-ruby193-epel-7-x86_64.repo > -rw-r--r--. 1 root root 492 Sep 15 19:32 katello.repo > -rw-r--r--. 1 root root 623 Sep 15 19:32 katello-pulp.repo > -rw-r--r--. 1 root root 681 Sep 15 19:32 katello-candlepin.repo > > > /var/log/yum.log > > Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch > Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch > Sep 26 16:17:45 Installed: foreman-release-1.6.0-1.el7.noarch > Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch > Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch > Sep 26 16:18:15 Installed: foreman-release-1.6.0-1.el7.noarch > > > On 09/26/2014 06:47 PM, Eric D Helms wrote: > > That almost seems like the EPEL repo didn't get seutp correctly. Can > you check what repos are enabled according to yum? > > Eric > > On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego wrote: > > On 09/26/2014 03:07 PM, Eric D Helms wrote: > > One strategy is to use --skip-installer with setup.rb to give you a > chance to either run katello-installer yourself, or edit the answers > file directly. You can also pass direct installer options as you > mention that all come from the list that is generated by > katello-installer --help. > > Ah that will do! > > Would you find it also helpful for us to capture the > 'katello-installer --help' output and post it to our documentation as > a reference? > > Any documentation is nice but it's not really required, I can run > 'katello-installer --help' myself. > > I was just having problems with the default setup generated when using > katello deploy. And I couldn't figure out how to So as long as we can modify > the settings we can use it. > As we already have a foreman running I don't need the dns/dhcp/tftp stuff. > > So the correct steps in our situation would be: > > yum -y install ruby > git clone https://github.com/Katello/katello-deploy.git > ./setup.rb centos7 --version=2.0 --skip-installer > cp ~/custom-katello-installer.yaml > /etc/katello-installer/katello-installer.yaml > katello-installer > > Correct? > > It fails on my system: > > --> Finished Dependency Resolution > Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) > Requires: mongodb >= 2.4 > Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) > Requires: python-pymongo >= 2.5.2 > Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) > Requires: mongodb-server >= 2.4 > You could try using --skip-broken to work around the problem > ** Found 8 pre-existing rpmdb problem(s), 'yum check' output follows: > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > /usr/bin/ruby193-ruby > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > foreman > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > ruby193-ruby(abi) = ('0', '1.9.1', None) > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > ruby193-rubygem(daemons) > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > ruby193-rubygem(sequel) > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > ruby193-rubygem(sinatra) > ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of > ruby193-rubygems > WARNING: Skipping installer command: katello-installer > > > Thanks for responding! > > Jorick > > Eric > > On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego > wrote: > > Ok sounds fair. > > But how do I install things like Custom Server Certificates with katello > deploy? > > I see: > > installer_options = options[:installer_options] || "" install_command = > "katello-installer #{installer_options}" > > But I cannot find where it gets the options from.. > > For me it doesn't matter how it can be installed, but I need to customize it > and use answer files when I can. > > Kind regards, > > Jorick Astrego > Netbulae > > > On 09/25/2014 02:17 PM, Eric D Helms wrote: > > Katello deploy supports usage without using Vagrant to spin a box up > for you. The script (setup.rb) that is run can be done in a direct > deployment fashion. The password that is generated is entirely random > (or can be customized by the user prior to installation) and is only > 'changeme' in the case of development deployments. The default boxes > listed for libvirt in deploy are simple, and smaller boxes. However, > your own boxes can be substituted in or another provider like > Rackspace or Openstack can be used. > > Eric > > On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego > wrote: > > On 09/24/2014 05:19 PM, Stephen Benjamin wrote: > > On Wed, Sep 24, 2014 at 07:45:26AM -0700, marc....@priceline.com wrote: > > Is there some more detailed instructions to installing Katello?? Maybe > there is an order of installation, some prerequisites, that are not > obvious > in the current installation instruction of "yum -y install katello" which > obviously doesn't work. This is very frustrating!! I'm hoping that it > will be worth all the aggravation at the end of this - if I can even > install it?? Am I the only one having this much trouble? > On Wednesday, September 24, 2014 10:03:34 AM UTC-4,marc....@priceline.com > wrote: > > No. The package that is there is: > > ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm > > > The package that is missing is: > > ruby193-rubygem-rake-compiler-doc.noarch > > > This is the list of ruby packages installed: > > [root@nw-katello-201 yum.repos.d]# rpm -qa |grep ruby > ruby-1.8.7.352-13.el6.x86_64 > ruby193-libyaml-0.1.4-4.el6.x86_64 > ruby193-rubygem-json-1.7.3-4.el6.x86_64 > ruby193-rubygem-rdoc-3.12-9.el6.x86_64 > ruby-libs-1.8.7.352-13.el6.x86_64 > ruby193-runtime-1-6.el6.x86_64 > ruby193-ruby-libs-1.9.3.327-27.el6.x86_64 > ruby193-rubygem-io-console-0.3-27.el6.x86_64 > ruby193-rubygems-1.8.24-2.el6.noarch > ruby193-ruby-irb-1.9.3.327-27.el6.noarch > ruby193-rubygem-bigdecimal-1.1.0-27.el6.x86_64 > ruby193-ruby-1.9.3.327-27.el6.x86_64 > > Is there any missing that is needed causing my problems? > > Maybe check out katello-deploy instead, where we'll setup the required > repos for you. > > http://www.katello.org/docs/installation/index.html#katello-deploy > > You basically check out the git repo and run `./setup.rb centos6 > --version=2.0` > > > > Well katello-deploy is nice for developers but like most vagrant boxes and > these simple to install dev environment, it's not really suitable for a real > workable environment. > > I see passwords like "changeme" and "-org=Default_Organization" in the > deploy scripts so that's unacceptable for any other use than testing it out > a bit. > > If that's the goal, go for it. But if you need it for real usage katello > deploy is not an option. > > Kind regards, > > Jorick Astrego > > > > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-user...@googlegroups.com . > To post to this group, send email to forema...@googlegroups.com . > Visit this group at http://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-user...@googlegroups.com . > To post to this group, send email to forema...@googlegroups.com . > Visit this group at http://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-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. > > >

I think I may have found my problem…

Trying to install the hiera.noarch package:

hiera.noarch 1.3.4-1.el6
puppetlabs-products

and I get the following error message:

Resolving Dependencies
–> Running transaction check
—> Package hiera.noarch 0:1.3.4-1.el6 will be installed
–> Processing Dependency: rubygem-json for package:
hiera-1.3.4-1.el6.noarch
–> Running transaction check
—> Package rubygem-json.x86_64 0:1.5.5-3.el6 will be installed
–> Processing Dependency: rubygems >= 1.3.7 for package:
rubygem-json-1.5.5-3.el6.x86_64
–> Finished Dependency Resolution
Error: Package: rubygem-json-1.5.5-3.el6.x86_64 (puppetlabs-deps)
Requires: rubygems >= 1.3.7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

[root@nw-katello-201 yum.repos.d]# rpm -qa |grep -i rubygems <-- This is
the version of rubygems that I have installed.
ruby193-rubygems-1.8.24-2.el6.noarch
ruby193-rubygems-devel-1.8.24-2.el6.noarch

Do I have to downgrade the version of rubygems??

··· On Friday, September 26, 2014 3:04:34 PM UTC-4, marc....@priceline.com wrote: > > Thanks Jorick, > > Looks like you are installing on a CentOS system, so it's a little > different than mine (RHEL6 - ie Red Hat). > > Were you able to successfully execute the: yum -y install katello > command? > > Not I. What I'm doing now is installing the packages individually. > > > > On Friday, September 26, 2014 2:43:10 PM UTC-4, Jorick Astrego wrote: >> >> This is what I ended up with: >> >> ls -lart /etc/yum.repos.d/ >> >> total 60 >> -rw-r--r--. 1 root root 156 Aug 22 18:21 CentOS-Vault.repo >> -rw-r--r--. 1 root root 1331 Aug 22 18:21 CentOS-Sources.repo >> -rw-r--r--. 1 root root 290 Aug 22 18:21 CentOS-fasttrack.repo >> -rw-r--r--. 1 root root 649 Aug 22 18:21 CentOS-Debuginfo.repo >> -rw-r--r--. 1 root root 1664 Aug 22 18:21 CentOS-Base.repo >> -rw-r--r--. 1 root root 1250 Aug 25 20:14 puppetlabs.repo >> -rw-r--r--. 1 root root 334 Sep 11 12:11 foreman.repo >> -rw-r--r--. 1 root root 364 Sep 11 12:11 foreman-plugins.repo >> -rw-r--r--. 1 root root 152 Sep 11 21:17 rhscl-v8314-epel-7-x86_64.repo >> -rw-r--r--. 1 root root 158 Sep 11 21:17 >> rhscl-ruby193-epel-7-x86_64.repo >> -rw-r--r--. 1 root root 492 Sep 15 19:32 katello.repo >> -rw-r--r--. 1 root root 623 Sep 15 19:32 katello-pulp.repo >> -rw-r--r--. 1 root root 681 Sep 15 19:32 katello-candlepin.repo >> >> >> /var/log/yum.log >> >> Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch >> Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch >> Sep 26 16:17:45 Installed: foreman-release-1.6.0-1.el7.noarch >> Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch >> Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch >> Sep 26 16:18:15 Installed: foreman-release-1.6.0-1.el7.noarch >> >> >> On 09/26/2014 06:47 PM, Eric D Helms wrote: >> >> That almost seems like the EPEL repo didn't get seutp correctly. Can >> you check what repos are enabled according to yum? >> >> Eric >> >> On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego wrote: >> >> On 09/26/2014 03:07 PM, Eric D Helms wrote: >> >> One strategy is to use --skip-installer with setup.rb to give you a >> chance to either run katello-installer yourself, or edit the answers >> file directly. You can also pass direct installer options as you >> mention that all come from the list that is generated by >> katello-installer --help. >> >> Ah that will do! >> >> Would you find it also helpful for us to capture the >> 'katello-installer --help' output and post it to our documentation as >> a reference? >> >> Any documentation is nice but it's not really required, I can run >> 'katello-installer --help' myself. >> >> I was just having problems with the default setup generated when using >> katello deploy. And I couldn't figure out how to So as long as we can modify >> the settings we can use it. >> As we already have a foreman running I don't need the dns/dhcp/tftp stuff. >> >> So the correct steps in our situation would be: >> >> yum -y install ruby >> git clone https://github.com/Katello/katello-deploy.git >> ./setup.rb centos7 --version=2.0 --skip-installer >> cp ~/custom-katello-installer.yaml >> /etc/katello-installer/katello-installer.yaml >> katello-installer >> >> Correct? >> >> It fails on my system: >> >> --> Finished Dependency Resolution >> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >> Requires: mongodb >= 2.4 >> Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) >> Requires: python-pymongo >= 2.5.2 >> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >> Requires: mongodb-server >= 2.4 >> You could try using --skip-broken to work around the problem >> ** Found 8 pre-existing rpmdb problem(s), 'yum check' output follows: >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> /usr/bin/ruby193-ruby >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> foreman >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> ruby193-ruby(abi) = ('0', '1.9.1', None) >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> ruby193-rubygem(daemons) >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> ruby193-rubygem(sequel) >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> ruby193-rubygem(sinatra) >> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >> ruby193-rubygems >> WARNING: Skipping installer command: katello-installer >> >> >> Thanks for responding! >> >> Jorick >> >> Eric >> >> On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego >> wrote: >> >> Ok sounds fair. >> >> But how do I install things like Custom Server Certificates with katello >> deploy? >> >> I see: >> >> installer_options = options[:installer_options] || "" install_command = >> "katello-installer #{installer_options}" >> >> But I cannot find where it gets the options from.. >> >> For me it doesn't matter how it can be installed, but I need to customize it >> and use answer files when I can. >> >> Kind regards, >> >> Jorick Astrego >> Netbulae >> >> >> On 09/25/2014 02:17 PM, Eric D Helms wrote: >> >> Katello deploy supports usage without using Vagrant to spin a box up >> for you. The script (setup.rb) that is run can be done in a direct >> deployment fashion. The password that is generated is entirely random >> (or can be customized by the user prior to installation) and is only >> 'changeme' in the case of development deployments. The default boxes >> listed for libvirt in deploy are simple, and smaller boxes. However, >> your own boxes can be substituted in or another provider like >> Rackspace or Openstack can be used. >> >> Eric >> >> On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego >> wrote: >> >> On 09/24/2014 05:19 PM, Stephen Benjamin wrote: >> >> On Wed, Sep 24, 2014 at 07:45:26AM -0700, marc....@priceline.com wrote: >> >> Is there some more detailed instructions to installing Katello?? Maybe >> there is an order of installation, some prerequisites, that are not >> obvious >> in the current installation instruction of "yum -y install katello" which >> obviously doesn't work. This is very frustrating!! I'm hoping that it >> will be worth all the aggravation at the end of this - if I can even >> install it?? Am I the only one having this much trouble? >> On Wednesday, September 24, 2014 10:03:34 AM UTC-4,marc....@priceline.com >> wrote: >> >> No. The package that is there is: >> >> ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm >> >> >> The package that is missing is: >> >> ruby193-rubygem-rake-compiler-doc.noarch >> >> >> This is the list of ruby packages installed: >> >> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep ruby >> ruby-1.8.7.352-13.el6.x86_64 >> ruby193-libyaml-0.1.4-4.el6.x86_64 >> ruby193-rubygem-json-1.7.3-4.el6.x86_64 >> ruby193-rubygem-rdoc-3.12-9.el6.x86_64 >> ruby-libs-1.8.7.352-13.el6.x86_64 >> ruby193-runtime-1-6.el6.x86_64 >> ruby193-ruby-libs-1.9.3.327-27.el6.x86_64 >> ruby193-rubygem-io-console-0.3-27.el6.x86_64 >> ruby193-rubygems-1.8.24-2.el6.noarch >> ruby193-ruby-irb-1.9.3.327-27.el6.noarch >> ruby193-rubygem-bigdecimal-1.1.0-27.el6.x86_64 >> ruby193-ruby-1.9.3.327-27.el6.x86_64 >> >> Is there any missing that is needed causing my problems? >> >> Maybe check out katello-deploy instead, where we'll setup the required >> repos for you. >> >> http://www.katello.org/docs/installation/index.html#katello-deploy >> >> You basically check out the git repo and run `./setup.rb centos6 >> --version=2.0` >> >> >> >> Well katello-deploy is nice for developers but like most vagrant boxes and >> these simple to install dev environment, it's not really suitable for a real >> workable environment. >> >> I see passwords like "changeme" and "-org=Default_Organization" in the >> deploy scripts so that's unacceptable for any other use than testing it out >> a bit. >> >> If that's the goal, go for it. But if you need it for real usage katello >> deploy is not an option. >> >> Kind regards, >> >> Jorick Astrego >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Foreman users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to foreman-user...@googlegroups.com. >> To post to this group, send email to forema...@googlegroups.com. >> Visit this group at http://groups.google.com/group/foreman-users. >> For more options, visit https://groups.google.com/d/optout. >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Foreman users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to foreman-user...@googlegroups.com. >> To post to this group, send email to forema...@googlegroups.com. >> Visit this group at http://groups.google.com/group/foreman-users. >> For more options, visit https://groups.google.com/d/optout. >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Foreman users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to foreman-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. >> >> >>

Yes Centos 7, so not really comparable.

When I did the repo setup manually I had these repo's and the installer
worked fine:

yum localinstall
https://www.softwarecollections.org/en/scls/rhscl/v8314/epel-7-x86_64/download/rhscl-v8314-epel-7-x86_64.noarch.rpm
yum localinstall
https://www.softwarecollections.org/en/scls/rhscl/ruby193/epel-7-x86_64/download/rhscl-ruby193-epel-7-x86_64.noarch.rpm
yum localinstall
https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/7/x86_64/katello-repos-latest.rpm
yum localinstall
http://yum.theforeman.org/releases/latest/el7/x86_64/foreman-release.rpm
yum localinstall
http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm
yum install
http://mirror.i3d.net/pub/fedora-epel/7/x86_64/e/epel-release-7-2.noarch.rpm

Kind regards,

Jorick

··· On 09/26/2014 09:17 PM, marc.szabo@priceline.com wrote: > I think I may have found my problem... > > Trying to install the hiera.noarch package: > > hiera.noarch 1.3.4-1.el6 puppetlabs-products > > and I get the following error message: > > Resolving Dependencies > --> Running transaction check > ---> Package hiera.noarch 0:1.3.4-1.el6 will be installed > --> Processing Dependency: rubygem-json for package: > hiera-1.3.4-1.el6.noarch > --> Running transaction check > ---> Package rubygem-json.x86_64 0:1.5.5-3.el6 will be installed > --> Processing Dependency: rubygems >= 1.3.7 for package: > rubygem-json-1.5.5-3.el6.x86_64 > --> Finished Dependency Resolution > Error: Package: rubygem-json-1.5.5-3.el6.x86_64 (puppetlabs-deps) > *Requires: rubygems >= 1.3.7* > You could try using --skip-broken to work around the problem > You could try running: rpm -Va --nofiles --nodigest > > [root@nw-katello-201 yum.repos.d]# rpm -qa |grep -i rubygems <-- > This is the version of rubygems that I have installed. > ruby193-rubygems-1.8.24-2.el6.noarch > ruby193-rubygems-devel-1.8.24-2.el6.noarch > > Do I have to downgrade the version of rubygems?? > > > On Friday, September 26, 2014 3:04:34 PM UTC-4, marc....@priceline.com > wrote: > > Thanks Jorick, > > Looks like you are installing on a CentOS system, so it's a little > different than mine (RHEL6 - ie Red Hat). > > Were you able to successfully execute the: yum -y install katello > command? > > Not I. What I'm doing now is installing the packages individually. > > > > On Friday, September 26, 2014 2:43:10 PM UTC-4, Jorick Astrego wrote: > > This is what I ended up with: > > ls -lart /etc/yum.repos.d/ > > total 60 > -rw-r--r--. 1 root root 156 Aug 22 18:21 CentOS-Vault.repo > -rw-r--r--. 1 root root 1331 Aug 22 18:21 CentOS-Sources.repo > -rw-r--r--. 1 root root 290 Aug 22 18:21 > CentOS-fasttrack.repo > -rw-r--r--. 1 root root 649 Aug 22 18:21 > CentOS-Debuginfo.repo > -rw-r--r--. 1 root root 1664 Aug 22 18:21 CentOS-Base.repo > -rw-r--r--. 1 root root 1250 Aug 25 20:14 puppetlabs.repo > -rw-r--r--. 1 root root 334 Sep 11 12:11 foreman.repo > -rw-r--r--. 1 root root 364 Sep 11 12:11 > foreman-plugins.repo > -rw-r--r--. 1 root root 152 Sep 11 21:17 > rhscl-v8314-epel-7-x86_64.repo > -rw-r--r--. 1 root root 158 Sep 11 21:17 > rhscl-ruby193-epel-7-x86_64.repo > -rw-r--r--. 1 root root 492 Sep 15 19:32 katello.repo > -rw-r--r--. 1 root root 623 Sep 15 19:32 katello-pulp.repo > -rw-r--r--. 1 root root 681 Sep 15 19:32 > katello-candlepin.repo > > > /var/log/yum.log > > Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch > Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch > Sep 26 16:17:45 Installed: foreman-release-1.6.0-1.el7.noarch > Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch > Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch > Sep 26 16:18:15 Installed: foreman-release-1.6.0-1.el7.noarch > > > On 09/26/2014 06:47 PM, Eric D Helms wrote: >> That almost seems like the EPEL repo didn't get seutp correctly. Can >> you check what repos are enabled according to yum? >> >> Eric >> >> On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego wrote: >>> On 09/26/2014 03:07 PM, Eric D Helms wrote: >>> >>> One strategy is to use --skip-installer with setup.rb to give you a >>> chance to either run katello-installer yourself, or edit the answers >>> file directly. You can also pass direct installer options as you >>> mention that all come from the list that is generated by >>> katello-installer --help. >>> >>> Ah that will do! >>> >>> Would you find it also helpful for us to capture the >>> 'katello-installer --help' output and post it to our documentation as >>> a reference? >>> >>> Any documentation is nice but it's not really required, I can run >>> 'katello-installer --help' myself. >>> >>> I was just having problems with the default setup generated when using >>> katello deploy. And I couldn't figure out how to So as long as we can modify >>> the settings we can use it. >>> As we already have a foreman running I don't need the dns/dhcp/tftp stuff. >>> >>> So the correct steps in our situation would be: >>> >>> yum -y install ruby >>> git clonehttps://github.com/Katello/katello-deploy.git >>> ./setup.rb centos7 --version=2.0 --skip-installer >>> cp ~/custom-katello-installer.yaml >>> /etc/katello-installer/katello-installer.yaml >>> katello-installer >>> >>> Correct? >>> >>> It fails on my system: >>> >>> --> Finished Dependency Resolution >>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >>> Requires: mongodb >= 2.4 >>> Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) >>> Requires: python-pymongo >= 2.5.2 >>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >>> Requires: mongodb-server >= 2.4 >>> You could try using --skip-broken to work around the problem >>> ** Found 8 pre-existing rpmdb problem(s), 'yum check' output follows: >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> /usr/bin/ruby193-ruby >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> foreman >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> ruby193-ruby(abi) = ('0', '1.9.1', None) >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> ruby193-rubygem(daemons) >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> ruby193-rubygem(sequel) >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> ruby193-rubygem(sinatra) >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> ruby193-rubygems >>> WARNING: Skipping installer command: katello-installer >>> >>> >>> Thanks for responding! >>> >>> Jorick >>> >>> Eric >>> >>> On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego >>> wrote: >>> >>> Ok sounds fair. >>> >>> But how do I install things like Custom Server Certificates with katello >>> deploy? >>> >>> I see: >>> >>> installer_options = options[:installer_options] || "" install_command = >>> "katello-installer #{installer_options}" >>> >>> But I cannot find where it gets the options from.. >>> >>> For me it doesn't matter how it can be installed, but I need to customize it >>> and use answer files when I can. >>> >>> Kind regards, >>> >>> Jorick Astrego >>> Netbulae >>> >>> >>> On 09/25/2014 02:17 PM, Eric D Helms wrote: >>> >>> Katello deploy supports usage without using Vagrant to spin a box up >>> for you. The script (setup.rb) that is run can be done in a direct >>> deployment fashion. The password that is generated is entirely random >>> (or can be customized by the user prior to installation) and is only >>> 'changeme' in the case of development deployments. The default boxes >>> listed for libvirt in deploy are simple, and smaller boxes. However, >>> your own boxes can be substituted in or another provider like >>> Rackspace or Openstack can be used. >>> >>> Eric >>> >>> On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego >>> wrote: >>> >>> On 09/24/2014 05:19 PM, Stephen Benjamin wrote: >>> >>> On Wed, Sep 24, 2014 at 07:45:26AM -0700,marc....@priceline.com wrote: >>> >>> Is there some more detailed instructions to installing Katello?? Maybe >>> there is an order of installation, some prerequisites, that are not >>> obvious >>> in the current installation instruction of "yum -y install katello" which >>> obviously doesn't work. This is very frustrating!! I'm hoping that it >>> will be worth all the aggravation at the end of this - if I can even >>> install it?? Am I the only one having this much trouble? >>> On Wednesday, September 24, 2014 10:03:34 AM UTC-4, >>> marc....@priceline.com >>> wrote: >>> >>> No. The package that is there is: >>> >>> ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm >>> >>> >>> >>> The package that is missing is: >>> >>> ruby193-rubygem-rake-compiler-doc.noarch >>> >>> >>> This is the list of ruby packages installed: >>> >>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep ruby >>> ruby-1.8.7.352-13.el6.x86_64 >>> ruby193-libyaml-0.1.4-4.el6.x86_64 >>> ruby193-rubygem-json-1.7.3-4.el6.x86_64 >>> ruby193-rubygem-rdoc-3.12-9.el6.x86_64 >>> ruby-libs-1.8.7.352-13.el6.x86_64 >>> ruby193-runtime-1-6.el6.x86_64 >>> ruby193-ruby-libs-1.9.3.327-27.el6.x86_64 >>> ruby193-rubygem-io-console-0.3-27.el6.x86_64 >>> ruby193-rubygems-1.8.24-2.el6.noarch >>> ruby193-ruby-irb-1.9.3.327-27.el6.noarch >>> ruby193-rubygem-bigdecimal-1.1.0-27.el6.x86_64 >>> ruby193-ruby-1.9.3.327-27.el6.x86_64 >>> >>> Is there any missing that is needed causing my problems? >>> >>> Maybe check out katello-deploy instead, where we'll setup the required >>> repos for you. >>> >>> http://www.katello.org/docs/installation/index.html#katello-deploy >>> >>> You basically check out the git repo and run `./setup.rb centos6 >>> --version=2.0` >>> >>> >>> >>> Well katello-deploy is nice for developers but like most vagrant boxes and >>> these simple to install dev environment, it's not really suitable for a real >>> workable environment. >>> >>> I see passwords like "changeme" and "-org=Default_Organization" in the >>> deploy scripts so that's unacceptable for any other use than testing it out >>> a bit. >>> >>> If that's the goal, go for it. But if you need it for real usage katello >>> deploy is not an option. >>> >>> Kind regards, >>> >>> Jorick Astrego >>> >>> >>> >>> -- >>> 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 toforeman-user...@googlegroups.com. >>> To post to this group, send email toforema...@googlegroups.com. >>> Visit this group athttp://groups.google.com/group/foreman-users . >>> For more options, visithttps://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 toforeman-user...@googlegroups.com. >>> To post to this group, send email toforema...@googlegroups.com. >>> Visit this group athttp://groups.google.com/group/foreman-users . >>> For more options, visithttps://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 toforeman-user...@googlegroups.com. >>> To post to this group, send email toforema...@googlegroups.com. >>> Visit this group athttp://groups.google.com/group/foreman-users . >>> For more options, visithttps://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.

Thanks for all the help and suggestions… I manually installed some of
the missing packages, and then I was able to successfully install katello
and then I successfully ran katello-install.

Now… Does anyone have any good documentation or youtube videos on how to
setup the channels (I'm using satellite nomenclature) and how to register
clients to these channels, similar to rhn_register?

Thanks again.

··· On Friday, September 26, 2014 3:35:44 PM UTC-4, Jorick Astrego wrote: > > Yes Centos 7, so not really comparable. > > When I did the repo setup manually I had these repo's and the installer > worked fine: > > yum localinstall > https://www.softwarecollections.org/en/scls/rhscl/v8314/epel-7-x86_64/download/rhscl-v8314-epel-7-x86_64.noarch.rpm > yum localinstall > https://www.softwarecollections.org/en/scls/rhscl/ruby193/epel-7-x86_64/download/rhscl-ruby193-epel-7-x86_64.noarch.rpm > yum localinstall > https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/7/x86_64/katello-repos-latest.rpm > yum localinstall > http://yum.theforeman.org/releases/latest/el7/x86_64/foreman-release.rpm > yum localinstall > http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm > yum install > http://mirror.i3d.net/pub/fedora-epel/7/x86_64/e/epel-release-7-2.noarch.rpm > > > Kind regards, > > Jorick > > On 09/26/2014 09:17 PM, marc....@priceline.com wrote: > > I think I may have found my problem... > > Trying to install the hiera.noarch package: > > hiera.noarch 1.3.4-1.el6 > puppetlabs-products > > and I get the following error message: > > Resolving Dependencies > --> Running transaction check > ---> Package hiera.noarch 0:1.3.4-1.el6 will be installed > --> Processing Dependency: rubygem-json for package: > hiera-1.3.4-1.el6.noarch > --> Running transaction check > ---> Package rubygem-json.x86_64 0:1.5.5-3.el6 will be installed > --> Processing Dependency: rubygems >= 1.3.7 for package: > rubygem-json-1.5.5-3.el6.x86_64 > --> Finished Dependency Resolution > Error: Package: rubygem-json-1.5.5-3.el6.x86_64 (puppetlabs-deps) > *Requires: rubygems >= 1.3.7* > You could try using --skip-broken to work around the problem > You could try running: rpm -Va --nofiles --nodigest > > [root@nw-katello-201 yum.repos.d]# rpm -qa |grep -i rubygems <-- This > is the version of rubygems that I have installed. > ruby193-rubygems-1.8.24-2.el6.noarch > ruby193-rubygems-devel-1.8.24-2.el6.noarch > > Do I have to downgrade the version of rubygems?? > > > On Friday, September 26, 2014 3:04:34 PM UTC-4, marc....@priceline.com > wrote: >> >> Thanks Jorick, >> >> Looks like you are installing on a CentOS system, so it's a little >> different than mine (RHEL6 - ie Red Hat). >> >> Were you able to successfully execute the: yum -y install katello >> command? >> >> Not I. What I'm doing now is installing the packages individually. >> >> >> >> On Friday, September 26, 2014 2:43:10 PM UTC-4, Jorick Astrego wrote: >>> >>> This is what I ended up with: >>> >>> ls -lart /etc/yum.repos.d/ >>> >>> total 60 >>> -rw-r--r--. 1 root root 156 Aug 22 18:21 CentOS-Vault.repo >>> -rw-r--r--. 1 root root 1331 Aug 22 18:21 CentOS-Sources.repo >>> -rw-r--r--. 1 root root 290 Aug 22 18:21 CentOS-fasttrack.repo >>> -rw-r--r--. 1 root root 649 Aug 22 18:21 CentOS-Debuginfo.repo >>> -rw-r--r--. 1 root root 1664 Aug 22 18:21 CentOS-Base.repo >>> -rw-r--r--. 1 root root 1250 Aug 25 20:14 puppetlabs.repo >>> -rw-r--r--. 1 root root 334 Sep 11 12:11 foreman.repo >>> -rw-r--r--. 1 root root 364 Sep 11 12:11 foreman-plugins.repo >>> -rw-r--r--. 1 root root 152 Sep 11 21:17 rhscl-v8314-epel-7-x86_64.repo >>> -rw-r--r--. 1 root root 158 Sep 11 21:17 >>> rhscl-ruby193-epel-7-x86_64.repo >>> -rw-r--r--. 1 root root 492 Sep 15 19:32 katello.repo >>> -rw-r--r--. 1 root root 623 Sep 15 19:32 katello-pulp.repo >>> -rw-r--r--. 1 root root 681 Sep 15 19:32 katello-candlepin.repo >>> >>> >>> /var/log/yum.log >>> >>> Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch >>> Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch >>> Sep 26 16:17:45 Installed: foreman-release-1.6.0-1.el7.noarch >>> Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch >>> Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch >>> Sep 26 16:18:15 Installed: foreman-release-1.6.0-1.el7.noarch >>> >>> >>> On 09/26/2014 06:47 PM, Eric D Helms wrote: >>> >>> That almost seems like the EPEL repo didn't get seutp correctly. Can >>> you check what repos are enabled according to yum? >>> >>> Eric >>> >>> On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego wrote: >>> >>> On 09/26/2014 03:07 PM, Eric D Helms wrote: >>> >>> One strategy is to use --skip-installer with setup.rb to give you a >>> chance to either run katello-installer yourself, or edit the answers >>> file directly. You can also pass direct installer options as you >>> mention that all come from the list that is generated by >>> katello-installer --help. >>> >>> Ah that will do! >>> >>> Would you find it also helpful for us to capture the >>> 'katello-installer --help' output and post it to our documentation as >>> a reference? >>> >>> Any documentation is nice but it's not really required, I can run >>> 'katello-installer --help' myself. >>> >>> I was just having problems with the default setup generated when using >>> katello deploy. And I couldn't figure out how to So as long as we can modify >>> the settings we can use it. >>> As we already have a foreman running I don't need the dns/dhcp/tftp stuff. >>> >>> So the correct steps in our situation would be: >>> >>> yum -y install ruby >>> git clone https://github.com/Katello/katello-deploy.git >>> ./setup.rb centos7 --version=2.0 --skip-installer >>> cp ~/custom-katello-installer.yaml >>> /etc/katello-installer/katello-installer.yaml >>> katello-installer >>> >>> Correct? >>> >>> It fails on my system: >>> >>> --> Finished Dependency Resolution >>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >>> Requires: mongodb >= 2.4 >>> Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) >>> Requires: python-pymongo >= 2.5.2 >>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >>> Requires: mongodb-server >= 2.4 >>> You could try using --skip-broken to work around the problem >>> ** Found 8 pre-existing rpmdb problem(s), 'yum check' output follows: >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> /usr/bin/ruby193-ruby >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> foreman >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> ruby193-ruby(abi) = ('0', '1.9.1', None) >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> ruby193-rubygem(daemons) >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> ruby193-rubygem(sequel) >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> ruby193-rubygem(sinatra) >>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>> ruby193-rubygems >>> WARNING: Skipping installer command: katello-installer >>> >>> >>> Thanks for responding! >>> >>> Jorick >>> >>> Eric >>> >>> On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego >>> wrote: >>> >>> Ok sounds fair. >>> >>> But how do I install things like Custom Server Certificates with katello >>> deploy? >>> >>> I see: >>> >>> installer_options = options[:installer_options] || "" install_command = >>> "katello-installer #{installer_options}" >>> >>> But I cannot find where it gets the options from.. >>> >>> For me it doesn't matter how it can be installed, but I need to customize it >>> and use answer files when I can. >>> >>> Kind regards, >>> >>> Jorick Astrego >>> Netbulae >>> >>> >>> On 09/25/2014 02:17 PM, Eric D Helms wrote: >>> >>> Katello deploy supports usage without using Vagrant to spin a box up >>> for you. The script (setup.rb) that is run can be done in a direct >>> deployment fashion. The password that is generated is entirely random >>> (or can be customized by the user prior to installation) and is only >>> 'changeme' in the case of development deployments. The default boxes >>> listed for libvirt in deploy are simple, and smaller boxes. However, >>> your own boxes can be substituted in or another provider like >>> Rackspace or Openstack can be used. >>> >>> Eric >>> >>> On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego >>> wrote: >>> >>> On 09/24/2014 05:19 PM, Stephen Benjamin wrote: >>> >>> On Wed, Sep 24, 2014 at 07:45:26AM -0700, marc....@priceline.com wrote: >>> >>> Is there some more detailed instructions to installing Katello?? Maybe >>> there is an order of installation, some prerequisites, that are not >>> obvious >>> in the current installation instruction of "yum -y install katello" which >>> obviously doesn't work. This is very frustrating!! I'm hoping that it >>> will be worth all the aggravation at the end of this - if I can even >>> install it?? Am I the only one having this much trouble? >>> On Wednesday, September 24, 2014 10:03:34 AM UTC-4,marc....@priceline.com >>> wrote: >>> >>> No. The package that is there is: >>> >>> ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm>> el >>> lo%2Freleases%2Fyum%2F2.0%2Fkatello%2FRHEL%2F6Server%2Fx86_64%2Fruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm&sa=D&sntz=1&usg=AFQjCNH5A_XP_4EyJCBm3HllMCCHO0rpPw> >>> >>> >>> The package that is missing is: >>> >>> ruby193-rubygem-rake-compiler-doc.noarch >>> >>> >>> This is the list of ruby packages installed: >>> >>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep ruby >>> ruby-1.8.7.352-13.el6.x86_64 >>> ruby193-libyaml-0.1.4-4.el6.x86_64 >>> ruby193-rubygem-json-1.7.3-4.el6.x86_64 >>> ruby193-rubygem-rdoc-3.12-9.el6.x86_64 >>> ruby-libs-1.8.7.352-13.el6.x86_64 >>> ruby193-runtime-1-6.el6.x86_64 >>> ruby193-ruby-libs-1.9.3.327-27.el6.x86_64 >>> ruby193-rubygem-io-console-0.3-27.el6.x86_64 >>> ruby193-rubygems-1.8.24-2.el6.noarch >>> ruby193-ruby-irb-1.9.3.327-27.el6.noarch >>> ruby193-rubygem-bigdecimal-1.1.0-27.el6.x86_64 >>> ruby193-ruby-1.9.3.327-27.el6.x86_64 >>> >>> Is there any missing that is needed causing my problems? >>> >>> Maybe check out katello-deploy instead, where we'll setup the required >>> repos for you. >>> >>> http://www.katello.org/docs/installation/index.html#katello-deploy >>> >>> You basically check out the git repo and run `./setup.rb centos6 >>> --version=2.0` >>> >>> >>> >>> Well katello-deploy is nice for developers but like most vagrant boxes and >>> these simple to install dev environment, it's not really suitable for a real >>> workable environment. >>> >>> I see passwords like "changeme" and "-org=Default_Organization" in the >>> deploy scripts so that's unacceptable for any other use than testing it out >>> a bit. >>> >>> If that's the goal, go for it. But if you need it for real usage katello >>> deploy is not an option. >>> >>> Kind regards, >>> >>> Jorick Astrego >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Foreman users" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to foreman-user...@googlegroups.com. >>> To post to this group, send email to forema...@googlegroups.com. >>> Visit this group at http://groups.google.com/group/foreman-users. >>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Foreman users" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to foreman-user...@googlegroups.com. >>> To post to this group, send email to forema...@googlegroups.com. >>> Visit this group at http://groups.google.com/group/foreman-users. >>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Foreman users" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to foreman-user...@googlegroups.com. >>> To post to this group, send email to forema...@googlegroups.com. >>> Visit this group at http://groups.google.com/group/foreman-users. >>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>> -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-user...@googlegroups.com . > To post to this group, send email to forema...@googlegroups.com > . > Visit this group at http://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout. > > >

I found a youtube video on how to do this, however, it looks like it is an
older version of Katello because the instructions no longer apply:

Is there an updated video that is more applicable to this version of
katello?

Thanks.

··· On Monday, September 29, 2014 10:04:12 AM UTC-4, marc....@priceline.com wrote: > > Thanks for all the help and suggestions... I manually installed some of > the missing packages, and then I was able to successfully install katello > and then I successfully ran katello-install. > > Now.... Does anyone have any good documentation or youtube videos on how > to setup the channels (I'm using satellite nomenclature) and how to > register clients to these channels, similar to rhn_register? > > Thanks again. > > On Friday, September 26, 2014 3:35:44 PM UTC-4, Jorick Astrego wrote: >> >> Yes Centos 7, so not really comparable. >> >> When I did the repo setup manually I had these repo's and the installer >> worked fine: >> >> yum localinstall >> https://www.softwarecollections.org/en/scls/rhscl/v8314/epel-7-x86_64/download/rhscl-v8314-epel-7-x86_64.noarch.rpm >> yum localinstall >> https://www.softwarecollections.org/en/scls/rhscl/ruby193/epel-7-x86_64/download/rhscl-ruby193-epel-7-x86_64.noarch.rpm >> yum localinstall >> https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/7/x86_64/katello-repos-latest.rpm >> yum localinstall >> http://yum.theforeman.org/releases/latest/el7/x86_64/foreman-release.rpm >> yum localinstall >> http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm >> yum install >> http://mirror.i3d.net/pub/fedora-epel/7/x86_64/e/epel-release-7-2.noarch.rpm >> >> >> Kind regards, >> >> Jorick >> >> On 09/26/2014 09:17 PM, marc....@priceline.com wrote: >> >> I think I may have found my problem... >> >> Trying to install the hiera.noarch package: >> >> hiera.noarch 1.3.4-1.el6 >> puppetlabs-products >> >> and I get the following error message: >> >> Resolving Dependencies >> --> Running transaction check >> ---> Package hiera.noarch 0:1.3.4-1.el6 will be installed >> --> Processing Dependency: rubygem-json for package: >> hiera-1.3.4-1.el6.noarch >> --> Running transaction check >> ---> Package rubygem-json.x86_64 0:1.5.5-3.el6 will be installed >> --> Processing Dependency: rubygems >= 1.3.7 for package: >> rubygem-json-1.5.5-3.el6.x86_64 >> --> Finished Dependency Resolution >> Error: Package: rubygem-json-1.5.5-3.el6.x86_64 (puppetlabs-deps) >> *Requires: rubygems >= 1.3.7* >> You could try using --skip-broken to work around the problem >> You could try running: rpm -Va --nofiles --nodigest >> >> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep -i rubygems <-- This >> is the version of rubygems that I have installed. >> ruby193-rubygems-1.8.24-2.el6.noarch >> ruby193-rubygems-devel-1.8.24-2.el6.noarch >> >> Do I have to downgrade the version of rubygems?? >> >> >> On Friday, September 26, 2014 3:04:34 PM UTC-4, marc....@priceline.com >> wrote: >>> >>> Thanks Jorick, >>> >>> Looks like you are installing on a CentOS system, so it's a little >>> different than mine (RHEL6 - ie Red Hat). >>> >>> Were you able to successfully execute the: yum -y install katello >>> command? >>> >>> Not I. What I'm doing now is installing the packages individually. >>> >>> >>> >>> On Friday, September 26, 2014 2:43:10 PM UTC-4, Jorick Astrego wrote: >>>> >>>> This is what I ended up with: >>>> >>>> ls -lart /etc/yum.repos.d/ >>>> >>>> total 60 >>>> -rw-r--r--. 1 root root 156 Aug 22 18:21 CentOS-Vault.repo >>>> -rw-r--r--. 1 root root 1331 Aug 22 18:21 CentOS-Sources.repo >>>> -rw-r--r--. 1 root root 290 Aug 22 18:21 CentOS-fasttrack.repo >>>> -rw-r--r--. 1 root root 649 Aug 22 18:21 CentOS-Debuginfo.repo >>>> -rw-r--r--. 1 root root 1664 Aug 22 18:21 CentOS-Base.repo >>>> -rw-r--r--. 1 root root 1250 Aug 25 20:14 puppetlabs.repo >>>> -rw-r--r--. 1 root root 334 Sep 11 12:11 foreman.repo >>>> -rw-r--r--. 1 root root 364 Sep 11 12:11 foreman-plugins.repo >>>> -rw-r--r--. 1 root root 152 Sep 11 21:17 >>>> rhscl-v8314-epel-7-x86_64.repo >>>> -rw-r--r--. 1 root root 158 Sep 11 21:17 >>>> rhscl-ruby193-epel-7-x86_64.repo >>>> -rw-r--r--. 1 root root 492 Sep 15 19:32 katello.repo >>>> -rw-r--r--. 1 root root 623 Sep 15 19:32 katello-pulp.repo >>>> -rw-r--r--. 1 root root 681 Sep 15 19:32 katello-candlepin.repo >>>> >>>> >>>> /var/log/yum.log >>>> >>>> Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch >>>> Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch >>>> Sep 26 16:17:45 Installed: foreman-release-1.6.0-1.el7.noarch >>>> Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch >>>> Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch >>>> Sep 26 16:18:15 Installed: foreman-release-1.6.0-1.el7.noarch >>>> >>>> >>>> On 09/26/2014 06:47 PM, Eric D Helms wrote: >>>> >>>> That almost seems like the EPEL repo didn't get seutp correctly. Can >>>> you check what repos are enabled according to yum? >>>> >>>> Eric >>>> >>>> On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego wrote: >>>> >>>> On 09/26/2014 03:07 PM, Eric D Helms wrote: >>>> >>>> One strategy is to use --skip-installer with setup.rb to give you a >>>> chance to either run katello-installer yourself, or edit the answers >>>> file directly. You can also pass direct installer options as you >>>> mention that all come from the list that is generated by >>>> katello-installer --help. >>>> >>>> Ah that will do! >>>> >>>> Would you find it also helpful for us to capture the >>>> 'katello-installer --help' output and post it to our documentation as >>>> a reference? >>>> >>>> Any documentation is nice but it's not really required, I can run >>>> 'katello-installer --help' myself. >>>> >>>> I was just having problems with the default setup generated when using >>>> katello deploy. And I couldn't figure out how to So as long as we can modify >>>> the settings we can use it. >>>> As we already have a foreman running I don't need the dns/dhcp/tftp stuff. >>>> >>>> So the correct steps in our situation would be: >>>> >>>> yum -y install ruby >>>> git clone https://github.com/Katello/katello-deploy.git >>>> ./setup.rb centos7 --version=2.0 --skip-installer >>>> cp ~/custom-katello-installer.yaml >>>> /etc/katello-installer/katello-installer.yaml >>>> katello-installer >>>> >>>> Correct? >>>> >>>> It fails on my system: >>>> >>>> --> Finished Dependency Resolution >>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >>>> Requires: mongodb >= 2.4 >>>> Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) >>>> Requires: python-pymongo >= 2.5.2 >>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >>>> Requires: mongodb-server >= 2.4 >>>> You could try using --skip-broken to work around the problem >>>> ** Found 8 pre-existing rpmdb problem(s), 'yum check' output follows: >>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>> /usr/bin/ruby193-ruby >>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>> foreman >>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>> ruby193-ruby(abi) = ('0', '1.9.1', None) >>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>> ruby193-rubygem(daemons) >>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>> ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) >>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>> ruby193-rubygem(sequel) >>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>> ruby193-rubygem(sinatra) >>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>> ruby193-rubygems >>>> WARNING: Skipping installer command: katello-installer >>>> >>>> >>>> Thanks for responding! >>>> >>>> Jorick >>>> >>>> Eric >>>> >>>> On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego >>>> wrote: >>>> >>>> Ok sounds fair. >>>> >>>> But how do I install things like Custom Server Certificates with katello >>>> deploy? >>>> >>>> I see: >>>> >>>> installer_options = options[:installer_options] || "" install_command = >>>> "katello-installer #{installer_options}" >>>> >>>> But I cannot find where it gets the options from.. >>>> >>>> For me it doesn't matter how it can be installed, but I need to customize it >>>> and use answer files when I can. >>>> >>>> Kind regards, >>>> >>>> Jorick Astrego >>>> Netbulae >>>> >>>> >>>> On 09/25/2014 02:17 PM, Eric D Helms wrote: >>>> >>>> Katello deploy supports usage without using Vagrant to spin a box up >>>> for you. The script (setup.rb) that is run can be done in a direct >>>> deployment fashion. The password that is generated is entirely random >>>> (or can be customized by the user prior to installation) and is only >>>> 'changeme' in the case of development deployments. The default boxes >>>> listed for libvirt in deploy are simple, and smaller boxes. However, >>>> your own boxes can be substituted in or another provider like >>>> Rackspace or Openstack can be used. >>>> >>>> Eric >>>> >>>> On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego >>>> wrote: >>>> >>>> On 09/24/2014 05:19 PM, Stephen Benjamin wrote: >>>> >>>> On Wed, Sep 24, 2014 at 07:45:26AM -0700, marc....@priceline.com wrote: >>>> >>>> Is there some more detailed instructions to installing Katello?? Maybe >>>> there is an order of installation, some prerequisites, that are not >>>> obvious >>>> in the current installation instruction of "yum -y install katello" which >>>> obviously doesn't work. This is very frustrating!! I'm hoping that it >>>> will be worth all the aggravation at the end of this - if I can even >>>> install it?? Am I the only one having this much trouble? >>>> On Wednesday, September 24, 2014 10:03:34 AM UTC-4,marc....@priceline.com >>>> wrote: >>>> >>>> No. The package that is there is: >>>> >>>> ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm>>> el >>>> lo%2Freleases%2Fyum%2F2.0%2Fkatello%2FRHEL%2F6Server%2Fx86_64%2Fruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm&sa=D&sntz=1&usg=AFQjCNH5A_XP_4EyJCBm3HllMCCHO0rpPw> >>>> >>>> >>>> The package that is missing is: >>>> >>>> ruby193-rubygem-rake-compiler-doc.noarch >>>> >>>> >>>> This is the list of ruby packages installed: >>>> >>>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep ruby >>>> ruby-1.8.7.352-13.el6.x86_64 >>>> ruby193-libyaml-0.1.4-4.el6.x86_64 >>>> ruby193-rubygem-json-1.7.3-4.el6.x86_64 >>>> ruby193-rubygem-rdoc-3.12-9.el6.x86_64 >>>> ruby-libs-1.8.7.352-13.el6.x86_64 >>>> ruby193-runtime-1-6.el6.x86_64 >>>> ruby193-ruby-libs-1.9.3.327-27.el6.x86_64 >>>> ruby193-rubygem-io-console-0.3-27.el6.x86_64 >>>> ruby193-rubygems-1.8.24-2.el6.noarch >>>> ruby193-ruby-irb-1.9.3.327-27.el6.noarch >>>> ruby193-rubygem-bigdecimal-1.1.0-27.el6.x86_64 >>>> ruby193-ruby-1.9.3.327-27.el6.x86_64 >>>> >>>> Is there any missing that is needed causing my problems? >>>> >>>> Maybe check out katello-deploy instead, where we'll setup the required >>>> repos for you. >>>> >>>> http://www.katello.org/docs/installation/index.html#katello-deploy >>>> >>>> You basically check out the git repo and run `./setup.rb centos6 >>>> --version=2.0` >>>> >>>> >>>> >>>> Well katello-deploy is nice for developers but like most vagrant boxes and >>>> these simple to install dev environment, it's not really suitable for a real >>>> workable environment. >>>> >>>> I see passwords like "changeme" and "-org=Default_Organization" in the >>>> deploy scripts so that's unacceptable for any other use than testing it out >>>> a bit. >>>> >>>> If that's the goal, go for it. But if you need it for real usage katello >>>> deploy is not an option. >>>> >>>> Kind regards, >>>> >>>> Jorick Astrego >>>> >>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google Groups >>>> "Foreman users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send an >>>> email to foreman-user...@googlegroups.com. >>>> To post to this group, send email to forema...@googlegroups.com. >>>> Visit this group at http://groups.google.com/group/foreman-users. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google Groups >>>> "Foreman users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send an >>>> email to foreman-user...@googlegroups.com. >>>> To post to this group, send email to forema...@googlegroups.com. >>>> Visit this group at http://groups.google.com/group/foreman-users. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google Groups >>>> "Foreman users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send an >>>> email to foreman-user...@googlegroups.com. >>>> To post to this group, send email to forema...@googlegroups.com. >>>> Visit this group at http://groups.google.com/group/foreman-users. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>>> >>>> -- >> You received this message because you are subscribed to the Google Groups >> "Foreman users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to foreman-user...@googlegroups.com. >> To post to this group, send email to forema...@googlegroups.com. >> Visit this group at http://groups.google.com/group/foreman-users. >> For more options, visit https://groups.google.com/d/optout. >> >> >>

I would like to populate the Repositories, but I'm still having trouble.
From under the Contents>>Red Hat Repositories menu, I try to add them
here, and I see the following request:

"No Red Hat products currently exist, please import a manifest here
<https://nw-katello-201.prod.pcln.com/subscriptions> to receive Red Hat
content."

So when I click on the "here" hyperlink I don't know what "New Manifest"
file to upload here?? Any ideas?

Thanks again.

··· On Monday, September 29, 2014 12:38:43 PM UTC-4, marc....@priceline.com wrote: > > I found a youtube video on how to do this, however, it looks like it is an > older version of Katello because the instructions no longer apply: > > http://www.youtube.com/watch?v=ow0XzRRRH-E > > Is there an updated video that is more applicable to this version of > katello? > > Thanks. > > On Monday, September 29, 2014 10:04:12 AM UTC-4, marc....@priceline.com > wrote: >> >> Thanks for all the help and suggestions... I manually installed some of >> the missing packages, and then I was able to successfully install katello >> and then I successfully ran katello-install. >> >> Now.... Does anyone have any good documentation or youtube videos on how >> to setup the channels (I'm using satellite nomenclature) and how to >> register clients to these channels, similar to rhn_register? >> >> Thanks again. >> >> On Friday, September 26, 2014 3:35:44 PM UTC-4, Jorick Astrego wrote: >>> >>> Yes Centos 7, so not really comparable. >>> >>> When I did the repo setup manually I had these repo's and the installer >>> worked fine: >>> >>> yum localinstall >>> https://www.softwarecollections.org/en/scls/rhscl/v8314/epel-7-x86_64/download/rhscl-v8314-epel-7-x86_64.noarch.rpm >>> yum localinstall >>> https://www.softwarecollections.org/en/scls/rhscl/ruby193/epel-7-x86_64/download/rhscl-ruby193-epel-7-x86_64.noarch.rpm >>> yum localinstall >>> https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/7/x86_64/katello-repos-latest.rpm >>> yum localinstall >>> http://yum.theforeman.org/releases/latest/el7/x86_64/foreman-release.rpm >>> yum localinstall >>> http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm >>> yum install >>> http://mirror.i3d.net/pub/fedora-epel/7/x86_64/e/epel-release-7-2.noarch.rpm >>> >>> >>> Kind regards, >>> >>> Jorick >>> >>> On 09/26/2014 09:17 PM, marc....@priceline.com wrote: >>> >>> I think I may have found my problem... >>> >>> Trying to install the hiera.noarch package: >>> >>> hiera.noarch 1.3.4-1.el6 >>> puppetlabs-products >>> >>> and I get the following error message: >>> >>> Resolving Dependencies >>> --> Running transaction check >>> ---> Package hiera.noarch 0:1.3.4-1.el6 will be installed >>> --> Processing Dependency: rubygem-json for package: >>> hiera-1.3.4-1.el6.noarch >>> --> Running transaction check >>> ---> Package rubygem-json.x86_64 0:1.5.5-3.el6 will be installed >>> --> Processing Dependency: rubygems >= 1.3.7 for package: >>> rubygem-json-1.5.5-3.el6.x86_64 >>> --> Finished Dependency Resolution >>> Error: Package: rubygem-json-1.5.5-3.el6.x86_64 (puppetlabs-deps) >>> *Requires: rubygems >= 1.3.7* >>> You could try using --skip-broken to work around the problem >>> You could try running: rpm -Va --nofiles --nodigest >>> >>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep -i rubygems <-- >>> This is the version of rubygems that I have installed. >>> ruby193-rubygems-1.8.24-2.el6.noarch >>> ruby193-rubygems-devel-1.8.24-2.el6.noarch >>> >>> Do I have to downgrade the version of rubygems?? >>> >>> >>> On Friday, September 26, 2014 3:04:34 PM UTC-4, marc....@priceline.com >>> wrote: >>>> >>>> Thanks Jorick, >>>> >>>> Looks like you are installing on a CentOS system, so it's a little >>>> different than mine (RHEL6 - ie Red Hat). >>>> >>>> Were you able to successfully execute the: yum -y install katello >>>> command? >>>> >>>> Not I. What I'm doing now is installing the packages individually. >>>> >>>> >>>> >>>> On Friday, September 26, 2014 2:43:10 PM UTC-4, Jorick Astrego wrote: >>>>> >>>>> This is what I ended up with: >>>>> >>>>> ls -lart /etc/yum.repos.d/ >>>>> >>>>> total 60 >>>>> -rw-r--r--. 1 root root 156 Aug 22 18:21 CentOS-Vault.repo >>>>> -rw-r--r--. 1 root root 1331 Aug 22 18:21 CentOS-Sources.repo >>>>> -rw-r--r--. 1 root root 290 Aug 22 18:21 CentOS-fasttrack.repo >>>>> -rw-r--r--. 1 root root 649 Aug 22 18:21 CentOS-Debuginfo.repo >>>>> -rw-r--r--. 1 root root 1664 Aug 22 18:21 CentOS-Base.repo >>>>> -rw-r--r--. 1 root root 1250 Aug 25 20:14 puppetlabs.repo >>>>> -rw-r--r--. 1 root root 334 Sep 11 12:11 foreman.repo >>>>> -rw-r--r--. 1 root root 364 Sep 11 12:11 foreman-plugins.repo >>>>> -rw-r--r--. 1 root root 152 Sep 11 21:17 >>>>> rhscl-v8314-epel-7-x86_64.repo >>>>> -rw-r--r--. 1 root root 158 Sep 11 21:17 >>>>> rhscl-ruby193-epel-7-x86_64.repo >>>>> -rw-r--r--. 1 root root 492 Sep 15 19:32 katello.repo >>>>> -rw-r--r--. 1 root root 623 Sep 15 19:32 katello-pulp.repo >>>>> -rw-r--r--. 1 root root 681 Sep 15 19:32 katello-candlepin.repo >>>>> >>>>> >>>>> /var/log/yum.log >>>>> >>>>> Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch >>>>> Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch >>>>> Sep 26 16:17:45 Installed: foreman-release-1.6.0-1.el7.noarch >>>>> Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch >>>>> Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch >>>>> Sep 26 16:18:15 Installed: foreman-release-1.6.0-1.el7.noarch >>>>> >>>>> >>>>> On 09/26/2014 06:47 PM, Eric D Helms wrote: >>>>> >>>>> That almost seems like the EPEL repo didn't get seutp correctly. Can >>>>> you check what repos are enabled according to yum? >>>>> >>>>> Eric >>>>> >>>>> On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego wrote: >>>>> >>>>> On 09/26/2014 03:07 PM, Eric D Helms wrote: >>>>> >>>>> One strategy is to use --skip-installer with setup.rb to give you a >>>>> chance to either run katello-installer yourself, or edit the answers >>>>> file directly. You can also pass direct installer options as you >>>>> mention that all come from the list that is generated by >>>>> katello-installer --help. >>>>> >>>>> Ah that will do! >>>>> >>>>> Would you find it also helpful for us to capture the >>>>> 'katello-installer --help' output and post it to our documentation as >>>>> a reference? >>>>> >>>>> Any documentation is nice but it's not really required, I can run >>>>> 'katello-installer --help' myself. >>>>> >>>>> I was just having problems with the default setup generated when using >>>>> katello deploy. And I couldn't figure out how to So as long as we can modify >>>>> the settings we can use it. >>>>> As we already have a foreman running I don't need the dns/dhcp/tftp stuff. >>>>> >>>>> So the correct steps in our situation would be: >>>>> >>>>> yum -y install ruby >>>>> git clone https://github.com/Katello/katello-deploy.git >>>>> ./setup.rb centos7 --version=2.0 --skip-installer >>>>> cp ~/custom-katello-installer.yaml >>>>> /etc/katello-installer/katello-installer.yaml >>>>> katello-installer >>>>> >>>>> Correct? >>>>> >>>>> It fails on my system: >>>>> >>>>> --> Finished Dependency Resolution >>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >>>>> Requires: mongodb >= 2.4 >>>>> Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) >>>>> Requires: python-pymongo >= 2.5.2 >>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >>>>> Requires: mongodb-server >= 2.4 >>>>> You could try using --skip-broken to work around the problem >>>>> ** Found 8 pre-existing rpmdb problem(s), 'yum check' output follows: >>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>>> /usr/bin/ruby193-ruby >>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>>> foreman >>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>>> ruby193-ruby(abi) = ('0', '1.9.1', None) >>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>>> ruby193-rubygem(daemons) >>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>>> ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) >>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>>> ruby193-rubygem(sequel) >>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>>> ruby193-rubygem(sinatra) >>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires of >>>>> ruby193-rubygems >>>>> WARNING: Skipping installer command: katello-installer >>>>> >>>>> >>>>> Thanks for responding! >>>>> >>>>> Jorick >>>>> >>>>> Eric >>>>> >>>>> On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego >>>>> wrote: >>>>> >>>>> Ok sounds fair. >>>>> >>>>> But how do I install things like Custom Server Certificates with katello >>>>> deploy? >>>>> >>>>> I see: >>>>> >>>>> installer_options = options[:installer_options] || "" install_command = >>>>> "katello-installer #{installer_options}" >>>>> >>>>> But I cannot find where it gets the options from.. >>>>> >>>>> For me it doesn't matter how it can be installed, but I need to customize it >>>>> and use answer files when I can. >>>>> >>>>> Kind regards, >>>>> >>>>> Jorick Astrego >>>>> Netbulae >>>>> >>>>> >>>>> On 09/25/2014 02:17 PM, Eric D Helms wrote: >>>>> >>>>> Katello deploy supports usage without using Vagrant to spin a box up >>>>> for you. The script (setup.rb) that is run can be done in a direct >>>>> deployment fashion. The password that is generated is entirely random >>>>> (or can be customized by the user prior to installation) and is only >>>>> 'changeme' in the case of development deployments. The default boxes >>>>> listed for libvirt in deploy are simple, and smaller boxes. However, >>>>> your own boxes can be substituted in or another provider like >>>>> Rackspace or Openstack can be used. >>>>> >>>>> Eric >>>>> >>>>> On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego >>>>> wrote: >>>>> >>>>> On 09/24/2014 05:19 PM, Stephen Benjamin wrote: >>>>> >>>>> On Wed, Sep 24, 2014 at 07:45:26AM -0700, marc....@priceline.com wrote: >>>>> >>>>> Is there some more detailed instructions to installing Katello?? Maybe >>>>> there is an order of installation, some prerequisites, that are not >>>>> obvious >>>>> in the current installation instruction of "yum -y install katello" which >>>>> obviously doesn't work. This is very frustrating!! I'm hoping that it >>>>> will be worth all the aggravation at the end of this - if I can even >>>>> install it?? Am I the only one having this much trouble? >>>>> On Wednesday, September 24, 2014 10:03:34 AM UTC-4,marc....@priceline.com >>>>> wrote: >>>>> >>>>> No. The package that is there is: >>>>> >>>>> ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm>>>> el >>>>> lo%2Freleases%2Fyum%2F2.0%2Fkatello%2FRHEL%2F6Server%2Fx86_64%2Fruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm&sa=D&sntz=1&usg=AFQjCNH5A_XP_4EyJCBm3HllMCCHO0rpPw> >>>>> >>>>> >>>>> The package that is missing is: >>>>> >>>>> ruby193-rubygem-rake-compiler-doc.noarch >>>>> >>>>> >>>>> This is the list of ruby packages installed: >>>>> >>>>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep ruby >>>>> ruby-1.8.7.352-13.el6.x86_64 >>>>> ruby193-libyaml-0.1.4-4.el6.x86_64 >>>>> ruby193-rubygem-json-1.7.3-4.el6.x86_64 >>>>> ruby193-rubygem-rdoc-3.12-9.el6.x86_64 >>>>> ruby-libs-1.8.7.352-13.el6.x86_64 >>>>> ruby193-runtime-1-6.el6.x86_64 >>>>> ruby193-ruby-libs-1.9.3.327-27.el6.x86_64 >>>>> ruby193-rubygem-io-console-0.3-27.el6.x86_64 >>>>> ruby193-rubygems-1.8.24-2.el6.noarch >>>>> ruby193-ruby-irb-1.9.3.327-27.el6.noarch >>>>> ruby193-rubygem-bigdecimal-1.1.0-27.el6.x86_64 >>>>> ruby193-ruby-1.9.3.327-27.el6.x86_64 >>>>> >>>>> Is there any missing that is needed causing my problems? >>>>> >>>>> Maybe check out katello-deploy instead, where we'll setup the required >>>>> repos for you. >>>>> >>>>> http://www.katello.org/docs/installation/index.html#katello-deploy >>>>> >>>>> You basically check out the git repo and run `./setup.rb centos6 >>>>> --version=2.0` >>>>> >>>>> >>>>> >>>>> Well katello-deploy is nice for developers but like most vagrant boxes and >>>>> these simple to install dev environment, it's not really suitable for a real >>>>> workable environment. >>>>> >>>>> I see passwords like "changeme" and "-org=Default_Organization" in the >>>>> deploy scripts so that's unacceptable for any other use than testing it out >>>>> a bit. >>>>> >>>>> If that's the goal, go for it. But if you need it for real usage katello >>>>> deploy is not an option. >>>>> >>>>> Kind regards, >>>>> >>>>> Jorick Astrego >>>>> >>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google Groups >>>>> "Foreman users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send an >>>>> email to foreman-user...@googlegroups.com. >>>>> To post to this group, send email to forema...@googlegroups.com. >>>>> Visit this group at http://groups.google.com/group/foreman-users. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google Groups >>>>> "Foreman users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send an >>>>> email to foreman-user...@googlegroups.com. >>>>> To post to this group, send email to forema...@googlegroups.com. >>>>> Visit this group at http://groups.google.com/group/foreman-users. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google Groups >>>>> "Foreman users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send an >>>>> email to foreman-user...@googlegroups.com. >>>>> To post to this group, send email to forema...@googlegroups.com. >>>>> Visit this group at http://groups.google.com/group/foreman-users. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>>> >>>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Foreman users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to foreman-user...@googlegroups.com. >>> To post to this group, send email to forema...@googlegroups.com. >>> Visit this group at http://groups.google.com/group/foreman-users. >>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>>

Marc,

Start here - http://www.katello.org/docs/user_guide/red_hat_content/content.html

Eric

··· On Tue, Sep 30, 2014 at 1:45 PM, wrote: > I would like to populate the Repositories, but I'm still having trouble. > From under the Contents>>Red Hat Repositories menu, I try to add them here, > and I see the following request: > > "No Red Hat products currently exist, please import a manifest here to > receive Red Hat content." > > So when I click on the "here" hyperlink I don't know what "New Manifest" > file to upload here?? Any ideas? > > Thanks again. > > On Monday, September 29, 2014 12:38:43 PM UTC-4, marc....@priceline.com > wrote: >> >> I found a youtube video on how to do this, however, it looks like it is an >> older version of Katello because the instructions no longer apply: >> >> http://www.youtube.com/watch?v=ow0XzRRRH-E >> >> Is there an updated video that is more applicable to this version of >> katello? >> >> Thanks. >> >> On Monday, September 29, 2014 10:04:12 AM UTC-4, marc....@priceline.com >> wrote: >>> >>> Thanks for all the help and suggestions... I manually installed some of >>> the missing packages, and then I was able to successfully install katello >>> and then I successfully ran katello-install. >>> >>> Now.... Does anyone have any good documentation or youtube videos on how >>> to setup the channels (I'm using satellite nomenclature) and how to register >>> clients to these channels, similar to rhn_register? >>> >>> Thanks again. >>> >>> On Friday, September 26, 2014 3:35:44 PM UTC-4, Jorick Astrego wrote: >>>> >>>> Yes Centos 7, so not really comparable. >>>> >>>> When I did the repo setup manually I had these repo's and the installer >>>> worked fine: >>>> >>>> yum localinstall >>>> https://www.softwarecollections.org/en/scls/rhscl/v8314/epel-7-x86_64/download/rhscl-v8314-epel-7-x86_64.noarch.rpm >>>> yum localinstall >>>> https://www.softwarecollections.org/en/scls/rhscl/ruby193/epel-7-x86_64/download/rhscl-ruby193-epel-7-x86_64.noarch.rpm >>>> yum localinstall >>>> https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/7/x86_64/katello-repos-latest.rpm >>>> yum localinstall >>>> http://yum.theforeman.org/releases/latest/el7/x86_64/foreman-release.rpm >>>> yum localinstall >>>> http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm >>>> yum install >>>> http://mirror.i3d.net/pub/fedora-epel/7/x86_64/e/epel-release-7-2.noarch.rpm >>>> >>>> >>>> Kind regards, >>>> >>>> Jorick >>>> >>>> On 09/26/2014 09:17 PM, marc....@priceline.com wrote: >>>> >>>> I think I may have found my problem... >>>> >>>> Trying to install the hiera.noarch package: >>>> >>>> hiera.noarch 1.3.4-1.el6 >>>> puppetlabs-products >>>> >>>> and I get the following error message: >>>> >>>> Resolving Dependencies >>>> --> Running transaction check >>>> ---> Package hiera.noarch 0:1.3.4-1.el6 will be installed >>>> --> Processing Dependency: rubygem-json for package: >>>> hiera-1.3.4-1.el6.noarch >>>> --> Running transaction check >>>> ---> Package rubygem-json.x86_64 0:1.5.5-3.el6 will be installed >>>> --> Processing Dependency: rubygems >= 1.3.7 for package: >>>> rubygem-json-1.5.5-3.el6.x86_64 >>>> --> Finished Dependency Resolution >>>> Error: Package: rubygem-json-1.5.5-3.el6.x86_64 (puppetlabs-deps) >>>> Requires: rubygems >= 1.3.7 >>>> You could try using --skip-broken to work around the problem >>>> You could try running: rpm -Va --nofiles --nodigest >>>> >>>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep -i rubygems <-- This >>>> is the version of rubygems that I have installed. >>>> ruby193-rubygems-1.8.24-2.el6.noarch >>>> ruby193-rubygems-devel-1.8.24-2.el6.noarch >>>> >>>> Do I have to downgrade the version of rubygems?? >>>> >>>> >>>> On Friday, September 26, 2014 3:04:34 PM UTC-4, marc....@priceline.com >>>> wrote: >>>>> >>>>> Thanks Jorick, >>>>> >>>>> Looks like you are installing on a CentOS system, so it's a little >>>>> different than mine (RHEL6 - ie Red Hat). >>>>> >>>>> Were you able to successfully execute the: yum -y install katello >>>>> command? >>>>> >>>>> Not I. What I'm doing now is installing the packages individually. >>>>> >>>>> >>>>> >>>>> On Friday, September 26, 2014 2:43:10 PM UTC-4, Jorick Astrego wrote: >>>>>> >>>>>> This is what I ended up with: >>>>>> >>>>>> ls -lart /etc/yum.repos.d/ >>>>>> >>>>>> total 60 >>>>>> -rw-r--r--. 1 root root 156 Aug 22 18:21 CentOS-Vault.repo >>>>>> -rw-r--r--. 1 root root 1331 Aug 22 18:21 CentOS-Sources.repo >>>>>> -rw-r--r--. 1 root root 290 Aug 22 18:21 CentOS-fasttrack.repo >>>>>> -rw-r--r--. 1 root root 649 Aug 22 18:21 CentOS-Debuginfo.repo >>>>>> -rw-r--r--. 1 root root 1664 Aug 22 18:21 CentOS-Base.repo >>>>>> -rw-r--r--. 1 root root 1250 Aug 25 20:14 puppetlabs.repo >>>>>> -rw-r--r--. 1 root root 334 Sep 11 12:11 foreman.repo >>>>>> -rw-r--r--. 1 root root 364 Sep 11 12:11 foreman-plugins.repo >>>>>> -rw-r--r--. 1 root root 152 Sep 11 21:17 >>>>>> rhscl-v8314-epel-7-x86_64.repo >>>>>> -rw-r--r--. 1 root root 158 Sep 11 21:17 >>>>>> rhscl-ruby193-epel-7-x86_64.repo >>>>>> -rw-r--r--. 1 root root 492 Sep 15 19:32 katello.repo >>>>>> -rw-r--r--. 1 root root 623 Sep 15 19:32 katello-pulp.repo >>>>>> -rw-r--r--. 1 root root 681 Sep 15 19:32 katello-candlepin.repo >>>>>> >>>>>> >>>>>> /var/log/yum.log >>>>>> >>>>>> Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch >>>>>> Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch >>>>>> Sep 26 16:17:45 Installed: foreman-release-1.6.0-1.el7.noarch >>>>>> Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch >>>>>> Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch >>>>>> Sep 26 16:18:15 Installed: foreman-release-1.6.0-1.el7.noarch >>>>>> >>>>>> >>>>>> On 09/26/2014 06:47 PM, Eric D Helms wrote: >>>>>> >>>>>> That almost seems like the EPEL repo didn't get seutp correctly. Can >>>>>> you check what repos are enabled according to yum? >>>>>> >>>>>> Eric >>>>>> >>>>>> On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego >>>>>> wrote: >>>>>> >>>>>> On 09/26/2014 03:07 PM, Eric D Helms wrote: >>>>>> >>>>>> One strategy is to use --skip-installer with setup.rb to give you a >>>>>> chance to either run katello-installer yourself, or edit the answers >>>>>> file directly. You can also pass direct installer options as you >>>>>> mention that all come from the list that is generated by >>>>>> katello-installer --help. >>>>>> >>>>>> Ah that will do! >>>>>> >>>>>> Would you find it also helpful for us to capture the >>>>>> 'katello-installer --help' output and post it to our documentation as >>>>>> a reference? >>>>>> >>>>>> Any documentation is nice but it's not really required, I can run >>>>>> 'katello-installer --help' myself. >>>>>> >>>>>> I was just having problems with the default setup generated when using >>>>>> katello deploy. And I couldn't figure out how to So as long as we can >>>>>> modify >>>>>> the settings we can use it. >>>>>> As we already have a foreman running I don't need the dns/dhcp/tftp >>>>>> stuff. >>>>>> >>>>>> So the correct steps in our situation would be: >>>>>> >>>>>> yum -y install ruby >>>>>> git clone https://github.com/Katello/katello-deploy.git >>>>>> ./setup.rb centos7 --version=2.0 --skip-installer >>>>>> cp ~/custom-katello-installer.yaml >>>>>> /etc/katello-installer/katello-installer.yaml >>>>>> katello-installer >>>>>> >>>>>> Correct? >>>>>> >>>>>> It fails on my system: >>>>>> >>>>>> --> Finished Dependency Resolution >>>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >>>>>> Requires: mongodb >= 2.4 >>>>>> Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) >>>>>> Requires: python-pymongo >= 2.5.2 >>>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch (katello) >>>>>> Requires: mongodb-server >= 2.4 >>>>>> You could try using --skip-broken to work around the problem >>>>>> ** Found 8 pre-existing rpmdb problem(s), 'yum check' output follows: >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires >>>>>> of >>>>>> /usr/bin/ruby193-ruby >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires >>>>>> of >>>>>> foreman >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires >>>>>> of >>>>>> ruby193-ruby(abi) = ('0', '1.9.1', None) >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires >>>>>> of >>>>>> ruby193-rubygem(daemons) >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires >>>>>> of >>>>>> ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires >>>>>> of >>>>>> ruby193-rubygem(sequel) >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires >>>>>> of >>>>>> ruby193-rubygem(sinatra) >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing requires >>>>>> of >>>>>> ruby193-rubygems >>>>>> WARNING: Skipping installer command: katello-installer >>>>>> >>>>>> >>>>>> Thanks for responding! >>>>>> >>>>>> Jorick >>>>>> >>>>>> Eric >>>>>> >>>>>> On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego >>>>>> wrote: >>>>>> >>>>>> Ok sounds fair. >>>>>> >>>>>> But how do I install things like Custom Server Certificates with >>>>>> katello >>>>>> deploy? >>>>>> >>>>>> I see: >>>>>> >>>>>> installer_options = options[:installer_options] || "" install_command >>>>>> = >>>>>> "katello-installer #{installer_options}" >>>>>> >>>>>> But I cannot find where it gets the options from.. >>>>>> >>>>>> For me it doesn't matter how it can be installed, but I need to >>>>>> customize it >>>>>> and use answer files when I can. >>>>>> >>>>>> Kind regards, >>>>>> >>>>>> Jorick Astrego >>>>>> Netbulae >>>>>> >>>>>> >>>>>> On 09/25/2014 02:17 PM, Eric D Helms wrote: >>>>>> >>>>>> Katello deploy supports usage without using Vagrant to spin a box up >>>>>> for you. The script (setup.rb) that is run can be done in a direct >>>>>> deployment fashion. The password that is generated is entirely random >>>>>> (or can be customized by the user prior to installation) and is only >>>>>> 'changeme' in the case of development deployments. The default boxes >>>>>> listed for libvirt in deploy are simple, and smaller boxes. However, >>>>>> your own boxes can be substituted in or another provider like >>>>>> Rackspace or Openstack can be used. >>>>>> >>>>>> Eric >>>>>> >>>>>> On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego >>>>>> wrote: >>>>>> >>>>>> On 09/24/2014 05:19 PM, Stephen Benjamin wrote: >>>>>> >>>>>> On Wed, Sep 24, 2014 at 07:45:26AM -0700, marc....@priceline.com >>>>>> wrote: >>>>>> >>>>>> Is there some more detailed instructions to installing Katello?? >>>>>> Maybe >>>>>> there is an order of installation, some prerequisites, that are not >>>>>> obvious >>>>>> in the current installation instruction of "yum -y install katello" >>>>>> which >>>>>> obviously doesn't work. This is very frustrating!! I'm hoping that >>>>>> it >>>>>> will be worth all the aggravation at the end of this - if I can even >>>>>> install it?? Am I the only one having this much trouble? >>>>>> On Wednesday, September 24, 2014 10:03:34 AM UTC-4, >>>>>> marc....@priceline.com >>>>>> wrote: >>>>>> >>>>>> No. The package that is there is: >>>>>> >>>>>> ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm >>>>>> >>>>>> >>>>> el >>>>>> >>>>>> lo%2Freleases%2Fyum%2F2.0%2Fkatello%2FRHEL%2F6Server%2Fx86_64%2Fruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm&sa=D&sntz=1&usg=AFQjCNH5A_XP_4EyJCBm3HllMCCHO0rpPw> >>>>>> >>>>>> >>>>>> The package that is missing is: >>>>>> >>>>>> ruby193-rubygem-rake-compiler-doc.noarch >>>>>> >>>>>> >>>>>> This is the list of ruby packages installed: >>>>>> >>>>>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep ruby >>>>>> ruby-1.8.7.352-13.el6.x86_64 >>>>>> ruby193-libyaml-0.1.4-4.el6.x86_64 >>>>>> ruby193-rubygem-json-1.7.3-4.el6.x86_64 >>>>>> ruby193-rubygem-rdoc-3.12-9.el6.x86_64 >>>>>> ruby-libs-1.8.7.352-13.el6.x86_64 >>>>>> ruby193-runtime-1-6.el6.x86_64 >>>>>> ruby193-ruby-libs-1.9.3.327-27.el6.x86_64 >>>>>> ruby193-rubygem-io-console-0.3-27.el6.x86_64 >>>>>> ruby193-rubygems-1.8.24-2.el6.noarch >>>>>> ruby193-ruby-irb-1.9.3.327-27.el6.noarch >>>>>> ruby193-rubygem-bigdecimal-1.1.0-27.el6.x86_64 >>>>>> ruby193-ruby-1.9.3.327-27.el6.x86_64 >>>>>> >>>>>> Is there any missing that is needed causing my problems? >>>>>> >>>>>> Maybe check out katello-deploy instead, where we'll setup the required >>>>>> repos for you. >>>>>> >>>>>> http://www.katello.org/docs/installation/index.html#katello-deploy >>>>>> >>>>>> You basically check out the git repo and run `./setup.rb centos6 >>>>>> --version=2.0` >>>>>> >>>>>> >>>>>> >>>>>> Well katello-deploy is nice for developers but like most vagrant boxes >>>>>> and >>>>>> these simple to install dev environment, it's not really suitable for >>>>>> a real >>>>>> workable environment. >>>>>> >>>>>> I see passwords like "changeme" and "-org=Default_Organization" in the >>>>>> deploy scripts so that's unacceptable for any other use than testing >>>>>> it out >>>>>> a bit. >>>>>> >>>>>> If that's the goal, go for it. But if you need it for real usage >>>>>> katello >>>>>> deploy is not an option. >>>>>> >>>>>> Kind regards, >>>>>> >>>>>> Jorick Astrego >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups >>>>>> "Foreman users" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>>> an >>>>>> email to foreman-user...@googlegroups.com. >>>>>> To post to this group, send email to forema...@googlegroups.com. >>>>>> Visit this group at http://groups.google.com/group/foreman-users. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups >>>>>> "Foreman users" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>>> an >>>>>> email to foreman-user...@googlegroups.com. >>>>>> To post to this group, send email to forema...@googlegroups.com. >>>>>> Visit this group at http://groups.google.com/group/foreman-users. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups >>>>>> "Foreman users" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>>> an >>>>>> email to foreman-user...@googlegroups.com. >>>>>> To post to this group, send email to forema...@googlegroups.com. >>>>>> Visit this group at http://groups.google.com/group/foreman-users. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Foreman users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to foreman-user...@googlegroups.com. >>>> To post to this group, send email to forema...@googlegroups.com. >>>> Visit this group at http://groups.google.com/group/foreman-users. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>>> > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-users+unsubscribe@googlegroups.com. > To post to this group, send email to foreman-users@googlegroups.com. > Visit this group at http://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout.

Hi Eric,

I followed the instructions you provided and was able to upload our
manifest for our redhat subscriptions into Katello. I can see all of the
subscriptions listed there now. It seems to be OK, but when I try to
enable the Red Hat Repositories, I don't see any check boxes to enable them
(as noted in the documentation)? Not sure if this means that they are
automagically enabled, or they are not even available?

I would also like to add a repository for CentOS 5 & 6. Is this possible?

Thanks again for all your help!

Marc.

··· On Tuesday, September 30, 2014 2:50:02 PM UTC-4, Eric Helms wrote: > > Marc, > > Start here - > http://www.katello.org/docs/user_guide/red_hat_content/content.html > > Eric > > On Tue, Sep 30, 2014 at 1:45 PM, <marc....@priceline.com > > wrote: > > I would like to populate the Repositories, but I'm still having trouble. > > From under the Contents>>Red Hat Repositories menu, I try to add them > here, > > and I see the following request: > > > > "No Red Hat products currently exist, please import a manifest here to > > receive Red Hat content." > > > > So when I click on the "here" hyperlink I don't know what "New Manifest" > > file to upload here?? Any ideas? > > > > Thanks again. > > > > On Monday, September 29, 2014 12:38:43 PM UTC-4, marc....@priceline.com > > wrote: > >> > >> I found a youtube video on how to do this, however, it looks like it is > an > >> older version of Katello because the instructions no longer apply: > >> > >> http://www.youtube.com/watch?v=ow0XzRRRH-E > >> > >> Is there an updated video that is more applicable to this version of > >> katello? > >> > >> Thanks. > >> > >> On Monday, September 29, 2014 10:04:12 AM UTC-4, marc....@priceline.com > >> wrote: > >>> > >>> Thanks for all the help and suggestions... I manually installed some > of > >>> the missing packages, and then I was able to successfully install > katello > >>> and then I successfully ran katello-install. > >>> > >>> Now.... Does anyone have any good documentation or youtube videos on > how > >>> to setup the channels (I'm using satellite nomenclature) and how to > register > >>> clients to these channels, similar to rhn_register? > >>> > >>> Thanks again. > >>> > >>> On Friday, September 26, 2014 3:35:44 PM UTC-4, Jorick Astrego wrote: > >>>> > >>>> Yes Centos 7, so not really comparable. > >>>> > >>>> When I did the repo setup manually I had these repo's and the > installer > >>>> worked fine: > >>>> > >>>> yum localinstall > >>>> > https://www.softwarecollections.org/en/scls/rhscl/v8314/epel-7-x86_64/download/rhscl-v8314-epel-7-x86_64.noarch.rpm > >>>> yum localinstall > >>>> > https://www.softwarecollections.org/en/scls/rhscl/ruby193/epel-7-x86_64/download/rhscl-ruby193-epel-7-x86_64.noarch.rpm > >>>> yum localinstall > >>>> > https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/7/x86_64/katello-repos-latest.rpm > >>>> yum localinstall > >>>> > http://yum.theforeman.org/releases/latest/el7/x86_64/foreman-release.rpm > >>>> yum localinstall > >>>> http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm > >>>> yum install > >>>> > http://mirror.i3d.net/pub/fedora-epel/7/x86_64/e/epel-release-7-2.noarch.rpm > >>>> > >>>> > >>>> Kind regards, > >>>> > >>>> Jorick > >>>> > >>>> On 09/26/2014 09:17 PM, marc....@priceline.com wrote: > >>>> > >>>> I think I may have found my problem... > >>>> > >>>> Trying to install the hiera.noarch package: > >>>> > >>>> hiera.noarch 1.3.4-1.el6 > >>>> puppetlabs-products > >>>> > >>>> and I get the following error message: > >>>> > >>>> Resolving Dependencies > >>>> --> Running transaction check > >>>> ---> Package hiera.noarch 0:1.3.4-1.el6 will be installed > >>>> --> Processing Dependency: rubygem-json for package: > >>>> hiera-1.3.4-1.el6.noarch > >>>> --> Running transaction check > >>>> ---> Package rubygem-json.x86_64 0:1.5.5-3.el6 will be installed > >>>> --> Processing Dependency: rubygems >= 1.3.7 for package: > >>>> rubygem-json-1.5.5-3.el6.x86_64 > >>>> --> Finished Dependency Resolution > >>>> Error: Package: rubygem-json-1.5.5-3.el6.x86_64 (puppetlabs-deps) > >>>> Requires: rubygems >= 1.3.7 > >>>> You could try using --skip-broken to work around the problem > >>>> You could try running: rpm -Va --nofiles --nodigest > >>>> > >>>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep -i rubygems <-- > This > >>>> is the version of rubygems that I have installed. > >>>> ruby193-rubygems-1.8.24-2.el6.noarch > >>>> ruby193-rubygems-devel-1.8.24-2.el6.noarch > >>>> > >>>> Do I have to downgrade the version of rubygems?? > >>>> > >>>> > >>>> On Friday, September 26, 2014 3:04:34 PM UTC-4, > marc....@priceline.com > >>>> wrote: > >>>>> > >>>>> Thanks Jorick, > >>>>> > >>>>> Looks like you are installing on a CentOS system, so it's a little > >>>>> different than mine (RHEL6 - ie Red Hat). > >>>>> > >>>>> Were you able to successfully execute the: yum -y install katello > >>>>> command? > >>>>> > >>>>> Not I. What I'm doing now is installing the packages individually. > >>>>> > >>>>> > >>>>> > >>>>> On Friday, September 26, 2014 2:43:10 PM UTC-4, Jorick Astrego > wrote: > >>>>>> > >>>>>> This is what I ended up with: > >>>>>> > >>>>>> ls -lart /etc/yum.repos.d/ > >>>>>> > >>>>>> total 60 > >>>>>> -rw-r--r--. 1 root root 156 Aug 22 18:21 CentOS-Vault.repo > >>>>>> -rw-r--r--. 1 root root 1331 Aug 22 18:21 CentOS-Sources.repo > >>>>>> -rw-r--r--. 1 root root 290 Aug 22 18:21 CentOS-fasttrack.repo > >>>>>> -rw-r--r--. 1 root root 649 Aug 22 18:21 CentOS-Debuginfo.repo > >>>>>> -rw-r--r--. 1 root root 1664 Aug 22 18:21 CentOS-Base.repo > >>>>>> -rw-r--r--. 1 root root 1250 Aug 25 20:14 puppetlabs.repo > >>>>>> -rw-r--r--. 1 root root 334 Sep 11 12:11 foreman.repo > >>>>>> -rw-r--r--. 1 root root 364 Sep 11 12:11 foreman-plugins.repo > >>>>>> -rw-r--r--. 1 root root 152 Sep 11 21:17 > >>>>>> rhscl-v8314-epel-7-x86_64.repo > >>>>>> -rw-r--r--. 1 root root 158 Sep 11 21:17 > >>>>>> rhscl-ruby193-epel-7-x86_64.repo > >>>>>> -rw-r--r--. 1 root root 492 Sep 15 19:32 katello.repo > >>>>>> -rw-r--r--. 1 root root 623 Sep 15 19:32 katello-pulp.repo > >>>>>> -rw-r--r--. 1 root root 681 Sep 15 19:32 katello-candlepin.repo > >>>>>> > >>>>>> > >>>>>> /var/log/yum.log > >>>>>> > >>>>>> Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch > >>>>>> Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch > >>>>>> Sep 26 16:17:45 Installed: foreman-release-1.6.0-1.el7.noarch > >>>>>> Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch > >>>>>> Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch > >>>>>> Sep 26 16:18:15 Installed: foreman-release-1.6.0-1.el7.noarch > >>>>>> > >>>>>> > >>>>>> On 09/26/2014 06:47 PM, Eric D Helms wrote: > >>>>>> > >>>>>> That almost seems like the EPEL repo didn't get seutp correctly. > Can > >>>>>> you check what repos are enabled according to yum? > >>>>>> > >>>>>> Eric > >>>>>> > >>>>>> On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego < > j.as...@netbulae.eu> > >>>>>> wrote: > >>>>>> > >>>>>> On 09/26/2014 03:07 PM, Eric D Helms wrote: > >>>>>> > >>>>>> One strategy is to use --skip-installer with setup.rb to give you a > >>>>>> chance to either run katello-installer yourself, or edit the > answers > >>>>>> file directly. You can also pass direct installer options as you > >>>>>> mention that all come from the list that is generated by > >>>>>> katello-installer --help. > >>>>>> > >>>>>> Ah that will do! > >>>>>> > >>>>>> Would you find it also helpful for us to capture the > >>>>>> 'katello-installer --help' output and post it to our documentation > as > >>>>>> a reference? > >>>>>> > >>>>>> Any documentation is nice but it's not really required, I can run > >>>>>> 'katello-installer --help' myself. > >>>>>> > >>>>>> I was just having problems with the default setup generated when > using > >>>>>> katello deploy. And I couldn't figure out how to So as long as we > can > >>>>>> modify > >>>>>> the settings we can use it. > >>>>>> As we already have a foreman running I don't need the dns/dhcp/tftp > >>>>>> stuff. > >>>>>> > >>>>>> So the correct steps in our situation would be: > >>>>>> > >>>>>> yum -y install ruby > >>>>>> git clone https://github.com/Katello/katello-deploy.git > >>>>>> ./setup.rb centos7 --version=2.0 --skip-installer > >>>>>> cp ~/custom-katello-installer.yaml > >>>>>> /etc/katello-installer/katello-installer.yaml > >>>>>> katello-installer > >>>>>> > >>>>>> Correct? > >>>>>> > >>>>>> It fails on my system: > >>>>>> > >>>>>> --> Finished Dependency Resolution > >>>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch > (katello) > >>>>>> Requires: mongodb >= 2.4 > >>>>>> Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) > >>>>>> Requires: python-pymongo >= 2.5.2 > >>>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch > (katello) > >>>>>> Requires: mongodb-server >= 2.4 > >>>>>> You could try using --skip-broken to work around the problem > >>>>>> ** Found 8 pre-existing rpmdb problem(s), 'yum check' output > follows: > >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > requires > >>>>>> of > >>>>>> /usr/bin/ruby193-ruby > >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > requires > >>>>>> of > >>>>>> foreman > >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > requires > >>>>>> of > >>>>>> ruby193-ruby(abi) = ('0', '1.9.1', None) > >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > requires > >>>>>> of > >>>>>> ruby193-rubygem(daemons) > >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > requires > >>>>>> of > >>>>>> ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) > >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > requires > >>>>>> of > >>>>>> ruby193-rubygem(sequel) > >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > requires > >>>>>> of > >>>>>> ruby193-rubygem(sinatra) > >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > requires > >>>>>> of > >>>>>> ruby193-rubygems > >>>>>> WARNING: Skipping installer command: katello-installer > >>>>>> > >>>>>> > >>>>>> Thanks for responding! > >>>>>> > >>>>>> Jorick > >>>>>> > >>>>>> Eric > >>>>>> > >>>>>> On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego < > j.as...@netbulae.eu> > >>>>>> wrote: > >>>>>> > >>>>>> Ok sounds fair. > >>>>>> > >>>>>> But how do I install things like Custom Server Certificates with > >>>>>> katello > >>>>>> deploy? > >>>>>> > >>>>>> I see: > >>>>>> > >>>>>> installer_options = options[:installer_options] || "" > install_command > >>>>>> = > >>>>>> "katello-installer #{installer_options}" > >>>>>> > >>>>>> But I cannot find where it gets the options from.. > >>>>>> > >>>>>> For me it doesn't matter how it can be installed, but I need to > >>>>>> customize it > >>>>>> and use answer files when I can. > >>>>>> > >>>>>> Kind regards, > >>>>>> > >>>>>> Jorick Astrego > >>>>>> Netbulae > >>>>>> > >>>>>> > >>>>>> On 09/25/2014 02:17 PM, Eric D Helms wrote: > >>>>>> > >>>>>> Katello deploy supports usage without using Vagrant to spin a box > up > >>>>>> for you. The script (setup.rb) that is run can be done in a direct > >>>>>> deployment fashion. The password that is generated is entirely > random > >>>>>> (or can be customized by the user prior to installation) and is > only > >>>>>> 'changeme' in the case of development deployments. The default > boxes > >>>>>> listed for libvirt in deploy are simple, and smaller boxes. > However, > >>>>>> your own boxes can be substituted in or another provider like > >>>>>> Rackspace or Openstack can be used. > >>>>>> > >>>>>> Eric > >>>>>> > >>>>>> On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego < > j.as...@netbulae.eu> > >>>>>> wrote: > >>>>>> > >>>>>> On 09/24/2014 05:19 PM, Stephen Benjamin wrote: > >>>>>> > >>>>>> On Wed, Sep 24, 2014 at 07:45:26AM -0700, marc....@priceline.com > >>>>>> wrote: > >>>>>> > >>>>>> Is there some more detailed instructions to installing Katello?? > >>>>>> Maybe > >>>>>> there is an order of installation, some prerequisites, that are not > >>>>>> obvious > >>>>>> in the current installation instruction of "yum -y install katello" > >>>>>> which > >>>>>> obviously doesn't work. This is very frustrating!! I'm hoping > that > >>>>>> it > >>>>>> will be worth all the aggravation at the end of this - if I can > even > >>>>>> install it?? Am I the only one having this much trouble? > >>>>>> On Wednesday, September 24, 2014 10:03:34 AM UTC-4, > >>>>>> marc....@priceline.com > >>>>>> wrote: > >>>>>> > >>>>>> No. The package that is there is: > >>>>>> > >>>>>> ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm > >>>>>> > >>>>>> < > https://www.google.com/url?q=https%3A%2F%2Ffedorapeople.org%2Fgroups%2Fkat > >>>>>> el > >>>>>> > >>>>>> > lo%2Freleases%2Fyum%2F2.0%2Fkatello%2FRHEL%2F6Server%2Fx86_64%2Fruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm&sa=D&sntz=1&usg=AFQjCNH5A_XP_4EyJCBm3HllMCCHO0rpPw> > > >>>>>> > >>>>>> > >>>>>> The package that is missing is: > >>>>>> > >>>>>> ruby193-rubygem-rake-compiler-doc.noarch > >>>>>> > >>>>>> > >>>>>> This is the list of ruby packages installed: > >>>>>> > >>>>>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep ruby > >>>>>> ruby-1.8.7.352-13.el6.x86_64 > >>>>>> ruby193-libyaml-0.1.4-4.el6.x86_64 > >>>>>> ruby193-rubygem-json-1.7.3-4.el6.x86_64 > >>>>>> ruby193-rubygem-rdoc-3.12-9.el6.x86_64 > >>>>>> ruby-libs-1.8.7.352-13.el6.x86_64 > >>>>>> ruby193-runtime-1-6.el6.x86_64 > >>>>>> ruby193-ruby-libs-1.9.3.327-27.el6.x86_64 > >>>>>> ruby193-rubygem-io-console-0.3-27.el6.x86_64 > >>>>>> ruby193-rubygems-1.8.24-2.el6.noarch > >>>>>> ruby193-ruby-irb-1.9.3.327-27.el6.noarch > >>>>>> ruby193-rubygem-bigdecimal-1.1.0-27.el6.x86_64 > >>>>>> ruby193-ruby-1.9.3.327-27.el6.x86_64 > >>>>>> > >>>>>> Is there any missing that is needed causing my problems? > >>>>>> > >>>>>> Maybe check out katello-deploy instead, where we'll setup the > required > >>>>>> repos for you. > >>>>>> > >>>>>> > http://www.katello.org/docs/installation/index.html#katello-deploy > >>>>>> > >>>>>> You basically check out the git repo and run `./setup.rb centos6 > >>>>>> --version=2.0` > >>>>>> > >>>>>> > >>>>>> > >>>>>> Well katello-deploy is nice for developers but like most vagrant > boxes > >>>>>> and > >>>>>> these simple to install dev environment, it's not really suitable > for > >>>>>> a real > >>>>>> workable environment. > >>>>>> > >>>>>> I see passwords like "changeme" and "-org=Default_Organization" in > the > >>>>>> deploy scripts so that's unacceptable for any other use than > testing > >>>>>> it out > >>>>>> a bit. > >>>>>> > >>>>>> If that's the goal, go for it. But if you need it for real usage > >>>>>> katello > >>>>>> deploy is not an option. > >>>>>> > >>>>>> Kind regards, > >>>>>> > >>>>>> Jorick Astrego > >>>>>> > >>>>>> > >>>>>> > >>>>>> -- > >>>>>> You received this message because you are subscribed to the Google > >>>>>> Groups > >>>>>> "Foreman users" group. > >>>>>> To unsubscribe from this group and stop receiving emails from it, > send > >>>>>> an > >>>>>> email to foreman-user...@googlegroups.com. > >>>>>> To post to this group, send email to forema...@googlegroups.com. > >>>>>> Visit this group at http://groups.google.com/group/foreman-users. > >>>>>> For more options, visit https://groups.google.com/d/optout. > >>>>>> > >>>>>> > >>>>>> -- > >>>>>> You received this message because you are subscribed to the Google > >>>>>> Groups > >>>>>> "Foreman users" group. > >>>>>> To unsubscribe from this group and stop receiving emails from it, > send > >>>>>> an > >>>>>> email to foreman-user...@googlegroups.com. > >>>>>> To post to this group, send email to forema...@googlegroups.com. > >>>>>> Visit this group at http://groups.google.com/group/foreman-users. > >>>>>> For more options, visit https://groups.google.com/d/optout. > >>>>>> > >>>>>> > >>>>>> -- > >>>>>> You received this message because you are subscribed to the Google > >>>>>> Groups > >>>>>> "Foreman users" group. > >>>>>> To unsubscribe from this group and stop receiving emails from it, > send > >>>>>> an > >>>>>> email to foreman-user...@googlegroups.com. > >>>>>> To post to this group, send email to forema...@googlegroups.com. > >>>>>> Visit this group at http://groups.google.com/group/foreman-users. > >>>>>> For more options, visit https://groups.google.com/d/optout. > >>>>>> > >>>>>> > >>>> -- > >>>> You received this message because you are subscribed to the Google > >>>> Groups "Foreman users" group. > >>>> To unsubscribe from this group and stop receiving emails from it, > send > >>>> an email to foreman-user...@googlegroups.com. > >>>> To post to this group, send email to forema...@googlegroups.com. > >>>> Visit this group at http://groups.google.com/group/foreman-users. > >>>> For more options, visit https://groups.google.com/d/optout. > >>>> > >>>> > > -- > > You received this message because you are subscribed to the Google > Groups > > "Foreman users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to foreman-user...@googlegroups.com . > > To post to this group, send email to forema...@googlegroups.com > . > > Visit this group at http://groups.google.com/group/foreman-users. > > For more options, visit https://groups.google.com/d/optout. >

Marc,

What happens when you, on the Red Hat Repositories page, expand the
product and repository sets ?

Eric

··· On Wed, Oct 1, 2014 at 9:00 AM, wrote: > Hi Eric, > > I followed the instructions you provided and was able to upload our manifest > for our redhat subscriptions into Katello. I can see all of the > subscriptions listed there now. It seems to be OK, but when I try to enable > the Red Hat Repositories, I don't see any check boxes to enable them (as > noted in the documentation)? Not sure if this means that they are > automagically enabled, or they are not even available? > > I would also like to add a repository for CentOS 5 & 6. Is this possible? > > Thanks again for all your help! > > Marc. > > On Tuesday, September 30, 2014 2:50:02 PM UTC-4, Eric Helms wrote: >> >> Marc, >> >> Start here - >> http://www.katello.org/docs/user_guide/red_hat_content/content.html >> >> Eric >> >> On Tue, Sep 30, 2014 at 1:45 PM, wrote: >> > I would like to populate the Repositories, but I'm still having trouble. >> > From under the Contents>>Red Hat Repositories menu, I try to add them >> > here, >> > and I see the following request: >> > >> > "No Red Hat products currently exist, please import a manifest here to >> > receive Red Hat content." >> > >> > So when I click on the "here" hyperlink I don't know what "New Manifest" >> > file to upload here?? Any ideas? >> > >> > Thanks again. >> > >> > On Monday, September 29, 2014 12:38:43 PM UTC-4, marc....@priceline.com >> > wrote: >> >> >> >> I found a youtube video on how to do this, however, it looks like it is >> >> an >> >> older version of Katello because the instructions no longer apply: >> >> >> >> http://www.youtube.com/watch?v=ow0XzRRRH-E >> >> >> >> Is there an updated video that is more applicable to this version of >> >> katello? >> >> >> >> Thanks. >> >> >> >> On Monday, September 29, 2014 10:04:12 AM UTC-4, marc....@priceline.com >> >> wrote: >> >>> >> >>> Thanks for all the help and suggestions... I manually installed some >> >>> of >> >>> the missing packages, and then I was able to successfully install >> >>> katello >> >>> and then I successfully ran katello-install. >> >>> >> >>> Now.... Does anyone have any good documentation or youtube videos on >> >>> how >> >>> to setup the channels (I'm using satellite nomenclature) and how to >> >>> register >> >>> clients to these channels, similar to rhn_register? >> >>> >> >>> Thanks again. >> >>> >> >>> On Friday, September 26, 2014 3:35:44 PM UTC-4, Jorick Astrego wrote: >> >>>> >> >>>> Yes Centos 7, so not really comparable. >> >>>> >> >>>> When I did the repo setup manually I had these repo's and the >> >>>> installer >> >>>> worked fine: >> >>>> >> >>>> yum localinstall >> >>>> >> >>>> https://www.softwarecollections.org/en/scls/rhscl/v8314/epel-7-x86_64/download/rhscl-v8314-epel-7-x86_64.noarch.rpm >> >>>> yum localinstall >> >>>> >> >>>> https://www.softwarecollections.org/en/scls/rhscl/ruby193/epel-7-x86_64/download/rhscl-ruby193-epel-7-x86_64.noarch.rpm >> >>>> yum localinstall >> >>>> >> >>>> https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/7/x86_64/katello-repos-latest.rpm >> >>>> yum localinstall >> >>>> >> >>>> http://yum.theforeman.org/releases/latest/el7/x86_64/foreman-release.rpm >> >>>> yum localinstall >> >>>> http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm >> >>>> yum install >> >>>> >> >>>> http://mirror.i3d.net/pub/fedora-epel/7/x86_64/e/epel-release-7-2.noarch.rpm >> >>>> >> >>>> >> >>>> Kind regards, >> >>>> >> >>>> Jorick >> >>>> >> >>>> On 09/26/2014 09:17 PM, marc....@priceline.com wrote: >> >>>> >> >>>> I think I may have found my problem... >> >>>> >> >>>> Trying to install the hiera.noarch package: >> >>>> >> >>>> hiera.noarch 1.3.4-1.el6 >> >>>> puppetlabs-products >> >>>> >> >>>> and I get the following error message: >> >>>> >> >>>> Resolving Dependencies >> >>>> --> Running transaction check >> >>>> ---> Package hiera.noarch 0:1.3.4-1.el6 will be installed >> >>>> --> Processing Dependency: rubygem-json for package: >> >>>> hiera-1.3.4-1.el6.noarch >> >>>> --> Running transaction check >> >>>> ---> Package rubygem-json.x86_64 0:1.5.5-3.el6 will be installed >> >>>> --> Processing Dependency: rubygems >= 1.3.7 for package: >> >>>> rubygem-json-1.5.5-3.el6.x86_64 >> >>>> --> Finished Dependency Resolution >> >>>> Error: Package: rubygem-json-1.5.5-3.el6.x86_64 (puppetlabs-deps) >> >>>> Requires: rubygems >= 1.3.7 >> >>>> You could try using --skip-broken to work around the problem >> >>>> You could try running: rpm -Va --nofiles --nodigest >> >>>> >> >>>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep -i rubygems <-- >> >>>> This >> >>>> is the version of rubygems that I have installed. >> >>>> ruby193-rubygems-1.8.24-2.el6.noarch >> >>>> ruby193-rubygems-devel-1.8.24-2.el6.noarch >> >>>> >> >>>> Do I have to downgrade the version of rubygems?? >> >>>> >> >>>> >> >>>> On Friday, September 26, 2014 3:04:34 PM UTC-4, >> >>>> marc....@priceline.com >> >>>> wrote: >> >>>>> >> >>>>> Thanks Jorick, >> >>>>> >> >>>>> Looks like you are installing on a CentOS system, so it's a little >> >>>>> different than mine (RHEL6 - ie Red Hat). >> >>>>> >> >>>>> Were you able to successfully execute the: yum -y install katello >> >>>>> command? >> >>>>> >> >>>>> Not I. What I'm doing now is installing the packages individually. >> >>>>> >> >>>>> >> >>>>> >> >>>>> On Friday, September 26, 2014 2:43:10 PM UTC-4, Jorick Astrego >> >>>>> wrote: >> >>>>>> >> >>>>>> This is what I ended up with: >> >>>>>> >> >>>>>> ls -lart /etc/yum.repos.d/ >> >>>>>> >> >>>>>> total 60 >> >>>>>> -rw-r--r--. 1 root root 156 Aug 22 18:21 CentOS-Vault.repo >> >>>>>> -rw-r--r--. 1 root root 1331 Aug 22 18:21 CentOS-Sources.repo >> >>>>>> -rw-r--r--. 1 root root 290 Aug 22 18:21 CentOS-fasttrack.repo >> >>>>>> -rw-r--r--. 1 root root 649 Aug 22 18:21 CentOS-Debuginfo.repo >> >>>>>> -rw-r--r--. 1 root root 1664 Aug 22 18:21 CentOS-Base.repo >> >>>>>> -rw-r--r--. 1 root root 1250 Aug 25 20:14 puppetlabs.repo >> >>>>>> -rw-r--r--. 1 root root 334 Sep 11 12:11 foreman.repo >> >>>>>> -rw-r--r--. 1 root root 364 Sep 11 12:11 foreman-plugins.repo >> >>>>>> -rw-r--r--. 1 root root 152 Sep 11 21:17 >> >>>>>> rhscl-v8314-epel-7-x86_64.repo >> >>>>>> -rw-r--r--. 1 root root 158 Sep 11 21:17 >> >>>>>> rhscl-ruby193-epel-7-x86_64.repo >> >>>>>> -rw-r--r--. 1 root root 492 Sep 15 19:32 katello.repo >> >>>>>> -rw-r--r--. 1 root root 623 Sep 15 19:32 katello-pulp.repo >> >>>>>> -rw-r--r--. 1 root root 681 Sep 15 19:32 katello-candlepin.repo >> >>>>>> >> >>>>>> >> >>>>>> /var/log/yum.log >> >>>>>> >> >>>>>> Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch >> >>>>>> Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch >> >>>>>> Sep 26 16:17:45 Installed: foreman-release-1.6.0-1.el7.noarch >> >>>>>> Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch >> >>>>>> Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch >> >>>>>> Sep 26 16:18:15 Installed: foreman-release-1.6.0-1.el7.noarch >> >>>>>> >> >>>>>> >> >>>>>> On 09/26/2014 06:47 PM, Eric D Helms wrote: >> >>>>>> >> >>>>>> That almost seems like the EPEL repo didn't get seutp correctly. >> >>>>>> Can >> >>>>>> you check what repos are enabled according to yum? >> >>>>>> >> >>>>>> Eric >> >>>>>> >> >>>>>> On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego >> >>>>>> >> >>>>>> wrote: >> >>>>>> >> >>>>>> On 09/26/2014 03:07 PM, Eric D Helms wrote: >> >>>>>> >> >>>>>> One strategy is to use --skip-installer with setup.rb to give you a >> >>>>>> chance to either run katello-installer yourself, or edit the >> >>>>>> answers >> >>>>>> file directly. You can also pass direct installer options as you >> >>>>>> mention that all come from the list that is generated by >> >>>>>> katello-installer --help. >> >>>>>> >> >>>>>> Ah that will do! >> >>>>>> >> >>>>>> Would you find it also helpful for us to capture the >> >>>>>> 'katello-installer --help' output and post it to our documentation >> >>>>>> as >> >>>>>> a reference? >> >>>>>> >> >>>>>> Any documentation is nice but it's not really required, I can run >> >>>>>> 'katello-installer --help' myself. >> >>>>>> >> >>>>>> I was just having problems with the default setup generated when >> >>>>>> using >> >>>>>> katello deploy. And I couldn't figure out how to So as long as we >> >>>>>> can >> >>>>>> modify >> >>>>>> the settings we can use it. >> >>>>>> As we already have a foreman running I don't need the dns/dhcp/tftp >> >>>>>> stuff. >> >>>>>> >> >>>>>> So the correct steps in our situation would be: >> >>>>>> >> >>>>>> yum -y install ruby >> >>>>>> git clone https://github.com/Katello/katello-deploy.git >> >>>>>> ./setup.rb centos7 --version=2.0 --skip-installer >> >>>>>> cp ~/custom-katello-installer.yaml >> >>>>>> /etc/katello-installer/katello-installer.yaml >> >>>>>> katello-installer >> >>>>>> >> >>>>>> Correct? >> >>>>>> >> >>>>>> It fails on my system: >> >>>>>> >> >>>>>> --> Finished Dependency Resolution >> >>>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch >> >>>>>> (katello) >> >>>>>> Requires: mongodb >= 2.4 >> >>>>>> Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) >> >>>>>> Requires: python-pymongo >= 2.5.2 >> >>>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch >> >>>>>> (katello) >> >>>>>> Requires: mongodb-server >= 2.4 >> >>>>>> You could try using --skip-broken to work around the problem >> >>>>>> ** Found 8 pre-existing rpmdb problem(s), 'yum check' output >> >>>>>> follows: >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >>>>>> requires >> >>>>>> of >> >>>>>> /usr/bin/ruby193-ruby >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >>>>>> requires >> >>>>>> of >> >>>>>> foreman >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >>>>>> requires >> >>>>>> of >> >>>>>> ruby193-ruby(abi) = ('0', '1.9.1', None) >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >>>>>> requires >> >>>>>> of >> >>>>>> ruby193-rubygem(daemons) >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >>>>>> requires >> >>>>>> of >> >>>>>> ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >>>>>> requires >> >>>>>> of >> >>>>>> ruby193-rubygem(sequel) >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >>>>>> requires >> >>>>>> of >> >>>>>> ruby193-rubygem(sinatra) >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >>>>>> requires >> >>>>>> of >> >>>>>> ruby193-rubygems >> >>>>>> WARNING: Skipping installer command: katello-installer >> >>>>>> >> >>>>>> >> >>>>>> Thanks for responding! >> >>>>>> >> >>>>>> Jorick >> >>>>>> >> >>>>>> Eric >> >>>>>> >> >>>>>> On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego >> >>>>>> >> >>>>>> wrote: >> >>>>>> >> >>>>>> Ok sounds fair. >> >>>>>> >> >>>>>> But how do I install things like Custom Server Certificates with >> >>>>>> katello >> >>>>>> deploy? >> >>>>>> >> >>>>>> I see: >> >>>>>> >> >>>>>> installer_options = options[:installer_options] || "" >> >>>>>> install_command >> >>>>>> = >> >>>>>> "katello-installer #{installer_options}" >> >>>>>> >> >>>>>> But I cannot find where it gets the options from.. >> >>>>>> >> >>>>>> For me it doesn't matter how it can be installed, but I need to >> >>>>>> customize it >> >>>>>> and use answer files when I can. >> >>>>>> >> >>>>>> Kind regards, >> >>>>>> >> >>>>>> Jorick Astrego >> >>>>>> Netbulae >> >>>>>> >> >>>>>> >> >>>>>> On 09/25/2014 02:17 PM, Eric D Helms wrote: >> >>>>>> >> >>>>>> Katello deploy supports usage without using Vagrant to spin a box >> >>>>>> up >> >>>>>> for you. The script (setup.rb) that is run can be done in a direct >> >>>>>> deployment fashion. The password that is generated is entirely >> >>>>>> random >> >>>>>> (or can be customized by the user prior to installation) and is >> >>>>>> only >> >>>>>> 'changeme' in the case of development deployments. The default >> >>>>>> boxes >> >>>>>> listed for libvirt in deploy are simple, and smaller boxes. >> >>>>>> However, >> >>>>>> your own boxes can be substituted in or another provider like >> >>>>>> Rackspace or Openstack can be used. >> >>>>>> >> >>>>>> Eric >> >>>>>> >> >>>>>> On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego >> >>>>>> >> >>>>>> wrote: >> >>>>>> >> >>>>>> On 09/24/2014 05:19 PM, Stephen Benjamin wrote: >> >>>>>> >> >>>>>> On Wed, Sep 24, 2014 at 07:45:26AM -0700, marc....@priceline.com >> >>>>>> wrote: >> >>>>>> >> >>>>>> Is there some more detailed instructions to installing Katello?? >> >>>>>> Maybe >> >>>>>> there is an order of installation, some prerequisites, that are not >> >>>>>> obvious >> >>>>>> in the current installation instruction of "yum -y install katello" >> >>>>>> which >> >>>>>> obviously doesn't work. This is very frustrating!! I'm hoping >> >>>>>> that >> >>>>>> it >> >>>>>> will be worth all the aggravation at the end of this - if I can >> >>>>>> even >> >>>>>> install it?? Am I the only one having this much trouble? >> >>>>>> On Wednesday, September 24, 2014 10:03:34 AM UTC-4, >> >>>>>> marc....@priceline.com >> >>>>>> wrote: >> >>>>>> >> >>>>>> No. The package that is there is: >> >>>>>> >> >>>>>> ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm >> >>>>>> >> >>>>>> >> >>>>>> > >>>>>> el >> >>>>>> >> >>>>>> >> >>>>>> lo%2Freleases%2Fyum%2F2.0%2Fkatello%2FRHEL%2F6Server%2Fx86_64%2Fruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm&sa=D&sntz=1&usg=AFQjCNH5A_XP_4EyJCBm3HllMCCHO0rpPw> >> >>>>>> >> >>>>>> >> >>>>>> The package that is missing is: >> >>>>>> >> >>>>>> ruby193-rubygem-rake-compiler-doc.noarch >> >>>>>> >> >>>>>> >> >>>>>> This is the list of ruby packages installed: >> >>>>>> >> >>>>>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep ruby >> >>>>>> ruby-1.8.7.352-13.el6.x86_64 >> >>>>>> ruby193-libyaml-0.1.4-4.el6.x86_64 >> >>>>>> ruby193-rubygem-json-1.7.3-4.el6.x86_64 >> >>>>>> ruby193-rubygem-rdoc-3.12-9.el6.x86_64 >> >>>>>> ruby-libs-1.8.7.352-13.el6.x86_64 >> >>>>>> ruby193-runtime-1-6.el6.x86_64 >> >>>>>> ruby193-ruby-libs-1.9.3.327-27.el6.x86_64 >> >>>>>> ruby193-rubygem-io-console-0.3-27.el6.x86_64 >> >>>>>> ruby193-rubygems-1.8.24-2.el6.noarch >> >>>>>> ruby193-ruby-irb-1.9.3.327-27.el6.noarch >> >>>>>> ruby193-rubygem-bigdecimal-1.1.0-27.el6.x86_64 >> >>>>>> ruby193-ruby-1.9.3.327-27.el6.x86_64 >> >>>>>> >> >>>>>> Is there any missing that is needed causing my problems? >> >>>>>> >> >>>>>> Maybe check out katello-deploy instead, where we'll setup the >> >>>>>> required >> >>>>>> repos for you. >> >>>>>> >> >>>>>> >> >>>>>> http://www.katello.org/docs/installation/index.html#katello-deploy >> >>>>>> >> >>>>>> You basically check out the git repo and run `./setup.rb centos6 >> >>>>>> --version=2.0` >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> Well katello-deploy is nice for developers but like most vagrant >> >>>>>> boxes >> >>>>>> and >> >>>>>> these simple to install dev environment, it's not really suitable >> >>>>>> for >> >>>>>> a real >> >>>>>> workable environment. >> >>>>>> >> >>>>>> I see passwords like "changeme" and "-org=Default_Organization" in >> >>>>>> the >> >>>>>> deploy scripts so that's unacceptable for any other use than >> >>>>>> testing >> >>>>>> it out >> >>>>>> a bit. >> >>>>>> >> >>>>>> If that's the goal, go for it. But if you need it for real usage >> >>>>>> katello >> >>>>>> deploy is not an option. >> >>>>>> >> >>>>>> Kind regards, >> >>>>>> >> >>>>>> Jorick Astrego >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> -- >> >>>>>> You received this message because you are subscribed to th

I'm going to try to insert a screen shot of what I see, but if that doesn't
work, what I see is a list of all our Products, then I could drill down one
more level to the list of Repository sets, but then under that is empty.

··· On Wednesday, October 1, 2014 9:10:47 AM UTC-4, Eric Helms wrote: > > Marc, > > What happens when you, on the Red Hat Repositories page, expand the > product and repository sets ? > > Eric > > On Wed, Oct 1, 2014 at 9:00 AM, <marc....@priceline.com > > wrote: > > Hi Eric, > > > > I followed the instructions you provided and was able to upload our > manifest > > for our redhat subscriptions into Katello. I can see all of the > > subscriptions listed there now. It seems to be OK, but when I try to > enable > > the Red Hat Repositories, I don't see any check boxes to enable them (as > > noted in the documentation)? Not sure if this means that they are > > automagically enabled, or they are not even available? > > > > I would also like to add a repository for CentOS 5 & 6. Is this > possible? > > > > Thanks again for all your help! > > > > Marc. > > > > On Tuesday, September 30, 2014 2:50:02 PM UTC-4, Eric Helms wrote: > >> > >> Marc, > >> > >> Start here - > >> http://www.katello.org/docs/user_guide/red_hat_content/content.html > >> > >> Eric > >> > >> On Tue, Sep 30, 2014 at 1:45 PM, wrote: > >> > I would like to populate the Repositories, but I'm still having > trouble. > >> > From under the Contents>>Red Hat Repositories menu, I try to add > them > >> > here, > >> > and I see the following request: > >> > > >> > "No Red Hat products currently exist, please import a manifest here > to > >> > receive Red Hat content." > >> > > >> > So when I click on the "here" hyperlink I don't know what "New > Manifest" > >> > file to upload here?? Any ideas? > >> > > >> > Thanks again. > >> > > >> > On Monday, September 29, 2014 12:38:43 PM UTC-4, > marc....@priceline.com > >> > wrote: > >> >> > >> >> I found a youtube video on how to do this, however, it looks like it > is > >> >> an > >> >> older version of Katello because the instructions no longer apply: > >> >> > >> >> http://www.youtube.com/watch?v=ow0XzRRRH-E > >> >> > >> >> Is there an updated video that is more applicable to this version of > >> >> katello? > >> >> > >> >> Thanks. > >> >> > >> >> On Monday, September 29, 2014 10:04:12 AM UTC-4, > marc....@priceline.com > >> >> wrote: > >> >>> > >> >>> Thanks for all the help and suggestions... I manually installed > some > >> >>> of > >> >>> the missing packages, and then I was able to successfully install > >> >>> katello > >> >>> and then I successfully ran katello-install. > >> >>> > >> >>> Now.... Does anyone have any good documentation or youtube videos > on > >> >>> how > >> >>> to setup the channels (I'm using satellite nomenclature) and how to > >> >>> register > >> >>> clients to these channels, similar to rhn_register? > >> >>> > >> >>> Thanks again. > >> >>> > >> >>> On Friday, September 26, 2014 3:35:44 PM UTC-4, Jorick Astrego > wrote: > >> >>>> > >> >>>> Yes Centos 7, so not really comparable. > >> >>>> > >> >>>> When I did the repo setup manually I had these repo's and the > >> >>>> installer > >> >>>> worked fine: > >> >>>> > >> >>>> yum localinstall > >> >>>> > >> >>>> > https://www.softwarecollections.org/en/scls/rhscl/v8314/epel-7-x86_64/download/rhscl-v8314-epel-7-x86_64.noarch.rpm > >> >>>> yum localinstall > >> >>>> > >> >>>> > https://www.softwarecollections.org/en/scls/rhscl/ruby193/epel-7-x86_64/download/rhscl-ruby193-epel-7-x86_64.noarch.rpm > >> >>>> yum localinstall > >> >>>> > >> >>>> > https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/7/x86_64/katello-repos-latest.rpm > >> >>>> yum localinstall > >> >>>> > >> >>>> > http://yum.theforeman.org/releases/latest/el7/x86_64/foreman-release.rpm > >> >>>> yum localinstall > >> >>>> http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm > >> >>>> yum install > >> >>>> > >> >>>> > http://mirror.i3d.net/pub/fedora-epel/7/x86_64/e/epel-release-7-2.noarch.rpm > >> >>>> > >> >>>> > >> >>>> Kind regards, > >> >>>> > >> >>>> Jorick > >> >>>> > >> >>>> On 09/26/2014 09:17 PM, marc....@priceline.com wrote: > >> >>>> > >> >>>> I think I may have found my problem... > >> >>>> > >> >>>> Trying to install the hiera.noarch package: > >> >>>> > >> >>>> hiera.noarch 1.3.4-1.el6 > >> >>>> puppetlabs-products > >> >>>> > >> >>>> and I get the following error message: > >> >>>> > >> >>>> Resolving Dependencies > >> >>>> --> Running transaction check > >> >>>> ---> Package hiera.noarch 0:1.3.4-1.el6 will be installed > >> >>>> --> Processing Dependency: rubygem-json for package: > >> >>>> hiera-1.3.4-1.el6.noarch > >> >>>> --> Running transaction check > >> >>>> ---> Package rubygem-json.x86_64 0:1.5.5-3.el6 will be installed > >> >>>> --> Processing Dependency: rubygems >= 1.3.7 for package: > >> >>>> rubygem-json-1.5.5-3.el6.x86_64 > >> >>>> --> Finished Dependency Resolution > >> >>>> Error: Package: rubygem-json-1.5.5-3.el6.x86_64 (puppetlabs-deps) > >> >>>> Requires: rubygems >= 1.3.7 > >> >>>> You could try using --skip-broken to work around the problem > >> >>>> You could try running: rpm -Va --nofiles --nodigest > >> >>>> > >> >>>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep -i rubygems <-- > >> >>>> This > >> >>>> is the version of rubygems that I have installed. > >> >>>> ruby193-rubygems-1.8.24-2.el6.noarch > >> >>>> ruby193-rubygems-devel-1.8.24-2.el6.noarch > >> >>>> > >> >>>> Do I have to downgrade the version of rubygems?? > >> >>>> > >> >>>> > >> >>>> On Friday, September 26, 2014 3:04:34 PM UTC-4, > >> >>>> marc....@priceline.com > >> >>>> wrote: > >> >>>>> > >> >>>>> Thanks Jorick, > >> >>>>> > >> >>>>> Looks like you are installing on a CentOS system, so it's a > little > >> >>>>> different than mine (RHEL6 - ie Red Hat). > >> >>>>> > >> >>>>> Were you able to successfully execute the: yum -y install > katello > >> >>>>> command? > >> >>>>> > >> >>>>> Not I. What I'm doing now is installing the packages > individually. > >> >>>>> > >> >>>>> > >> >>>>> > >> >>>>> On Friday, September 26, 2014 2:43:10 PM UTC-4, Jorick Astrego > >> >>>>> wrote: > >> >>>>>> > >> >>>>>> This is what I ended up with: > >> >>>>>> > >> >>>>>> ls -lart /etc/yum.repos.d/ > >> >>>>>> > >> >>>>>> total 60 > >> >>>>>> -rw-r--r--. 1 root root 156 Aug 22 18:21 CentOS-Vault.repo > >> >>>>>> -rw-r--r--. 1 root root 1331 Aug 22 18:21 CentOS-Sources.repo > >> >>>>>> -rw-r--r--. 1 root root 290 Aug 22 18:21 CentOS-fasttrack.repo > >> >>>>>> -rw-r--r--. 1 root root 649 Aug 22 18:21 CentOS-Debuginfo.repo > >> >>>>>> -rw-r--r--. 1 root root 1664 Aug 22 18:21 CentOS-Base.repo > >> >>>>>> -rw-r--r--. 1 root root 1250 Aug 25 20:14 puppetlabs.repo > >> >>>>>> -rw-r--r--. 1 root root 334 Sep 11 12:11 foreman.repo > >> >>>>>> -rw-r--r--. 1 root root 364 Sep 11 12:11 foreman-plugins.repo > >> >>>>>> -rw-r--r--. 1 root root 152 Sep 11 21:17 > >> >>>>>> rhscl-v8314-epel-7-x86_64.repo > >> >>>>>> -rw-r--r--. 1 root root 158 Sep 11 21:17 > >> >>>>>> rhscl-ruby193-epel-7-x86_64.repo > >> >>>>>> -rw-r--r--. 1 root root 492 Sep 15 19:32 katello.repo > >> >>>>>> -rw-r--r--. 1 root root 623 Sep 15 19:32 katello-pulp.repo > >> >>>>>> -rw-r--r--. 1 root root 681 Sep 15 19:32 > katello-candlepin.repo > >> >>>>>> > >> >>>>>> > >> >>>>>> /var/log/yum.log > >> >>>>>> > >> >>>>>> Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch > >> >>>>>> Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch > >> >>>>>> Sep 26 16:17:45 Installed: foreman-release-1.6.0-1.el7.noarch > >> >>>>>> Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch > >> >>>>>> Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch > >> >>>>>> Sep 26 16:18:15 Installed: foreman-release-1.6.0-1.el7.noarch > >> >>>>>> > >> >>>>>> > >> >>>>>> On 09/26/2014 06:47 PM, Eric D Helms wrote: > >> >>>>>> > >> >>>>>> That almost seems like the EPEL repo didn't get seutp correctly. > >> >>>>>> Can > >> >>>>>> you check what repos are enabled according to yum? > >> >>>>>> > >> >>>>>> Eric > >> >>>>>> > >> >>>>>> On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego > >> >>>>>> > >> >>>>>> wrote: > >> >>>>>> > >> >>>>>> On 09/26/2014 03:07 PM, Eric D Helms wrote: > >> >>>>>> > >> >>>>>> One strategy is to use --skip-installer with setup.rb to give > you a > >> >>>>>> chance to either run katello-installer yourself, or edit the > >> >>>>>> answers > >> >>>>>> file directly. You can also pass direct installer options as you > >> >>>>>> mention that all come from the list that is generated by > >> >>>>>> katello-installer --help. > >> >>>>>> > >> >>>>>> Ah that will do! > >> >>>>>> > >> >>>>>> Would you find it also helpful for us to capture the > >> >>>>>> 'katello-installer --help' output and post it to our > documentation > >> >>>>>> as > >> >>>>>> a reference? > >> >>>>>> > >> >>>>>> Any documentation is nice but it's not really required, I can > run > >> >>>>>> 'katello-installer --help' myself. > >> >>>>>> > >> >>>>>> I was just having problems with the default setup generated when > >> >>>>>> using > >> >>>>>> katello deploy. And I couldn't figure out how to So as long as > we > >> >>>>>> can > >> >>>>>> modify > >> >>>>>> the settings we can use it. > >> >>>>>> As we already have a foreman running I don't need the > dns/dhcp/tftp > >> >>>>>> stuff. > >> >>>>>> > >> >>>>>> So the correct steps in our situation would be: > >> >>>>>> > >> >>>>>> yum -y install ruby > >> >>>>>> git clone https://github.com/Katello/katello-deploy.git > >> >>>>>> ./setup.rb centos7 --version=2.0 --skip-installer > >> >>>>>> cp ~/custom-katello-installer.yaml > >> >>>>>> /etc/katello-installer/katello-installer.yaml > >> >>>>>> katello-installer > >> >>>>>> > >> >>>>>> Correct? > >> >>>>>> > >> >>>>>> It fails on my system: > >> >>>>>> > >> >>>>>> --> Finished Dependency Resolution > >> >>>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch > >> >>>>>> (katello) > >> >>>>>> Requires: mongodb >= 2.4 > >> >>>>>> Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) > >> >>>>>> Requires: python-pymongo >= 2.5.2 > >> >>>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch > >> >>>>>> (katello) > >> >>>>>> Requires: mongodb-server >= 2.4 > >> >>>>>> You could try using --skip-broken to work around the problem > >> >>>>>> ** Found 8 pre-existing rpmdb problem(s), 'yum check' output > >> >>>>>> follows: > >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > >> >>>>>> requires > >> >>>>>> of > >> >>>>>> /usr/bin/ruby193-ruby > >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > >> >>>>>> requires > >> >>>>>> of > >> >>>>>> foreman > >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > >> >>>>>> requires > >> >>>>>> of > >> >>>>>> ruby193-ruby(abi) = ('0', '1.9.1', None) > >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > >> >>>>>> requires > >> >>>>>> of > >> >>>>>> ruby193-rubygem(daemons) > >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > >> >>>>>> requires > >> >>>>>> of > >> >>>>>> ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) > >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > >> >>>>>> requires > >> >>>>>> of > >> >>>>>> ruby193-rubygem(sequel) > >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > >> >>>>>> requires > >> >>>>>> of > >> >>>>>> ruby193-rubygem(sinatra) > >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing > >> >>>>>> requires > >> >>>>>> of > >> >>>>>> ruby193-rubygems > >> >>>>>> WARNING: Skipping installer command: katello-installer > >> >>>>>> > >> >>>>>> > >> >>>>>> Thanks for responding! > >> >>>>>> > >> >>>>>> Jorick > >> >>>>>> > >> >>>>>> Eric > >> >>>>>> > >> >>>>>> On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego > >> >>>>>> > >> >>>>>> wrote: > >> >>>>>> > >> >>>>>> Ok sounds fair. > >> >>>>>> > >> >>>>>> But how do I install things like Custom Server Certificates with > >> >>>>>> katello > >> >>>>>> deploy? > >> >>>>>> > >> >>>>>> I see: > >> >>>>>> > >> >>>>>> installer_options = options[:installer_options] || "" > >> >>>>>> install_command > >> >>>>>> = > >> >>>>>> "katello-installer #{installer_options}" > >> >>>>>> > >> >>>>>> But I cannot find where it gets the options from.. > >> >>>>>> > >> >>>>>> For me it doesn't matter how it can be installed, but I need to > >> >>>>>> customize it > >> >>>>>> and use answer files when I can. > >> >>>>>> > >> >>>>>> Kind regards, > >> >>>>>> > >> >>>>>> Jorick Astrego > >> >>>>>> Netbulae > >> >>>>>> > >> >>>>>> > >> >>>>>> On 09/25/2014 02:17 PM, Eric D Helms wrote: > >> >>>>>> > >> >>>>>> Katello deploy supports usage without using Vagrant to spin a > box > >> >>>>>> up > >> >>>>>> for you. The script (setup.rb) that is run can be done in a > direct > >> >>>>>> deployment fashion. The password that is generated is entirely > >> >>>>>> random > >> >>>>>> (or can be customized by the user prior to installation) and is > >> >>>>>> only > >> >>>>>> 'changeme' in the case of development deployments. The default > >> >>>>>> boxes > >> >>>>>> listed for libvirt in deploy are simple, and smaller boxes. > >> >>>>>> However, > >> >>>>>> your own boxes can be substituted in or another provider like > >> >>>>>> Rackspace or Openstack can be used. > >> >>>>>> > >> >>>>>> Eric > >> >>>>>> > >> >>>>>> On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego > >> >>>>>> > >> >>>>>> wrote: > >> >>>>>> > >> >>>>>> On 09/24/2014 05:19 PM, Stephen Benjamin wrote: > >> >>>>>> > >> >>>>>> On Wed, Sep 24, 2014 at 07:45:26AM -0700, marc....@priceline.com > >> >>>>>> wrote: > >> >>>>>> > >> >>>>>> Is there some more detailed instructions to installing Katello?? > >> >>>>>> Maybe > >> >>>>>> there is an order of installation, some prerequisites, that are > not > >> >>>>>> obvious > >> >>>>>> in the current installation instruction of "yum -y install > katello" > >> >>>>>> which > >> >>>>>> obviously doesn't work. This is very frustrating!! I'm hoping > >> >>>>>> that > >> >>>>>> it > >> >>>>>> will be worth all the aggravation at the end of this - if I can > >> >>>>>> even > >> >>>>>> install it?? Am I the only one having this much trouble? > >> >>>>>> On Wednesday, September 24, 2014 10:03:34 AM UTC-4, > >> >>>>>> marc....@priceline.com > >> >>>>>> wrote: > >> >>>>>> > >> >>>>>> No. The package that is there is: > >> >>>>>> > >> >>>>>> ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm > >> >>>>>> > >> >>>>>> > >> >>>>>> < > https://www.google.com/url?q=https%3A%2F%2Ffedorapeople.org%2Fgroups%2Fkat > >> >>>>>> el > >> >>>>>> > >> >>>>>> > >> >>>>>> > lo%2Freleases%2Fyum%2F2.0%2Fkatello%2FRHEL%2F6Server%2Fx86_64%2Fruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm&sa=D&sntz=1&usg=AFQjCNH5A_XP_4EyJCBm3HllMCCHO0rpPw> > > >> >>>>>> > >> >>>>>> > >> >>>>>> The package that is missing is: > >> >>>>>> > >> >>>>>> ruby193-rubygem-rake-compiler-doc.noarch > >> >>>>>> > >> >>>>>> > >> >>>>>> This is the list of ruby packages installed: > >> >>>>>> > >> >>>>>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep ruby > >> >>>>>> ruby-1.8.7.352-13.el6.x86_64 > >> >>>>>> ruby193-libyaml-0.1.4-4.el6.x86_64 > >> >>>>>> ruby193-rubygem-json-1.7.3-4.el6.x86_64 > >> >>>>>> ruby193-rubygem-rdoc-3.12-9.el6.x86_64 > >> >>>>>> ruby-libs-1.8.7.352-13.el6.x86_64 > >> >>>>>> ruby193-runtime-1-6.el6.x86_64 > >> >>>>>> ruby193-ruby-libs-1.9.3.327-27.el6.x86_64 > >> >>>>>> ruby193-rubygem-io-console-0.3-27.el6.x86_64 > >> >>>>>> ruby193-rubygems-1.8.24-2.el6.noarch > >> >>>>>> ruby193-ruby-irb-1.9.3.327-27.el6.noarch > >> >>>>>> ruby193-rubygem-bigdecimal-1.1.0-27.el6.x86_64 > >> >>>>>> ruby193-ruby-1.9.3.327-27.el6.x86_64 > >> >>>>>> > >> >>>>>> Is there any missing that is needed causing my problems? > >> >>>>>> > >> >>>>>> Maybe check out katello-deploy instead, where we'll setup the > >> >>>>>> required > >> >>>>>> repos for you. > >> >>>>>> > >> >>>>>> > >> >>>>>> > http://www.katello.org/docs/installation/index.html#katello-deploy > >> >>>>>> > >> >>>>>> You basically check out the git repo and run `./setup.rb centos6 > >> >>>>>> --version=2.0` > >> >>>>>> > >> >>>>>> > >> >>>>>> > >> >>>>>> Well katello-deploy is nice for developers but like most vagrant > >> >>>>>> boxes > >> >>>>>> and > >> >>>>>> these simple to install dev environment, it's not really > suitable > >> >>>>>> for > >> >>>>>> a real > >> >>>>>> workable environment. > >> >>>>>> > >> >>>>>> I see passwords like "changeme" and "-org=Default_Organization" > in > >> >>>>>> the > >> >>>>>> deploy scripts so that's unacceptable for any other use than > >> >>>>>> testing > >> >>>>>> it out > >> >>>>>> a bit. > >> >>>>>> > >> >>>>>> If that's the goal, go for it. But if you need it for real usage > >> >>>>>> katello > >> >>>>>> deploy is not an option. > >> >>>>>> > >> >>>>>> Kind regards, > >> >>>>>> > >> >>>>>> Jorick Astrego > >> >>>>>> > >> >>>>>> > >> >>>>>> > >> >>>>>> -- > >> >>>>>> 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 > >> >

> I'm going to try to insert a screen shot of what I see, but if that
> doesn't work, what I see is a list of all our Products, then I could
> drill down one more level to the list of Repository sets, but then
> under that is empty.
>
Are you clicking the drop down to expand the content sets? Does the
spinner just spin and then disappear?

If so this could indicate that either there is some problem
communicating to the cdn, did you specify any proxy settings when doing
the install? Or that there is an issue with your manifest. If you just
downloaded the manifest this is unlikely the problem.

I would:

tail -n0 -f /var/log/foreman/production.log

and then try to expand one of the repository sets and that should give
us more information

-Justin

··· On 10/01/2014 09:28 AM, marc.szabo@priceline.com wrote:

On Wednesday, October 1, 2014 9:10:47 AM UTC-4, Eric Helms wrote:

Marc,

What happens when you, on the Red Hat Repositories page, expand the
product and repository sets ?

Eric

On Wed, Oct 1, 2014 at 9:00 AM,  <marc....@priceline.com >     <javascript:>> wrote:
> Hi Eric,
>
> I followed the instructions you provided and was able to upload
our manifest
> for our redhat subscriptions into Katello.  I can see all of the
> subscriptions listed there now.  It seems to be OK, but when I
try to enable
> the Red Hat Repositories, I don't see any check boxes to enable
them (as
> noted in the documentation)?  Not sure if this means that they are
> automagically enabled, or they are not even available?
>
> I would also like to add a repository for CentOS 5 & 6.  Is this
possible?
>
> Thanks again for all your help!
>
> Marc.
>
> On Tuesday, September 30, 2014 2:50:02 PM UTC-4, Eric Helms wrote:
>>
>> Marc,
>>
>> Start here -
>>
http://www.katello.org/docs/user_guide/red_hat_content/content.html <http://www.katello.org/docs/user_guide/red_hat_content/content.html>

>>
>> Eric
>>
>> On Tue, Sep 30, 2014 at 1:45 PM,  <marc....@priceline.com> wrote:
>> > I would like to populate the Repositories, but I'm still
having trouble.
>> > From under the Contents>>Red Hat Repositories  menu, I try to
add them
>> > here,
>> > and I see the following request:
>> >
>> > "No Red Hat products currently exist, please import a
manifest here to
>> > receive Red Hat content."
>> >
>> > So when I click on the "here" hyperlink I don't know what
"New Manifest"
>> > file to upload here??  Any ideas?
>> >
>> > Thanks again.
>> >
>> > On Monday, September 29, 2014 12:38:43 PM UTC-4, >     marc....@priceline.com >     >> > wrote:
>> >>
>> >> I found a youtube video on how to do this, however, it looks
like it is
>> >> an
>> >> older version of Katello because the instructions no longer
apply:
>> >>
>> >> http://www.youtube.com/watch?v=ow0XzRRRH-E
<http://www.youtube.com/watch?v=ow0XzRRRH-E>
>> >>
>> >> Is there an updated video that is more applicable to this
version of
>> >> katello?
>> >>
>> >> Thanks.
>> >>
>> >> On Monday, September 29, 2014 10:04:12 AM UTC-4, >     marc....@priceline.com >     >> >> wrote:
>> >>>
>> >>> Thanks for all the help and suggestions...  I manually
installed some
>> >>> of
>> >>> the missing packages, and then I was able to successfully
install
>> >>> katello
>> >>> and then I successfully ran katello-install.
>> >>>
>> >>> Now.... Does anyone have any good documentation or youtube
videos on
>> >>> how
>> >>> to setup the channels (I'm using satellite nomenclature)
and how to
>> >>> register
>> >>> clients to these channels, similar to rhn_register?
>> >>>
>> >>> Thanks again.
>> >>>
>> >>> On Friday, September 26, 2014 3:35:44 PM UTC-4, Jorick >     Astrego wrote:
>> >>>>
>> >>>> Yes Centos 7, so not really comparable.
>> >>>>
>> >>>> When I did the repo setup manually I had these repo's and the
>> >>>> installer
>> >>>> worked fine:
>> >>>>
>> >>>> yum localinstall
>> >>>>
>> >>>>
https://www.softwarecollections.org/en/scls/rhscl/v8314/epel-7-x86_64/download/rhscl-v8314-epel-7-x86_64.noarch.rpm
<https://www.softwarecollections.org/en/scls/rhscl/v8314/epel-7-x86_64/download/rhscl-v8314-epel-7-x86_64.noarch.rpm>

>> >>>> yum localinstall
>> >>>>
>> >>>>
https://www.softwarecollections.org/en/scls/rhscl/ruby193/epel-7-x86_64/download/rhscl-ruby193-epel-7-x86_64.noarch.rpm
<https://www.softwarecollections.org/en/scls/rhscl/ruby193/epel-7-x86_64/download/rhscl-ruby193-epel-7-x86_64.noarch.rpm>

>> >>>> yum localinstall
>> >>>>
>> >>>>
https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/7/x86_64/katello-repos-latest.rpm
<https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/7/x86_64/katello-repos-latest.rpm>

>> >>>> yum localinstall
>> >>>>
>> >>>>
http://yum.theforeman.org/releases/latest/el7/x86_64/foreman-release.rpm
<http://yum.theforeman.org/releases/latest/el7/x86_64/foreman-release.rpm>

>> >>>> yum localinstall
>> >>>>
http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm
<http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm>
>> >>>> yum install
>> >>>>
>> >>>>
http://mirror.i3d.net/pub/fedora-epel/7/x86_64/e/epel-release-7-2.noarch.rpm
<http://mirror.i3d.net/pub/fedora-epel/7/x86_64/e/epel-release-7-2.noarch.rpm>

>> >>>>
>> >>>>
>> >>>> Kind regards,
>> >>>>
>> >>>> Jorick
>> >>>>
>> >>>> On 09/26/2014 09:17 PM, marc....@priceline.com wrote:
>> >>>>
>> >>>> I think I may have found my problem...
>> >>>>
>> >>>> Trying to install the hiera.noarch package:
>> >>>>
>> >>>> hiera.noarch    1.3.4-1.el6
>> >>>> puppetlabs-products
>> >>>>
>> >>>> and I get the following error message:
>> >>>>
>> >>>> Resolving Dependencies
>> >>>> --> Running transaction check
>> >>>> ---> Package hiera.noarch 0:1.3.4-1.el6 will be installed
>> >>>> --> Processing Dependency: rubygem-json for package:
>> >>>> hiera-1.3.4-1.el6.noarch
>> >>>> --> Running transaction check
>> >>>> ---> Package rubygem-json.x86_64 0:1.5.5-3.el6 will be
installed
>> >>>> --> Processing Dependency: rubygems >= 1.3.7 for package:
>> >>>> rubygem-json-1.5.5-3.el6.x86_64
>> >>>> --> Finished Dependency Resolution
>> >>>> Error: Package: rubygem-json-1.5.5-3.el6.x86_64
(puppetlabs-deps)
>> >>>>            Requires: rubygems >= 1.3.7
>> >>>>  You could try using --skip-broken to work around the problem
>> >>>>  You could try running: rpm -Va --nofiles --nodigest
>> >>>>
>> >>>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep -i
rubygems   <--
>> >>>> This
>> >>>> is the version of rubygems that I have installed.
>> >>>> ruby193-rubygems-1.8.24-2.el6.noarch
>> >>>> ruby193-rubygems-devel-1.8.24-2.el6.noarch
>> >>>>
>> >>>> Do I have to downgrade the version of rubygems??
>> >>>>
>> >>>>
>> >>>> On Friday, September 26, 2014 3:04:34 PM UTC-4, >     >> >>>> marc....@priceline.com >     >> >>>> wrote:
>> >>>>>
>> >>>>> Thanks Jorick,
>> >>>>>
>> >>>>> Looks like you are installing on a CentOS system, so it's
a little
>> >>>>> different than mine (RHEL6 - ie Red Hat).
>> >>>>>
>> >>>>> Were you able to successfully execute the:  yum -y
install katello
>> >>>>> command?
>> >>>>>
>> >>>>> Not I.  What I'm doing now is installing the packages
individually.
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> On Friday, September 26, 2014 2:43:10 PM UTC-4, Jorick >     Astrego >     >> >>>>> wrote:
>> >>>>>>
>> >>>>>> This is what I ended up with:
>> >>>>>>
>> >>>>>> ls -lart /etc/yum.repos.d/
>> >>>>>>
>> >>>>>> total 60
>> >>>>>> -rw-r--r--.  1 root root  156 Aug 22 18:21
CentOS-Vault.repo
>> >>>>>> -rw-r--r--.  1 root root 1331 Aug 22 18:21
CentOS-Sources.repo
>> >>>>>> -rw-r--r--.  1 root root  290 Aug 22 18:21
CentOS-fasttrack.repo
>> >>>>>> -rw-r--r--.  1 root root  649 Aug 22 18:21
CentOS-Debuginfo.repo
>> >>>>>> -rw-r--r--.  1 root root 1664 Aug 22 18:21 CentOS-Base.repo
>> >>>>>> -rw-r--r--.  1 root root 1250 Aug 25 20:14 puppetlabs.repo
>> >>>>>> -rw-r--r--.  1 root root  334 Sep 11 12:11 foreman.repo
>> >>>>>> -rw-r--r--.  1 root root  364 Sep 11 12:11
foreman-plugins.repo
>> >>>>>> -rw-r--r--.  1 root root  152 Sep 11 21:17
>> >>>>>> rhscl-v8314-epel-7-x86_64.repo
>> >>>>>> -rw-r--r--.  1 root root  158 Sep 11 21:17
>> >>>>>> rhscl-ruby193-epel-7-x86_64.repo
>> >>>>>> -rw-r--r--.  1 root root  492 Sep 15 19:32 katello.repo
>> >>>>>> -rw-r--r--.  1 root root  623 Sep 15 19:32
katello-pulp.repo
>> >>>>>> -rw-r--r--.  1 root root  681 Sep 15 19:32
katello-candlepin.repo
>> >>>>>>
>> >>>>>>
>> >>>>>> /var/log/yum.log
>> >>>>>>
>> >>>>>> Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch
>> >>>>>> Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch
>> >>>>>> Sep 26 16:17:45 Installed:
foreman-release-1.6.0-1.el7.noarch
>> >>>>>> Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch
>> >>>>>> Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch
>> >>>>>> Sep 26 16:18:15 Installed:
foreman-release-1.6.0-1.el7.noarch
>> >>>>>>
>> >>>>>>
>> >>>>>> On 09/26/2014 06:47 PM, Eric D Helms wrote:
>> >>>>>>
>> >>>>>> That almost seems like the EPEL repo didn't get seutp
correctly.
>> >>>>>> Can
>> >>>>>> you check what repos are enabled according to yum?
>> >>>>>>
>> >>>>>> Eric
>> >>>>>>
>> >>>>>> On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego >     >> >>>>>> <j.as...@netbulae.eu> >     >> >>>>>> wrote:
>> >>>>>>
>> >>>>>> On 09/26/2014 03:07 PM, Eric D Helms wrote:
>> >>>>>>
>> >>>>>> One strategy is to use --skip-installer with setup.rb to
give you a
>> >>>>>> chance to either run katello-installer yourself, or edit
the
>> >>>>>> answers
>> >>>>>> file directly. You can also pass direct installer
options as you
>> >>>>>> mention that all come from the list that is generated by
>> >>>>>> katello-installer --help.
>> >>>>>>
>> >>>>>> Ah that will do!
>> >>>>>>
>> >>>>>> Would you find it also helpful for us to capture the
>> >>>>>> 'katello-installer --help' output and post it to our
documentation
>> >>>>>> as
>> >>>>>> a reference?
>> >>>>>>
>> >>>>>> Any documentation is nice but it's not really required,
I can run
>> >>>>>> 'katello-installer --help' myself.
>> >>>>>>
>> >>>>>> I was just having problems with the default setup
generated when
>> >>>>>> using
>> >>>>>> katello deploy. And I couldn't figure out how to So as
long as we
>> >>>>>> can
>> >>>>>> modify
>> >>>>>> the settings we can use it.
>> >>>>>> As we already have a foreman running I don't need the
dns/dhcp/tftp
>> >>>>>> stuff.
>> >>>>>>
>> >>>>>> So the correct steps in our situation would be:
>> >>>>>>
>> >>>>>> yum -y install ruby
>> >>>>>> git clone https://github.com/Katello/katello-deploy.git
<https://github.com/Katello/katello-deploy.git>
>> >>>>>> ./setup.rb centos7 --version=2.0 --skip-installer
>> >>>>>> cp ~/custom-katello-installer.yaml
>> >>>>>> /etc/katello-installer/katello-installer.yaml
>> >>>>>> katello-installer
>> >>>>>>
>> >>>>>> Correct?
>> >>>>>>
>> >>>>>> It fails on my system:
>> >>>>>>
>> >>>>>> --> Finished Dependency Resolution
>> >>>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch
>> >>>>>> (katello)
>> >>>>>>            Requires: mongodb >= 2.4
>> >>>>>> Error: Package: pulp-server-2.4.0-1.el7.noarch
(katello-pulp)
>> >>>>>>            Requires: python-pymongo >= 2.5.2
>> >>>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch
>> >>>>>> (katello)
>> >>>>>>            Requires: mongodb-server >= 2.4
>> >>>>>>  You could try using --skip-broken to work around the
problem
>> >>>>>> ** Found 8 pre-existing rpmdb problem(s), 'yum check'
output
>> >>>>>> follows:
>> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has
missing
>> >>>>>> requires
>> >>>>>> of
>> >>>>>> /usr/bin/ruby193-ruby
>> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has
missing
>> >>>>>> requires
>> >>>>>> of
>> >>>>>> foreman
>> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has
missing
>> >>>>>> requires
>> >>>>>> of
>> >>>>>> ruby193-ruby(abi) = ('0', '1.9.1', None)
>> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has
missing
>> >>>>>> requires
>> >>>>>> of
>> >>>>>> ruby193-rubygem(daemons)
>> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has
missing
>> >>>>>> requires
>> >>>>>> of
>> >>>>>> ruby193-rubygem(dynflow) >= ('0', '0.7.2', None)
>> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has
missing
>> >>>>>> requires
>> >>>>>> of
>> >>>>>> ruby193-rubygem(sequel)
>> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has
missing
>> >>>>>> requires
>> >>>>>> of
>> >>>>>> ruby193-rubygem(sinatra)
>> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has
missing
>> >>>>>> requires
>> >>>>>> of
>> >>>>>> ruby193-rubygems
>> >>>>>> WARNING: Skipping installer command: katello-installer
>> >>>>>>
>> >>>>>>
>> >>>>>> Thanks for responding!
>> >>>>>>
>> >>>>>> Jorick
>> >>>>>>
>> >>>>>> Eric
>> >>>>>>
>> >>>>>> On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego >     >> >>>>>> <j.as...@netbulae.eu> >     >> >>>>>> wrote:
>> >>>>>>
>> >>>>>> Ok sounds fair.
>> >>>>>>
>> >>>>>> But how do I install things like Custom Server
Certificates with
>> >>>>>> katello
>> >>>>>> deploy?
>> >>>>>>
>> >>>>>> I see:
>> >>>>>>
>> >>>>>> installer_options = options[:installer_options] || ""
>> >>>>>> install_command
>> >>>>>> =
>> >>>>>> "katello-installer #{installer_options}"
>> >>>>>>
>> >>>>>> But I cannot find where it gets the options from..
>> >>>>>>
>> >>>>>> For me it doesn't matter how it can be installed, but I
need to
>> >>>>>> customize it
>> >>>>>> and use answer files when I can.
>> >>>>>>
>> >>>>>> Kind regards,
>> >>>>>>
>> >>>>>> Jorick Astrego
>> >>>>>> Netbulae
>> >>>>>>
>> >>>>>>
>> >>>>>> On 09/25/2014 02:17 PM, Eric D Helms wrote:
>> >>>>>>
>> >>>>>> Katello deploy supports usage without using Vagrant to
spin a box
>> >>>>>> up
>> >>>>>> for you. The script (setup.rb) that is run can be done
in a direct
>> >>>>>> deployment fashion. The password that is generated is
entirely
>> >>>>>> random
>> >>>>>> (or can be customized by the user prior to installation)
and is
>> >>>>>> only
>> >>>>>> 'changeme' in the case of development deployments. The
default
>> >>>>>> boxes
>> >>>>>> listed for libvirt in deploy are simple, and smaller boxes.
>> >>>>>> However,
>> >>>>>> your own boxes can be substituted in or another provider
like
>> >>>>>> Rackspace or Openstack can be used.
>> >>>>>>
>> >>>>>> Eric
>> >>>>>>
>> >>>>>>

Yes, that's exactly what happens… it just spins and disappears. Here is
the result from the production.log as you requested:

Processing by Katello::ProductsController#available_repositories as /
Parameters: {"content_id"=>"3707", "_"=>"1412170444862", "id"=>"44"}
undefined method request_uri&#39; for #&lt;URI::FTP:0x007f9b0402b100&gt; (NoMethodError) /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/resources/cdn.rb:75:inget'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:154:in
get_substitutions_from&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:143:infor_each_substitute_of_next_var'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:85:in
substitute_vars_in_prefix&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:61:insubstitute_vars'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/katello/repository_set/scan_cdn.rb:39:in
run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:443:inblock (3 levels) in execute_run'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:inpass'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in
pass&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:28:inblock in run'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:58:in
block (2 levels) in as_remote_user&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/thread_session.rb:85:inset_pulp_config'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:44:in
as_pulp_user&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:57:inblock in as_remote_user'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/thread_session.rb:92:in
set_cp_config&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:39:inas_cp_user'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:56:in
as_remote_user&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:28:inrun'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:inpass'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in
pass&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action/progress.rb:30:inwith_progress_calculation'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action/progress.rb:16:in
run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in
pass&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:inpass'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:24:in
block in run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:35:inwith_locale'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:24:in
run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/world.rb:30:in
execute&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:442:inblock (2 levels) in execute_run'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:441:in
catch&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:441:inblock in execute_run'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:inblock in with_error_handling'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in
catch&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:inwith_error_handling'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:436:in
execute_run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:230:inexecute'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:9:in
block (2 levels) in execute&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract.rb:152:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract.rb:152:in
with_meta_calculation&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:8:inblock in execute'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:22:in
open_action&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:7:inexecute'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/executors/parallel/worker.rb:20:in
block in on_message&#39; /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:859:inblock in assigns'
/opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:858:in
tap&#39; /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:858:inassigns'
/opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:138:in
match_value&#39; /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:116:inblock in match'
/opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:115:in
each&#39; /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:115:inmatch'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/executors/parallel/worker.rb:17:in
on_message&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:82:inon_envelope'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:72:in
receive&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:inblock (2 levels) in run'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in
loop&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:inblock in run'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in
catch&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:inrun'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:13:in
block in initialize&#39; /opt/rh/ruby193/root/usr/share/gems/gems/logging-1.8.1/lib/logging/diagnostic_context.rb:323:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/logging-1.8.1/lib/logging/diagnostic_context.rb:323:in
block in create_with_logging_context&#39; Rendered /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/views/katello/providers/redhat/_repos.html.haml (9.0ms) undefined methodeach' for nil:NilClass (NoMethodError)
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/views/katello/providers/redhat/_repos.html.haml:8:in
__opt_rh_ruby____root_usr_share_gems_gems_katello_______app_views_katello_providers_redhat__repos_html_haml__1040128777992015234_90132060&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/template.rb:145:inblock in render'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in
instrument&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/template.rb:143:inrender'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:265:in
render_partial&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:238:inblock in render'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in
block in instrument&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:inblock in instrument'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in
instrument&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:ininstrument'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in
instrument&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:237:inrender'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:41:in
render_partial&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:15:inrender'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in
_render_template&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in_render_template'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in
render_to_body&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:inrender_to_body'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in
render_to_body&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:inrender'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in
render&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:inblock (2 levels) in render'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in
block in ms&#39; /opt/rh/ruby193/root/usr/share/ruby/benchmark.rb:295:inrealtime'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in
ms&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:inblock in render'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in
cleanup_view_runtime&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:incleanup_view_runtime'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in
render&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/controllers/katello/products_controller.rb:32:inavailable_repositories'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in
send_action&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:inprocess_action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in
process_action&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:inblock in process_action'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:592:in
block (2 levels) in _run__4263285343029181791__process_action__157021414092196868__callbacks&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:inblock in _conditional_callback_around_9819'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in
around&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in_callback_around_1827'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in
_conditional_callback_around_9819&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:525:inblock in
_run__4263285343029181791__process_action__157021414092196868__callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in
block in _conditional_callback_around_9818&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:inaround'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in
_callback_around_13&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in_conditional_callback_around_9818'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in
_run__4263285343029181791__process_action__157021414092196868__callbacks&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in__run_callback'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in
_run_process_action_callbacks&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:inrun_callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in
process_action&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:inprocess_action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in
block in process_action&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:inblock in instrument'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in
instrument&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:ininstrument'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in
process_action&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:inprocess_action'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in
process_action&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:inprocess'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in
process&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:indispatch'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in
dispatch&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:inblock in action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:indispatch'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:inblock in call'
/opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in
each&#39; /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/engine.rb:479:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in
method_missing&#39; /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:inblock in call'
/opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in
each&#39; /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/apipie-rails-0.2.5/lib/apipie/extractor/recorder.rb:97:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/apipie-rails-0.2.5/lib/apipie/middleware/checksum_in_headers.rb:27:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/etag.rb:23:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:incall'
/usr/share/foreman/lib/middleware/catch_json_parse_errors.rb:9:in call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in
`context'
/opt/rh/ruby193/root/usr/sha

Looks like you are encountering an error as that should expand into a
set of check boxes. Could you check the production.log? Are you using
a proxy configuration?

Eric

··· On Wed, Oct 1, 2014 at 9:28 AM, wrote: > I'm going to try to insert a screen shot of what I see, but if that doesn't > work, what I see is a list of all our Products, then I could drill down one > more level to the list of Repository sets, but then under that is empty. > > > > On Wednesday, October 1, 2014 9:10:47 AM UTC-4, Eric Helms wrote: >> >> Marc, >> >> What happens when you, on the Red Hat Repositories page, expand the >> product and repository sets ? >> >> Eric >> >> On Wed, Oct 1, 2014 at 9:00 AM, wrote: >> > Hi Eric, >> > >> > I followed the instructions you provided and was able to upload our >> > manifest >> > for our redhat subscriptions into Katello. I can see all of the >> > subscriptions listed there now. It seems to be OK, but when I try to >> > enable >> > the Red Hat Repositories, I don't see any check boxes to enable them (as >> > noted in the documentation)? Not sure if this means that they are >> > automagically enabled, or they are not even available? >> > >> > I would also like to add a repository for CentOS 5 & 6. Is this >> > possible? >> > >> > Thanks again for all your help! >> > >> > Marc. >> > >> > On Tuesday, September 30, 2014 2:50:02 PM UTC-4, Eric Helms wrote: >> >> >> >> Marc, >> >> >> >> Start here - >> >> http://www.katello.org/docs/user_guide/red_hat_content/content.html >> >> >> >> Eric >> >> >> >> On Tue, Sep 30, 2014 at 1:45 PM, wrote: >> >> > I would like to populate the Repositories, but I'm still having >> >> > trouble. >> >> > From under the Contents>>Red Hat Repositories menu, I try to add >> >> > them >> >> > here, >> >> > and I see the following request: >> >> > >> >> > "No Red Hat products currently exist, please import a manifest here >> >> > to >> >> > receive Red Hat content." >> >> > >> >> > So when I click on the "here" hyperlink I don't know what "New >> >> > Manifest" >> >> > file to upload here?? Any ideas? >> >> > >> >> > Thanks again. >> >> > >> >> > On Monday, September 29, 2014 12:38:43 PM UTC-4, >> >> > marc....@priceline.com >> >> > wrote: >> >> >> >> >> >> I found a youtube video on how to do this, however, it looks like it >> >> >> is >> >> >> an >> >> >> older version of Katello because the instructions no longer apply: >> >> >> >> >> >> http://www.youtube.com/watch?v=ow0XzRRRH-E >> >> >> >> >> >> Is there an updated video that is more applicable to this version of >> >> >> katello? >> >> >> >> >> >> Thanks. >> >> >> >> >> >> On Monday, September 29, 2014 10:04:12 AM UTC-4, >> >> >> marc....@priceline.com >> >> >> wrote: >> >> >>> >> >> >>> Thanks for all the help and suggestions... I manually installed >> >> >>> some >> >> >>> of >> >> >>> the missing packages, and then I was able to successfully install >> >> >>> katello >> >> >>> and then I successfully ran katello-install. >> >> >>> >> >> >>> Now.... Does anyone have any good documentation or youtube videos >> >> >>> on >> >> >>> how >> >> >>> to setup the channels (I'm using satellite nomenclature) and how to >> >> >>> register >> >> >>> clients to these channels, similar to rhn_register? >> >> >>> >> >> >>> Thanks again. >> >> >>> >> >> >>> On Friday, September 26, 2014 3:35:44 PM UTC-4, Jorick Astrego >> >> >>> wrote: >> >> >>>> >> >> >>>> Yes Centos 7, so not really comparable. >> >> >>>> >> >> >>>> When I did the repo setup manually I had these repo's and the >> >> >>>> installer >> >> >>>> worked fine: >> >> >>>> >> >> >>>> yum localinstall >> >> >>>> >> >> >>>> >> >> >>>> https://www.softwarecollections.org/en/scls/rhscl/v8314/epel-7-x86_64/download/rhscl-v8314-epel-7-x86_64.noarch.rpm >> >> >>>> yum localinstall >> >> >>>> >> >> >>>> >> >> >>>> https://www.softwarecollections.org/en/scls/rhscl/ruby193/epel-7-x86_64/download/rhscl-ruby193-epel-7-x86_64.noarch.rpm >> >> >>>> yum localinstall >> >> >>>> >> >> >>>> >> >> >>>> https://fedorapeople.org/groups/katello/releases/yum/2.0/katello/RHEL/7/x86_64/katello-repos-latest.rpm >> >> >>>> yum localinstall >> >> >>>> >> >> >>>> >> >> >>>> http://yum.theforeman.org/releases/latest/el7/x86_64/foreman-release.rpm >> >> >>>> yum localinstall >> >> >>>> http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm >> >> >>>> yum install >> >> >>>> >> >> >>>> >> >> >>>> http://mirror.i3d.net/pub/fedora-epel/7/x86_64/e/epel-release-7-2.noarch.rpm >> >> >>>> >> >> >>>> >> >> >>>> Kind regards, >> >> >>>> >> >> >>>> Jorick >> >> >>>> >> >> >>>> On 09/26/2014 09:17 PM, marc....@priceline.com wrote: >> >> >>>> >> >> >>>> I think I may have found my problem... >> >> >>>> >> >> >>>> Trying to install the hiera.noarch package: >> >> >>>> >> >> >>>> hiera.noarch 1.3.4-1.el6 >> >> >>>> puppetlabs-products >> >> >>>> >> >> >>>> and I get the following error message: >> >> >>>> >> >> >>>> Resolving Dependencies >> >> >>>> --> Running transaction check >> >> >>>> ---> Package hiera.noarch 0:1.3.4-1.el6 will be installed >> >> >>>> --> Processing Dependency: rubygem-json for package: >> >> >>>> hiera-1.3.4-1.el6.noarch >> >> >>>> --> Running transaction check >> >> >>>> ---> Package rubygem-json.x86_64 0:1.5.5-3.el6 will be installed >> >> >>>> --> Processing Dependency: rubygems >= 1.3.7 for package: >> >> >>>> rubygem-json-1.5.5-3.el6.x86_64 >> >> >>>> --> Finished Dependency Resolution >> >> >>>> Error: Package: rubygem-json-1.5.5-3.el6.x86_64 (puppetlabs-deps) >> >> >>>> Requires: rubygems >= 1.3.7 >> >> >>>> You could try using --skip-broken to work around the problem >> >> >>>> You could try running: rpm -Va --nofiles --nodigest >> >> >>>> >> >> >>>> [root@nw-katello-201 yum.repos.d]# rpm -qa |grep -i rubygems <-- >> >> >>>> This >> >> >>>> is the version of rubygems that I have installed. >> >> >>>> ruby193-rubygems-1.8.24-2.el6.noarch >> >> >>>> ruby193-rubygems-devel-1.8.24-2.el6.noarch >> >> >>>> >> >> >>>> Do I have to downgrade the version of rubygems?? >> >> >>>> >> >> >>>> >> >> >>>> On Friday, September 26, 2014 3:04:34 PM UTC-4, >> >> >>>> marc....@priceline.com >> >> >>>> wrote: >> >> >>>>> >> >> >>>>> Thanks Jorick, >> >> >>>>> >> >> >>>>> Looks like you are installing on a CentOS system, so it's a >> >> >>>>> little >> >> >>>>> different than mine (RHEL6 - ie Red Hat). >> >> >>>>> >> >> >>>>> Were you able to successfully execute the: yum -y install >> >> >>>>> katello >> >> >>>>> command? >> >> >>>>> >> >> >>>>> Not I. What I'm doing now is installing the packages >> >> >>>>> individually. >> >> >>>>> >> >> >>>>> >> >> >>>>> >> >> >>>>> On Friday, September 26, 2014 2:43:10 PM UTC-4, Jorick Astrego >> >> >>>>> wrote: >> >> >>>>>> >> >> >>>>>> This is what I ended up with: >> >> >>>>>> >> >> >>>>>> ls -lart /etc/yum.repos.d/ >> >> >>>>>> >> >> >>>>>> total 60 >> >> >>>>>> -rw-r--r--. 1 root root 156 Aug 22 18:21 CentOS-Vault.repo >> >> >>>>>> -rw-r--r--. 1 root root 1331 Aug 22 18:21 CentOS-Sources.repo >> >> >>>>>> -rw-r--r--. 1 root root 290 Aug 22 18:21 CentOS-fasttrack.repo >> >> >>>>>> -rw-r--r--. 1 root root 649 Aug 22 18:21 CentOS-Debuginfo.repo >> >> >>>>>> -rw-r--r--. 1 root root 1664 Aug 22 18:21 CentOS-Base.repo >> >> >>>>>> -rw-r--r--. 1 root root 1250 Aug 25 20:14 puppetlabs.repo >> >> >>>>>> -rw-r--r--. 1 root root 334 Sep 11 12:11 foreman.repo >> >> >>>>>> -rw-r--r--. 1 root root 364 Sep 11 12:11 foreman-plugins.repo >> >> >>>>>> -rw-r--r--. 1 root root 152 Sep 11 21:17 >> >> >>>>>> rhscl-v8314-epel-7-x86_64.repo >> >> >>>>>> -rw-r--r--. 1 root root 158 Sep 11 21:17 >> >> >>>>>> rhscl-ruby193-epel-7-x86_64.repo >> >> >>>>>> -rw-r--r--. 1 root root 492 Sep 15 19:32 katello.repo >> >> >>>>>> -rw-r--r--. 1 root root 623 Sep 15 19:32 katello-pulp.repo >> >> >>>>>> -rw-r--r--. 1 root root 681 Sep 15 19:32 >> >> >>>>>> katello-candlepin.repo >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> /var/log/yum.log >> >> >>>>>> >> >> >>>>>> Sep 26 16:17:42 Installed: puppetlabs-release-7-11.noarch >> >> >>>>>> Sep 26 16:17:44 Installed: katello-repos-2.0.1-1.el7.noarch >> >> >>>>>> Sep 26 16:17:45 Installed: foreman-release-1.6.0-1.el7.noarch >> >> >>>>>> Sep 26 16:18:11 Installed: puppetlabs-release-7-11.noarch >> >> >>>>>> Sep 26 16:18:13 Installed: katello-repos-2.0.1-1.el7.noarch >> >> >>>>>> Sep 26 16:18:15 Installed: foreman-release-1.6.0-1.el7.noarch >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> On 09/26/2014 06:47 PM, Eric D Helms wrote: >> >> >>>>>> >> >> >>>>>> That almost seems like the EPEL repo didn't get seutp correctly. >> >> >>>>>> Can >> >> >>>>>> you check what repos are enabled according to yum? >> >> >>>>>> >> >> >>>>>> Eric >> >> >>>>>> >> >> >>>>>> On Fri, Sep 26, 2014 at 10:21 AM, Jorick Astrego >> >> >>>>>> >> >> >>>>>> wrote: >> >> >>>>>> >> >> >>>>>> On 09/26/2014 03:07 PM, Eric D Helms wrote: >> >> >>>>>> >> >> >>>>>> One strategy is to use --skip-installer with setup.rb to give >> >> >>>>>> you a >> >> >>>>>> chance to either run katello-installer yourself, or edit the >> >> >>>>>> answers >> >> >>>>>> file directly. You can also pass direct installer options as you >> >> >>>>>> mention that all come from the list that is generated by >> >> >>>>>> katello-installer --help. >> >> >>>>>> >> >> >>>>>> Ah that will do! >> >> >>>>>> >> >> >>>>>> Would you find it also helpful for us to capture the >> >> >>>>>> 'katello-installer --help' output and post it to our >> >> >>>>>> documentation >> >> >>>>>> as >> >> >>>>>> a reference? >> >> >>>>>> >> >> >>>>>> Any documentation is nice but it's not really required, I can >> >> >>>>>> run >> >> >>>>>> 'katello-installer --help' myself. >> >> >>>>>> >> >> >>>>>> I was just having problems with the default setup generated when >> >> >>>>>> using >> >> >>>>>> katello deploy. And I couldn't figure out how to So as long as >> >> >>>>>> we >> >> >>>>>> can >> >> >>>>>> modify >> >> >>>>>> the settings we can use it. >> >> >>>>>> As we already have a foreman running I don't need the >> >> >>>>>> dns/dhcp/tftp >> >> >>>>>> stuff. >> >> >>>>>> >> >> >>>>>> So the correct steps in our situation would be: >> >> >>>>>> >> >> >>>>>> yum -y install ruby >> >> >>>>>> git clone https://github.com/Katello/katello-deploy.git >> >> >>>>>> ./setup.rb centos7 --version=2.0 --skip-installer >> >> >>>>>> cp ~/custom-katello-installer.yaml >> >> >>>>>> /etc/katello-installer/katello-installer.yaml >> >> >>>>>> katello-installer >> >> >>>>>> >> >> >>>>>> Correct? >> >> >>>>>> >> >> >>>>>> It fails on my system: >> >> >>>>>> >> >> >>>>>> --> Finished Dependency Resolution >> >> >>>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch >> >> >>>>>> (katello) >> >> >>>>>> Requires: mongodb >= 2.4 >> >> >>>>>> Error: Package: pulp-server-2.4.0-1.el7.noarch (katello-pulp) >> >> >>>>>> Requires: python-pymongo >= 2.5.2 >> >> >>>>>> Error: Package: ruby193-rubygem-katello-2.0.0-3.el7.noarch >> >> >>>>>> (katello) >> >> >>>>>> Requires: mongodb-server >= 2.4 >> >> >>>>>> You could try using --skip-broken to work around the problem >> >> >>>>>> ** Found 8 pre-existing rpmdb problem(s), 'yum check' output >> >> >>>>>> follows: >> >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >> >>>>>> requires >> >> >>>>>> of >> >> >>>>>> /usr/bin/ruby193-ruby >> >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >> >>>>>> requires >> >> >>>>>> of >> >> >>>>>> foreman >> >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >> >>>>>> requires >> >> >>>>>> of >> >> >>>>>> ruby193-ruby(abi) = ('0', '1.9.1', None) >> >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >> >>>>>> requires >> >> >>>>>> of >> >> >>>>>> ruby193-rubygem(daemons) >> >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >> >>>>>> requires >> >> >>>>>> of >> >> >>>>>> ruby193-rubygem(dynflow) >= ('0', '0.7.2', None) >> >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >> >>>>>> requires >> >> >>>>>> of >> >> >>>>>> ruby193-rubygem(sequel) >> >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >> >>>>>> requires >> >> >>>>>> of >> >> >>>>>> ruby193-rubygem(sinatra) >> >> >>>>>> ruby193-rubygem-foreman-tasks-0.6.10-1.el7.noarch has missing >> >> >>>>>> requires >> >> >>>>>> of >> >> >>>>>> ruby193-rubygems >> >> >>>>>> WARNING: Skipping installer command: katello-installer >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> Thanks for responding! >> >> >>>>>> >> >> >>>>>> Jorick >> >> >>>>>> >> >> >>>>>> Eric >> >> >>>>>> >> >> >>>>>> On Fri, Sep 26, 2014 at 7:19 AM, Jorick Astrego >> >> >>>>>> >> >> >>>>>> wrote: >> >> >>>>>> >> >> >>>>>> Ok sounds fair. >> >> >>>>>> >> >> >>>>>> But how do I install things like Custom Server Certificates with >> >> >>>>>> katello >> >> >>>>>> deploy? >> >> >>>>>> >> >> >>>>>> I see: >> >> >>>>>> >> >> >>>>>> installer_options = options[:installer_options] || "" >> >> >>>>>> install_command >> >> >>>>>> = >> >> >>>>>> "katello-installer #{installer_options}" >> >> >>>>>> >> >> >>>>>> But I cannot find where it gets the options from.. >> >> >>>>>> >> >> >>>>>> For me it doesn't matter how it can be installed, but I need to >> >> >>>>>> customize it >> >> >>>>>> and use answer files when I can. >> >> >>>>>> >> >> >>>>>> Kind regards, >> >> >>>>>> >> >> >>>>>> Jorick Astrego >> >> >>>>>> Netbulae >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> On 09/25/2014 02:17 PM, Eric D Helms wrote: >> >> >>>>>> >> >> >>>>>> Katello deploy supports usage without using Vagrant to spin a >> >> >>>>>> box >> >> >>>>>> up >> >> >>>>>> for you. The script (setup.rb) that is run can be done in a >> >> >>>>>> direct >> >> >>>>>> deployment fashion. The password that is generated is entirely >> >> >>>>>> random >> >> >>>>>> (or can be customized by the user prior to installation) and is >> >> >>>>>> only >> >> >>>>>> 'changeme' in the case of development deployments. The default >> >> >>>>>> boxes >> >> >>>>>> listed for libvirt in deploy are simple, and smaller boxes. >> >> >>>>>> However, >> >> >>>>>> your own boxes can be substituted in or another provider like >> >> >>>>>> Rackspace or Openstack can be used. >> >> >>>>>> >> >> >>>>>> Eric >> >> >>>>>> >> >> >>>>>> On Thu, Sep 25, 2014 at 6:51 AM, Jorick Astrego >> >> >>>>>> >> >> >>>>>> wrote: >> >> >>>>>> >> >> >>>>>> On 09/24/2014 05:19 PM, Stephen Benjamin wrote: >> >> >>>>>> >> >> >>>>>> On Wed, Sep 24, 2014 at 07:45:26AM -0700, marc....@priceline.com >> >> >>>>>> wrote: >> >> >>>>>> >> >> >>>>>> Is there some more detailed instructions to installing Katello?? >> >> >>>>>> Maybe >> >> >>>>>> there is an order of installation, some prerequisites, that are >> >> >>>>>> not >> >> >>>>>> obvious >> >> >>>>>> in the current installation instruction of "yum -y install >> >> >>>>>> katello" >> >> >>>>>> which >> >> >>>>>> obviously doesn't work. This is very frustrating!! I'm hoping >> >> >>>>>> that >> >> >>>>>> it >> >> >>>>>> will be worth all the aggravation at the end of this - if I can >> >> >>>>>> even >> >> >>>>>> install it?? Am I the only one having this much trouble? >> >> >>>>>> On Wednesday, September 24, 2014 10:03:34 AM UTC-4, >> >> >>>>>> marc....@priceline.com >> >> >>>>>> wrote: >> >> >>>>>> >> >> >>>>>> No. The package that is there is: >> >> >>>>>> >> >> >>>>>> ruby193-rubygem-rake-compiler-doc-0.8.3-5.el6.noarch.rpm >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> > >> >>>>>> el >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> lo%2Freleases%2Fyum%2F2.0%2Fkatello%2FRHEL%2F6Server%2Fx86_64%2Fruby193-rubygem-rake-compiler-

> Yes, that's exactly what happens… it just spins and disappears.
> Here is the result from the production.log as you requested:
Did you by chance change the "Repository URL" on the "Subscription
Manifest" page? It should read "https://cdn.redhat.com".

-Justin

··· On 10/01/2014 09:36 AM, marc.szabo@priceline.com wrote:

Processing by Katello::ProductsController#available_repositories as /
Parameters: {“content_id”=>“3707”, “_”=>“1412170444862”, “id”=>“44”}
undefined method request_uri' for #<URI::FTP:0x007f9b0402b100> (NoMethodError) /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/resources/cdn.rb:75:in get’
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:154:in
get_substitutions_from' /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:143:in for_each_substitute_of_next_var’
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:85:in
substitute_vars_in_prefix' /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:61:in substitute_vars’
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/katello/repository_set/scan_cdn.rb:39:in
run' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:443:in block (3 levels) in execute_run’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in
call' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in
pass' /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:28:in block in run’
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:58:in
block (2 levels) in as_remote_user' /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/thread_session.rb:85:in set_pulp_config’
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:44:in
as_pulp_user' /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:57:in block in as_remote_user’
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/thread_session.rb:92:in
set_cp_config' /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:39:in as_cp_user’
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:56:in
as_remote_user' /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:28:in run’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in
call' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in
pass' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action/progress.rb:30:in with_progress_calculation’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action/progress.rb:16:in
run' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in call’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in
pass' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in pass’
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:24:in
block in run' /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:35:in with_locale’
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:24:in
run' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in call’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/world.rb:30:in
execute' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:442:in block (2 levels) in execute_run’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:441:in
catch' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:441:in block in execute_run’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in
call' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in block in with_error_handling’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in
catch' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in with_error_handling’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:436:in
execute_run' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:230:in execute’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:9:in
block (2 levels) in execute' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract.rb:152:in call’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract.rb:152:in
with_meta_calculation' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:8:in block in execute’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:22:in
open_action' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:7:in execute’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/executors/parallel/worker.rb:20:in
block in on_message' /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:859:in block in assigns’
/opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:858:in
tap' /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:858:in assigns’
/opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:138:in
match_value' /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:116:in block in match’
/opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:115:in
each' /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:115:in match’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/executors/parallel/worker.rb:17:in
on_message' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:82:in on_envelope’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:72:in
receive' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in block (2 levels) in run’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in
loop' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in block in run’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in
catch' /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in run’
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:13:in
block in initialize' /opt/rh/ruby193/root/usr/share/gems/gems/logging-1.8.1/lib/logging/diagnostic_context.rb:323:in call’
/opt/rh/ruby193/root/usr/share/gems/gems/logging-1.8.1/lib/logging/diagnostic_context.rb:323:in
block in create_with_logging_context' Rendered /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/views/katello/providers/redhat/_repos.html.haml (9.0ms) undefined method each’ for nil:NilClass (NoMethodError)
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/views/katello/providers/redhat/_repos.html.haml:8:in
__opt_rh_ruby____root_usr_share_gems_gems_katello_______app_views_katello_providers_redhat__repos_html_haml__1040128777992015234_90132060' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in block in render’
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in
instrument' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in render’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:265:in
render_partial' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:238:in block in render’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in
block in instrument' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in block in instrument’
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in
instrument' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in instrument’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in
instrument' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:237:in render’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:41:in
render_partial' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:15:in render’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in
_render_template' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in _render_template’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in
render_to_body' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in render_to_body’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in
render_to_body' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in render’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in
render' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in block (2 levels) in render’
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in
block in ms' /opt/rh/ruby193/root/usr/share/ruby/benchmark.rb:295:in realtime’
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in
ms' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in block in render’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in
cleanup_view_runtime' /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in cleanup_view_runtime’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in
render' /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/controllers/katello/products_controller.rb:32:in available_repositories’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in
send_action' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in process_action’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in
process_action' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in block in process_action’
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:592:in
block (2 levels) in _run__4263285343029181791__process_action__157021414092196868__callbacks' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in block in _conditional_callback_around_9819’
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in
around' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in _callback_around_1827’
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in
_conditional_callback_around_9819' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:525:in block in
_run__4263285343029181791__process_action__157021414092196868__callbacks’
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in
block in _conditional_callback_around_9818' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in around’
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in
_callback_around_13' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in _conditional_callback_around_9818’
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in
_run__4263285343029181791__process_action__157021414092196868__callbacks' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in __run_callback’
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in
_run_process_action_callbacks' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in run_callbacks’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in
process_action' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in process_action’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in
block in process_action' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in block in instrument’
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in
instrument' /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in instrument’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in
process_action' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in process_action’
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in
process_action' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in process’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in
process' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in dispatch’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in
dispatch' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in block in action’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in
call' /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in dispatch’
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in
`call’
/opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/

Yes, I did. I thought that may have been to problem. I changed it back,
and the repository set is still showing as empty or blank.

··· On Wednesday, October 1, 2014 9:43:22 AM UTC-4, jsherril wrote: > > On 10/01/2014 09:36 AM, marc....@priceline.com wrote: > > Yes, that's exactly what happens... it just spins and disappears. Here is > the result from the production.log as you requested: > > Did you by chance change the "Repository URL" on the "Subscription > Manifest" page? It should read "https://cdn.redhat.com" > > . > > -Justin > > > > Processing by Katello::ProductsController#available_repositories as */* > Parameters: {"content_id"=>"3707", "_"=>"1412170444862", "id"=>"44"} > undefined method `request_uri' for # > (NoMethodError) > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/resources/cdn.rb:75:in > `get' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:154:in > `get_substitutions_from' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:143:in > `for_each_substitute_of_next_var' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:85:in > `substitute_vars_in_prefix' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:61:in > `substitute_vars' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/katello/repository_set/scan_cdn.rb:39:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:443:in > `block (3 levels) in execute_run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:28:in > `block in run' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:58:in > `block (2 levels) in as_remote_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/thread_session.rb:85:in > `set_pulp_config' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:44:in > `as_pulp_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:57:in > `block in as_remote_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/thread_session.rb:92:in > `set_cp_config' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:39:in > `as_cp_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:56:in > `as_remote_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:28:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action/progress.rb:30:in > `with_progress_calculation' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action/progress.rb:16:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:24:in > `block in run' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:35:in > `with_locale' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:24:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/world.rb:30:in > `execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:442:in > `block (2 levels) in execute_run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:441:in > `catch' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:441:in > `block in execute_run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in > `block in with_error_handling' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in > `catch' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in > `with_error_handling' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:436:in > `execute_run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:230:in > `execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:9:in > `block (2 levels) in execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract.rb:152:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract.rb:152:in > `with_meta_calculation' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:8:in > `block in execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:22:in > `open_action' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:7:in > `execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/executors/parallel/worker.rb:20:in > `block in on_message' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:859:in > `block in assigns' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:858:in > `tap' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:858:in > `assigns' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:138:in > `match_value' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:116:in > `block in match' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:115:in > `each' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:115:in > `match' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/executors/parallel/worker.rb:17:in > `on_message' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:82:in > `on_envelope' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:72:in > `receive' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `block (2 levels) in run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `loop' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `block in run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `catch' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:13:in > `block in initialize' > /opt/rh/ruby193/root/usr/share/gems/gems/logging-1.8.1/lib/logging/diagnostic_context.rb:323:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/logging-1.8.1/lib/logging/diagnostic_context.rb:323:in > `block in create_with_logging_context' > Rendered > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/views/katello/providers/redhat/_repos.html.haml > (9.0ms) > undefined method `each' for nil:NilClass (NoMethodError) > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/views/katello/providers/redhat/_repos.html.haml:8:in > `__opt_rh_ruby____root_usr_share_gems_gems_katello_______app_views_katello_providers_redhat__repos_html_haml__1040128777992015234_90132060' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in > `block in render' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:265:in > `render_partial' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:238:in > `block in render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in > `block in instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in > `block in instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:237:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:41:in > `render_partial' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:15:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in > `_render_template' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in > `_render_template' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in > `render_to_body' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in > `render_to_body' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in > `render_to_body' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in > `block (2 levels) in render' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in > `block in ms' > /opt/rh/ruby193/root/usr/share/ruby/benchmark.rb:295:in `realtime' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in > `ms' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in > `block in render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in > `cleanup_view_runtime' > /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in > `cleanup_view_runtime' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/controllers/katello/products_controller.rb:32:in > `available_repositories' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in > `send_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in > `block in process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:592:in > `block (2 levels) in > _run__4263285343029181791__process_action__157021414092196868__callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in > `block in _conditional_callback_around_9819' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in > `around' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in > `_callback_around_1827' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in > `_conditional_callback_around_9819' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:525:in > `block in > _run__4263285343029181791__process_action__157021414092196868__callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in > `block in _conditional_callback_around_9818' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in > `around' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in > `_callback_around_13' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in > `_conditional_callback_around_9818' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in > `_run__4263285343029181791__process_action__157021414092196868__callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in > `__run_callback' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in > `_run_process_action_callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in > `run_callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in > `block in process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in > `block in instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in > `process' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in > `process' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in > `dispatch' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in > `dispatch' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in > `block in action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in > `dispatch' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in > `block in call' > /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in > `each' > /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/engine.rb:479:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in > `method_missing' > /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in > `block in call' > /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in > `each' > /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/

> Yes, I did. I thought that may have been to problem. I changed it
> back, and the repository set is still showing as empty or blank.
>
>
Are you seeing the same error in /var/log/foreman/production.log ?

-Justin

··· On 10/01/2014 10:26 AM, marc.szabo@priceline.com wrote: > > On Wednesday, October 1, 2014 9:43:22 AM UTC-4, jsherril wrote: > > On 10/01/2014 09:36 AM, marc....@priceline.com wrote: > > Yes, that's exactly what happens... it just spins and > disappears. Here is the result from the production.log as you > requested: > > Did you by chance change the "Repository URL" on the "Subscription > Manifest" page? It should read "https://cdn.redhat.com" > . > > -Justin > > > > Processing by > Katello::ProductsController#available_repositories as */* > Parameters: {"content_id"=>"3707", "_"=>"1412170444862", > "id"=>"44"} > undefined method `request_uri' for # > (NoMethodError) > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/resources/cdn.rb:75:in > `get' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:154:in > `get_substitutions_from' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:143:in > `for_each_substitute_of_next_var' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:85:in > `substitute_vars_in_prefix' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:61:in > `substitute_vars' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/katello/repository_set/scan_cdn.rb:39:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:443:in > `block (3 levels) in execute_run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:28:in > `block in run' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:58:in > `block (2 levels) in as_remote_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/thread_session.rb:85:in > `set_pulp_config' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:44:in > `as_pulp_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:57:in > `block in as_remote_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/thread_session.rb:92:in > `set_cp_config' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:39:in > `as_cp_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:56:in > `as_remote_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:28:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action/progress.rb:30:in > `with_progress_calculation' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action/progress.rb:16:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:24:in > `block in run' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:35:in > `with_locale' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:24:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/world.rb:30:in > `execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:442:in > `block (2 levels) in execute_run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:441:in > `catch' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:441:in > `block in execute_run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in > `block in with_error_handling' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in > `catch' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in > `with_error_handling' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:436:in > `execute_run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:230:in > `execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:9:in > `block (2 levels) in execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract.rb:152:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract.rb:152:in > `with_meta_calculation' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:8:in > `block in execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:22:in > `open_action' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:7:in > `execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/executors/parallel/worker.rb:20:in > `block in on_message' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:859:in > `block in assigns' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:858:in > `tap' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:858:in > `assigns' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:138:in > `match_value' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:116:in > `block in match' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:115:in > `each' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:115:in > `match' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/executors/parallel/worker.rb:17:in > `on_message' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:82:in > `on_envelope' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:72:in > `receive' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `block (2 levels) in run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `loop' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `block in run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `catch' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:13:in > `block in initialize' > /opt/rh/ruby193/root/usr/share/gems/gems/logging-1.8.1/lib/logging/diagnostic_context.rb:323:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/logging-1.8.1/lib/logging/diagnostic_context.rb:323:in > `block in create_with_logging_context' > Rendered > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/views/katello/providers/redhat/_repos.html.haml > (9.0ms) > undefined method `each' for nil:NilClass (NoMethodError) > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/views/katello/providers/redhat/_repos.html.haml:8:in > `__opt_rh_ruby____root_usr_share_gems_gems_katello_______app_views_katello_providers_redhat__repos_html_haml__1040128777992015234_90132060' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in > `block in render' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:265:in > `render_partial' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:238:in > `block in render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in > `block in instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in > `block in instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:237:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:41:in > `render_partial' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:15:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in > `_render_template' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in > `_render_template' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in > `render_to_body' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in > `render_to_body' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in > `render_to_body' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in > `block (2 levels) in render' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in > `block in ms' > /opt/rh/ruby193/root/usr/share/ruby/benchmark.rb:295:in `realtime' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in > `ms' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in > `block in render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in > `cleanup_view_runtime' > /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in > `cleanup_view_runtime' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/controllers/katello/products_controller.rb:32:in > `available_repositories' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in > `send_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in > `block in process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:592:in > `block (2 levels) in > _run__4263285343029181791__process_action__157021414092196868__callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in > `block in _conditional_callback_around_9819' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in > `around' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in > `_callback_around_1827' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in > `_conditional_callback_around_9819' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:525:in > `block in > _run__4263285343029181791__process_action__157021414092196868__callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in > `block in _conditional_callback_around_9818' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in > `around' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in > `_callback_around_13' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in > `_conditional_callback_around_9818' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in > `_run__4263285343029181791__process_action__157021414092196868__callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in > `__run_callback' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in > `_run_process_action_callba

Here it is now:

Processing by Katello::ProductsController#available_repositories as /
Parameters: {"content_id"=>"1951", "_"=>"1412173868356", "id"=>"34"}
Connection timed out - connect(2) (Errno::ETIMEDOUT)
/opt/rh/ruby193/root/usr/share/ruby/net/http.rb:763:in initialize&#39; /opt/rh/ruby193/root/usr/share/ruby/net/http.rb:763:inopen'
/opt/rh/ruby193/root/usr/share/ruby/net/http.rb:763:in block in connect&#39; /opt/rh/ruby193/root/usr/share/ruby/timeout.rb:55:intimeout'
/opt/rh/ruby193/root/usr/share/ruby/timeout.rb:100:in timeout&#39; /opt/rh/ruby193/root/usr/share/ruby/net/http.rb:763:inconnect'
/opt/rh/ruby193/root/usr/share/ruby/net/http.rb:756:in do_start&#39; /opt/rh/ruby193/root/usr/share/ruby/net/http.rb:745:instart'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/resources/cdn.rb:80:in
get&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:154:inget_substitutions_from'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:143:in
for_each_substitute_of_next_var&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:85:insubstitute_vars_in_prefix'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:61:in
substitute_vars&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/katello/repository_set/scan_cdn.rb:39:inrun'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:443:in
block (3 levels) in execute_run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in
pass&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:inpass'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:28:in
block in run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:58:inblock (2 levels) in as_remote_user'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/thread_session.rb:85:in
set_pulp_config&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:44:inas_pulp_user'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:57:in
block in as_remote_user&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/thread_session.rb:92:inset_cp_config'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:39:in
as_cp_user&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:56:inas_remote_user'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:28:in
run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in
pass&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:inpass'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action/progress.rb:30:in
with_progress_calculation&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action/progress.rb:16:inrun'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:inpass'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in
pass&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:24:inblock in run'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:35:in
with_locale&#39; /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:24:inrun'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/world.rb:30:inexecute'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:442:in
block (2 levels) in execute_run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:441:incatch'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:441:in
block in execute_run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in
block in with_error_handling&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:incatch'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in
with_error_handling&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:436:inexecute_run'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:230:in
execute&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:9:inblock (2 levels) in execute'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract.rb:152:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract.rb:152:inwith_meta_calculation'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:8:in
block in execute&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:22:inopen_action'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:7:in
execute&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/executors/parallel/worker.rb:20:inblock in on_message'
/opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:859:in
block in assigns&#39; /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:858:intap'
/opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:858:in
assigns&#39; /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:138:inmatch_value'
/opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:116:in
block in match&#39; /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:115:ineach'
/opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:115:in
match&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/executors/parallel/worker.rb:17:inon_message'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:82:in
on_envelope&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:72:inreceive'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in
block (2 levels) in run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:inloop'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in
block in run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:incatch'
/opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in
run&#39; /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:13:inblock in initialize'
/opt/rh/ruby193/root/usr/share/gems/gems/logging-1.8.1/lib/logging/diagnostic_context.rb:323:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/logging-1.8.1/lib/logging/diagnostic_context.rb:323:inblock in create_with_logging_context'
Rendered
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/views/katello/providers/redhat/_repos.html.haml
(19.0ms)
undefined method each&#39; for nil:NilClass (NoMethodError) /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/views/katello/providers/redhat/_repos.html.haml:8:in__opt_rh_ruby____root_usr_share_gems_gems_katello_______app_views_katello_providers_redhat__repos_html_haml__3866820615469230823_97610060'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in
block in render&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:ininstrument'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in
render&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:265:inrender_partial'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:238:in
block in render&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:inblock in instrument'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in
block in instrument&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:ininstrument'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in
instrument&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:ininstrument'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:237:in
render&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:41:inrender_partial'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:15:in
render&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in_render_template'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in
_render_template&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:inrender_to_body'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in
render_to_body&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:inrender_to_body'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in
render&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:inrender'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in
block (2 levels) in render&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:inblock in ms'
/opt/rh/ruby193/root/usr/share/ruby/benchmark.rb:295:in realtime&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:inms'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in
block in render&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:incleanup_view_runtime'
/opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in
cleanup_view_runtime&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:inrender'
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/controllers/katello/products_controller.rb:32:in
available_repositories&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:insend_action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in
process_action&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:inprocess_action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in
block in process_action&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:592:inblock (2 levels) in
_run__3946063926456153985__process_action__2730819188659144271__callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in
block in _conditional_callback_around_9821&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:inaround'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in
_callback_around_1827&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in_conditional_callback_around_9821'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:525:in
block in _run__3946063926456153985__process_action__2730819188659144271__callbacks&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:inblock in _conditional_callback_around_9820'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in
around&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in_callback_around_13'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in
_conditional_callback_around_9820&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in_run__3946063926456153985__process_action__2730819188659144271__callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in
__run_callback&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in_run_process_action_callbacks'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in
run_callbacks&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:inprocess_action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in
process_action&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:inblock in process_action'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in
block in instrument&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:ininstrument'
/opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in
instrument&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:inprocess_action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in
process_action&#39; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:inprocess_action'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in
process&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:inprocess'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in
dispatch&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:indispatch'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in
block in action&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in
dispatch&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in
block in call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:ineach'
/opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/engine.rb:479:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:inmethod_missing'
/opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in
block in call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:ineach'
/opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/apipie-rails-0.2.5/lib/apipie/extractor/recorder.rb:97:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/apipie-rails-0.2.5/lib/apipie/middleware/checksum_in_headers.rb:27:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/etag.rb:23:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in
call&#39; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:incall'
/opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatc

Where do I enter the proxy information? I'd like to try that…

··· On Wednesday, October 1, 2014 10:33:54 AM UTC-4, marc....@priceline.com wrote: > > Here it is now: > > > Processing by Katello::ProductsController#available_repositories as */* > Parameters: {"content_id"=>"1951", "_"=>"1412173868356", "id"=>"34"} > Connection timed out - connect(2) (Errno::ETIMEDOUT) > /opt/rh/ruby193/root/usr/share/ruby/net/http.rb:763:in `initialize' > /opt/rh/ruby193/root/usr/share/ruby/net/http.rb:763:in `open' > /opt/rh/ruby193/root/usr/share/ruby/net/http.rb:763:in `block in connect' > /opt/rh/ruby193/root/usr/share/ruby/timeout.rb:55:in `timeout' > /opt/rh/ruby193/root/usr/share/ruby/timeout.rb:100:in `timeout' > /opt/rh/ruby193/root/usr/share/ruby/net/http.rb:763:in `connect' > /opt/rh/ruby193/root/usr/share/ruby/net/http.rb:756:in `do_start' > /opt/rh/ruby193/root/usr/share/ruby/net/http.rb:745:in `start' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/resources/cdn.rb:80:in > `get' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:154:in > `get_substitutions_from' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:143:in > `for_each_substitute_of_next_var' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:85:in > `substitute_vars_in_prefix' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/cdn_var_substitutor.rb:61:in > `substitute_vars' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/katello/repository_set/scan_cdn.rb:39:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:443:in > `block (3 levels) in execute_run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:28:in > `block in run' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:58:in > `block (2 levels) in as_remote_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/thread_session.rb:85:in > `set_pulp_config' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:44:in > `as_pulp_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:57:in > `block in as_remote_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/katello/util/thread_session.rb:92:in > `set_cp_config' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:39:in > `as_cp_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:56:in > `as_remote_user' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/remote_action.rb:28:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action/progress.rb:30:in > `with_progress_calculation' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action/progress.rb:16:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:26:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware.rb:16:in > `pass' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:24:in > `block in run' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:35:in > `with_locale' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/lib/actions/middleware/keep_locale.rb:24:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/stack.rb:22:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/middleware/world.rb:30:in > `execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:442:in > `block (2 levels) in execute_run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:441:in > `catch' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:441:in > `block in execute_run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in > `block in with_error_handling' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in > `catch' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:365:in > `with_error_handling' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:436:in > `execute_run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/action.rb:230:in > `execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:9:in > `block (2 levels) in execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract.rb:152:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract.rb:152:in > `with_meta_calculation' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:8:in > `block in execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:22:in > `open_action' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:7:in > `execute' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/executors/parallel/worker.rb:20:in > `block in on_message' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:859:in > `block in assigns' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:858:in > `tap' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:858:in > `assigns' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:138:in > `match_value' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:116:in > `block in match' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:115:in > `each' > /opt/rh/ruby193/root/usr/share/gems/gems/algebrick-0.4.0/lib/algebrick.rb:115:in > `match' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/executors/parallel/worker.rb:17:in > `on_message' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:82:in > `on_envelope' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:72:in > `receive' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `block (2 levels) in run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `loop' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `block in run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `catch' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:99:in > `run' > /opt/rh/ruby193/root/usr/share/gems/gems/dynflow-0.7.3/lib/dynflow/micro_actor.rb:13:in > `block in initialize' > /opt/rh/ruby193/root/usr/share/gems/gems/logging-1.8.1/lib/logging/diagnostic_context.rb:323:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/logging-1.8.1/lib/logging/diagnostic_context.rb:323:in > `block in create_with_logging_context' > Rendered > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/views/katello/providers/redhat/_repos.html.haml > (19.0ms) > undefined method `each' for nil:NilClass (NoMethodError) > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/views/katello/providers/redhat/_repos.html.haml:8:in > `__opt_rh_ruby____root_usr_share_gems_gems_katello_______app_views_katello_providers_redhat__repos_html_haml__3866820615469230823_97610060' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/template.rb:145:in > `block in render' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:265:in > `render_partial' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:238:in > `block in render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in > `block in instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in > `block in instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/partial_renderer.rb:237:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:41:in > `render_partial' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:15:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in > `_render_template' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in > `_render_template' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in > `render_to_body' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in > `render_to_body' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in > `render_to_body' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in > `block (2 levels) in render' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in > `block in ms' > /opt/rh/ruby193/root/usr/share/ruby/benchmark.rb:295:in `realtime' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in > `ms' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in > `block in render' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in > `cleanup_view_runtime' > /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in > `cleanup_view_runtime' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in > `render' > /opt/rh/ruby193/root/usr/share/gems/gems/katello-2.0.0/app/controllers/katello/products_controller.rb:32:in > `available_repositories' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in > `send_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in > `block in process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:592:in > `block (2 levels) in > _run__3946063926456153985__process_action__2730819188659144271__callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in > `block in _conditional_callback_around_9821' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in > `around' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in > `_callback_around_1827' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in > `_conditional_callback_around_9821' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:525:in > `block in > _run__3946063926456153985__process_action__2730819188659144271__callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in > `block in _conditional_callback_around_9820' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in > `around' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in > `_callback_around_13' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in > `_conditional_callback_around_9820' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in > `_run__3946063926456153985__process_action__2730819188659144271__callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in > `__run_callback' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in > `_run_process_action_callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in > `run_callbacks' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in > `block in process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in > `block in instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in > `instrument' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in > `process_action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in > `process' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in > `process' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in > `dispatch' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in > `dispatch' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in > `block in action' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in > `dispatch' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in > `block in call' > /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in > `each' > /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/engine.rb:479:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in > `method_missing' > /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in > `block in call' > /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in > `each' > /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in > `call' > /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in