Bug #17376
closedunable to install katello with puppet 4
Description
unable to run installer, even with --help. repro steps on centos7:
yum -y localinstall http://fedorapeople.org/groups/katello/releases/yum/3.2/katello/el7/x86_64/katello-repos-latest.rpm
yum -y localinstall http://yum.theforeman.org/releases/1.13/el7/x86_64/foreman-release.rpm
yum -y localinstall http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm
yum -y localinstall http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum -y install foreman-release-scl
sudo rpm -Uvh https://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm
yum -y update
yum -y install katello
foreman-installer --scenario katello --help
result: parser error
Updated by Mario Gamboa about 8 years ago
I think so is because as per instructions first need to install katello with the puppet 3.8 and after that run the foreman installer again with the option --update-puppet and works ok i never try to do from the start but could be a bug
Updated by Chris Duryee about 8 years ago
- Translation missing: en.field_release set to 197
Updated by Chris Duryee about 8 years ago
- Assignee changed from Chris Duryee to John Mitsch
Updated by John Mitsch about 8 years ago
- Assignee changed from John Mitsch to Chris Duryee
This is happening because of the timestamp on the katello-installer rpm is older than the parse cache, which is failing this check here https://github.com/theforeman/kafo/blob/master/lib/kafo/parser_cache_reader.rb#L52-L55
We will fix this when we do the 3.2.1 build
Updated by John Mitsch about 8 years ago
- Assignee changed from Chris Duryee to John Mitsch
Updated by Eric Helms almost 8 years ago
- Translation missing: en.field_release changed from 197 to 208
Updated by John Mitsch almost 8 years ago
- Translation missing: en.field_release changed from 208 to 197
Updated by John Mitsch almost 8 years ago
- Translation missing: en.field_release changed from 197 to 214