Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1092615

Summary: Realms Need Enterprisey Names
Product: Red Hat Satellite Reporter: Stephen Benjamin <stbenjam>
Component: WebUIAssignee: Stephen Benjamin <stbenjam>
Status: CLOSED CURRENTRELEASE QA Contact: Kedar Bidarkar <kbidarka>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: NightlyCC: cwelton, jmontleo, kbidarka, mmccune, ohadlevy, sthirugn
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-02 14:09:10 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:
Attachments:
Description Flags
added missing commit none

Description Stephen Benjamin 2014-04-29 14:58:36 UTC
New realm feature in Foreman refers to FreeIPA.  It should be displayed as the downstream product name in Satellite, i.e. Identity Management.

Comment 1 RHEL Program Management 2014-04-29 15:26:21 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been
set to ? to ensure that it is properly evaluated for this release.

Comment 3 Stephen Benjamin 2014-05-14 13:20:46 UTC
Um, the Enterprisey name of FreeIPA is 'Red Hat Identity Management.' Sat6 beta-snap4 build shows this now as "Red Hat Directory Server."  That's an entirely different product.

The underlying provisioning templates will need updated as well, as they match on the string to determine the right things to do.

Comment 4 Stephen Benjamin 2014-05-14 13:27:40 UTC
Actually provisioning templates look correct -- so just the name needs to be updated.

Comment 5 Amos Benari 2014-05-15 06:22:06 UTC
pushed fix to the downstream repo

Comment 6 Kedar Bidarkar 2014-05-15 10:49:23 UTC
I believe we also need to provide the right providers for /etc/foreman-proxy/settings.yml file.

[root@xxxx foreman-proxy]# cat settings.yml | grep -A4 -i "available providers"
# Available providers:
#   freeipa
#:realm_provider: freeipa
:realm_provider: freeipa

Comment 8 Kedar Bidarkar 2014-05-22 10:27:06 UTC
Fails with Sat6 Snap5 compose 3 which is also  20150520.2 build.

I see 3 instances where in this needs to be fixed. :)

a) In /etc/foreman-proxy/settings.yml 

Under
# Available providers:
#   freeipa

b) While selecting the Realm-type from the Web-UI

We currently have "RedHat Directory Server" which I think needs to be "Red Hat Identity Management"

c) Inside some of the kickstart templates, 

<% if realm_incompatible && @host.info["parameters"]["realm"] && @host.otp && @host.realm && @host.realm.realm_type == "Red Hat Directory Server" -%>
<%= snippet "freeipa_register" %>
<% end -%>

Comment 11 Ohad Levy 2014-06-17 12:20:59 UTC
Created attachment 909565 [details]
added missing commit

Not sure why you cant access it, but in the meanwhile here is the commit.

Comment 12 Kedar Bidarkar 2014-06-19 09:44:42 UTC
The kickstart templates now expect to match against "FreeIPA" instead of 'Red Hat Identity Management'.

From the "Satellite Kickstart Default for RHEL"


Currently it reads:
----------------------------------------------------------
<% if @host.info["parameters"]["realm"] && @host.otp && @host.realm && @host.realm.realm_type == "FreeIPA" -%>
<%= snippet "freeipa_register" %>
<% end -%>

----------------------------------------------------------

Expected for the above template is:
----------------------------------------------------------
<% if @host.info["parameters"]["realm"] && @host.otp && @host.realm && @host.realm.realm_type == "Red Hat Identity Management" -%>
<%= snippet "freeipa_register" %>
<% end -%>

----------------------------------------------------------

Comment 13 Kedar Bidarkar 2014-06-19 16:55:18 UTC
Requesting we mark this bug for 6.0.3 , fix could be just s/FreeIPA/Red Hat Identity Management/   as stated above.

Comment 17 Kedar Bidarkar 2014-06-27 18:12:36 UTC
this stands verified with snap11-compose3.

Comment 18 Bryan Kearney 2014-07-02 14:09:10 UTC
This was delivered in 6.0.3, the Beta version of Satellite 6.0

Comment 19 Bryan Kearney 2014-07-02 14:09:10 UTC
This was delivered with 6.0.3, which is the Satellite 6 Beta.