Project

General

Profile

Actions

Bug #25117

closed

kickstart-default template does not recognise "Red Hat Identity Management" as a realm_type

Added by chris procter over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
Difficulty:
easy
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

I installed a 6.4 snap25 satellite and have hit a bug getting it to join kickstarting machines to my IDM realm.

The relevant part of the "kickstart default" template says:

<% if host_enc['parameters']['realm'] && @host.realm && @host.realm.realm_type == 'FreeIPA' ->
<
= snippet 'freeipa_register' >
<
end -%>

but there is no option in the Realms creation page to create a "FreeIPA" realm_type, instead you get "Red Hat Identity Management" so the snippet is not called.

Updating the kickstart to:
<% if host_enc['parameters']['realm'] && @host.realm && (@host.realm.realm_type 'FreeIPA' || @host.realm.realm_type 'Red Hat Identity Management') -%>

should be enough to fix the issue


Related issues 1 (0 open1 closed)

Related to Foreman - Bug #25172: kickstart default user_data and finish templates do not recognise "Red Hat Identity Management" as a realm_typeClosedActions
Actions #1

Updated by The Foreman Bot over 5 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/community-templates/pull/520 added
Actions #2

Updated by chris procter over 5 years ago

  • Status changed from Ready For Testing to Closed
Actions #3

Updated by Ewoud Kohl van Wijngaarden over 5 years ago

  • Target version set to 1.20.0
  • Fixed in Releases 1.18.3, 1.19.1, 1.20.0 added

I cherry picked it into community-templates 1.18-stable and 1.19-stable. We should still sync this into actual releases.

Actions #4

Updated by Ewoud Kohl van Wijngaarden over 5 years ago

  • Related to Bug #25172: kickstart default user_data and finish templates do not recognise "Red Hat Identity Management" as a realm_type added
Actions

Also available in: Atom PDF