Actions
Bug #9235
closedcapsule-installer 2.1.1-2.el7 fail on unknown function validate_pulp
Description
I'm trying to install katello 2.1 on CentOS 7 in multi nodes deployment, i run into an issue when i deploy a capsule:
capsule-installer --parent-fqdn="katello.foo.example.com" --register-in-foreman="true" --foreman-oauth-key="XXXXXXXX" --foreman-oauth-secret="XXXXXXXXX" --pulp-oauth-secret="XXXXXXXX" --certs-tar="capsule.foo.example.com.tar" --puppet="true" --puppetca="true" --pulp="true" --dhcp=false --dns=false --realm=false --tftp=true --country="FR" --org="Katello example.com" --org-unit="Katello" Unknown function validate_pulp at /usr/share/katello-installer/modules/capsule/manifests/init.pp:192 on node capsule.foo.example.com Unknown function validate_pulp at /usr/share/katello-installer/modules/capsule/manifests/init.pp:192 on node capsule.foo.example.com Preparing installation Done
After viewing the source, replacing 'validate_pulp' by 'validate_bool' at line 192 seems to be the solution, the installer runs fine.
Updated by Eric Helms about 10 years ago
- Target version set to 66
- Triaged changed from No to Yes
Updated by Stephen Benjamin about 10 years ago
- Status changed from New to Duplicate
- Pull request https://github.com/Katello/katello-installer/pull/175 added
- Pull request deleted (
)
Backport of #9075 will be in Katello 2.1.1.
Updated by Stephen Benjamin about 10 years ago
- Status changed from Duplicate to New
- Pull request added
- Pull request deleted (
https://github.com/Katello/katello-installer/pull/175)
Sorry, edited wrong issue!
Updated by Stephen Benjamin about 10 years ago
- Status changed from New to Need more information
You shouldn't see this error on the GA release, and should have been fixed in this commit:
https://github.com/Katello/katello-installer/commit/b3ac1d501b8ff0ee4b4077c7452356f82a61d406#diff-8b5156d4e6200cf85cab71de11370fa8
Did you upgrade the capsule-installer per Step 3 here?
http://www.katello.org/docs/2.1/upgrade/capsule.html
Updated by Eric Helms about 10 years ago
- Status changed from Need more information to Resolved
This was fixed in the final 2.1 release.
Actions