Actions
Bug #22691
closedForklift fails to install Katello 3.6 because of Puppet module thias-squid not supporting Puppet 5
Status:
Closed
Priority:
Normal
Assignee:
Category:
Installer
Target version:
Description
When I try to install a new box with katello 3.6 it fails with the following error caused by Puppet module thias-squid not supporting Puppet 5:
fatal: [centos7-katello-3.6]: FAILED! => { "changed": true, "cmd": "foreman-installer -v --scenario \"katello\" --disable-system-checks --foreman-admin-password changeme", "delta": "0:00:04.143123", "end": "2018-02-26 05:47:11.850356", "failed": true, "rc": 30, "start": "2018-02-26 05:47:07.707233" } STDOUT: Puppet 5.4.0 does not meet requirements for thias-squid3 (>=2.7.20 <5.0.0) Cannot continue due to incompatible version of Puppet. Use --skip-puppet-version-check to disable this check. MSG: non-zero return code
Running the foreman-installer
command with --skip-puppet-version-check
after vagrant ssh
works.
I hope Katello is the right project for this issue, if you think it should be addressed at Kafo or Forklift please move it or close here and I will reopen on the other project.
Updated by Andrew Kofink over 6 years ago
- Assignee set to Zach Huntington-Meath
- Translation missing: en.field_release set to 284
Updated by Zach Huntington-Meath over 6 years ago
- Has duplicate Bug #22746: Squid module marked as incompatible with Puppet 5 added
Updated by John Mitsch over 6 years ago
- Translation missing: en.field_release changed from 284 to 352
Updated by Ewoud Kohl van Wijngaarden over 5 years ago
- Status changed from New to Closed
- Triaged set to No
We've switched our implementation to one that is compatible.
Actions