Rumor has it that this is also the Katello list. If I am incorrect, please
forgive me.
System: New CentOS 7 minimal install.
Followed instructions on
http://www.katello.org/docs/2.0/installation/index.html
Install command was just “katello-installer”, no options.
Massive failure. Wiped system and reinstalled using the 2.1 katello repo by
substituting the following command :
yum -y localinstall https://fedorapeople.org/groups/katello/releases/yum/2.1/katello/RHEL/7Server/x86_64/katello-repos-latest.rpm
Same set of errors. In essence, it appears the scripts are not using
systemd commands to start and enable services. Is there something I’m
doing wrong, or do I need to somehow tell it that it’s on an el7 box
instead of el6?
Bryce
>
>
> Rumor has it that this is also the Katello list. If I am incorrect, please
> forgive me.
>
> System: New CentOS 7 minimal install.
>
> Followed instructions on
> Foreman :: Plugin documentation index
>
> Install command was just “katello-installer”, no options.
>
> Massive failure. Wiped system and reinstalled using the 2.1 katello repo by
> substituting the following command :
>
> yum -y localinstall https://fedorapeople.org/groups/katello/releases/yum/2.1/katello/RHEL/7Server/x86_64/katello-repos-latest.rpm
>
>
>
> Same set of errors. In essence, it appears the scripts are not using
> systemd commands to start and enable services. Is there something I’m
> doing wrong, or do I need to somehow tell it that it’s on an el7 box
> instead of el6?
Should be fixed soon, it's being caused by Bug #9163: katello-installer failed on rhel7 with error: Could not enable postgresql: Execution of '/sbin/chkconfig --add postgresql' returned 1: - Katello - Foreman
For now: yum downgrade puppet
will bring you to 3.7.3, and that works with our installers. I'd
probably reccomend starting with the 2.1RC on El7.
···
On Tue, Feb 03, 2015 at 11:30:21AM -0800, Bryce Nordgren wrote:
Bryce
–
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.
–
Best Regards,
Stephen Benjamin
Red Hat Engineering
Thanks! If I may add a caveat for posterity: be vigilant about checking the
puppet version and downgrading. The installer (or yum, or some combination)
will bump you back up to 3.7.4 when it installs the puppet-server.
Downgrade both (again) and you should be good.
···
On Tue, Feb 3, 2015 at 4:54 PM, Stephen Benjamin wrote:
Should be fixed soon, it’s being caused by
Bug #9163: katello-installer failed on rhel7 with error: Could not enable postgresql: Execution of '/sbin/chkconfig --add postgresql' returned 1: - Katello - Foreman
For now: yum downgrade puppet
will bring you to 3.7.3, and that works with our installers. I’d
probably reccomend starting with the 2.1RC on El7.