Bug 1344689
Summary: | [upgrade] Host provisioning failed due to: an error rendering the Satellite Kickstart Default template | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Sachin Ghai <sghai> | ||||
Component: | Provisioning Templates | Assignee: | Stephen Benjamin <stbenjam> | ||||
Status: | CLOSED ERRATA | QA Contact: | Sachin Ghai <sghai> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.2.0 | CC: | bbuckingham, stbenjam | ||||
Target Milestone: | Unspecified | Keywords: | Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | foreman-1.11.0.39-1 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-07-27 11:41:44 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1335807 | ||||||
Attachments: |
|
Description
Sachin Ghai
2016-06-10 11:24:41 UTC
Created attachment 1166625 [details]
complete exception
Looks like it was overlooked in the host jail, it's not allowed here: https://github.com/theforeman/foreman/blob/develop/app/models/host/managed.rb#L70 Sorry, it's not that it needs adding to the jail, the snippet needs to get updated. Foreman never reseeds templates after the initial installation, so you're running the 6.1 version of all the templates on 6.2. It needs to get fixed. Ideally, Foreman would lock the templates it ships and always update them on an upgrade. That may take some time to get upstream, so in the interim we might need a migration in foreman_theme_satellite or something. Created redmine issue http://projects.theforeman.org/issues/15416 from this bug Upstream bug component is Provisioning Upstream bug component is Provisioning Templates Moving to POST since upstream bug http://projects.theforeman.org/issues/15416 has been closed Verification of this bz dependent on fix of https://bugzilla.redhat.com/show_bug.cgi?id=1349492 Verification of bz1349492 is done with sat62 GA snap19 and provisioning is working fine for rhel6 and rhel7 hosts without any issue. So moving this to verified too. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1501 |