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.
DescriptionAnand Jambhulkar
2023-01-19 11:05:44 UTC
Description of problem:
----------------------
After enabling Puppet plugin on Red Hat Satellite 6.12 and then checking the hosts (Hosts -> All Hosts -> Click on the desired Host -> Click on Puppet tab) on the Satellite Server 6.12, it shows the following error -
TypeError: f is undefined,
in d
in d
in div
in GridItem
in div
in Grid
in div
in l
in t
in t
in d
in d
in component
in d
in C
in t
in t
in t
in t
in d
in section
in PageSection
in M
in t
in t
in u
in f
in d
in div
in c
in p
in y
in t
in n
in a
in C
in s
in div
in b
in IntlProvider
in I18nProviderWrapper(b)
in d
in StoreProvider(I18nProviderWrapper(b))
in DataProvider(StoreProvider(I18nProviderWrapper(b)))
Version-Release number of selected component (if applicable):
------------------------------------------------------------
Red Hat Satellite 6.12.0
How reproducible:
----------------
Always.
Steps to Reproduce:
------------------
1. Install clean Red Hat Satellite 6.12.0.
2. Enable Puppet plugin using the following command -
satellite-installer --enable-foreman-plugin-puppet \
--enable-foreman-cli-puppet \
--foreman-proxy-puppet true \
--foreman-proxy-puppetca true \
--foreman-proxy-content-puppet true \
--enable-puppet \
--puppet-server true \
--puppet-server-foreman-ssl-ca /etc/pki/katello/puppet/puppet_client_ca.crt \
--puppet-server-foreman-ssl-cert /etc/pki/katello/puppet/puppet_client.crt \
--puppet-server-foreman-ssl-key /etc/pki/katello/puppet/puppet_client.key
3. Now check the "Hosts -> All Hosts -> Click on the desired Host -> Click on Puppet tab" and the error should be visible.
Actual results:
--------------
TypeError: f is undefined,
in d
in d
in div
in GridItem
in div
in Grid
in div
in l
in t
in t
in d
in d
in component
in d
in C
in t
in t
in t
in t
in d
in section
in PageSection
in M
in t
in t
in u
in f
in d
in div
in c
in p
in y
in t
in n
in a
in C
in s
in div
in b
in IntlProvider
in I18nProviderWrapper(b)
in d
in StoreProvider(I18nProviderWrapper(b))
in DataProvider(StoreProvider(I18nProviderWrapper(b)))
Expected results:
----------------
"Hosts -> All Hosts -> Click on the desired Host -> Click on Puppet tab" page should display information related to Puppet.
Additional info:
---------------
Attached the screenshots from my lab Satellite as well as from customer's Satellite Server.
Hi Ron, can this BZ be closed as it appears to be a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=2158570 ?
Its already scoped for 6.12.2 and has direct clone relation with the original 6.13 bz
Description of problem: ---------------------- After enabling Puppet plugin on Red Hat Satellite 6.12 and then checking the hosts (Hosts -> All Hosts -> Click on the desired Host -> Click on Puppet tab) on the Satellite Server 6.12, it shows the following error - TypeError: f is undefined, in d in d in div in GridItem in div in Grid in div in l in t in t in d in d in component in d in C in t in t in t in t in d in section in PageSection in M in t in t in u in f in d in div in c in p in y in t in n in a in C in s in div in b in IntlProvider in I18nProviderWrapper(b) in d in StoreProvider(I18nProviderWrapper(b)) in DataProvider(StoreProvider(I18nProviderWrapper(b))) Version-Release number of selected component (if applicable): ------------------------------------------------------------ Red Hat Satellite 6.12.0 How reproducible: ---------------- Always. Steps to Reproduce: ------------------ 1. Install clean Red Hat Satellite 6.12.0. 2. Enable Puppet plugin using the following command - satellite-installer --enable-foreman-plugin-puppet \ --enable-foreman-cli-puppet \ --foreman-proxy-puppet true \ --foreman-proxy-puppetca true \ --foreman-proxy-content-puppet true \ --enable-puppet \ --puppet-server true \ --puppet-server-foreman-ssl-ca /etc/pki/katello/puppet/puppet_client_ca.crt \ --puppet-server-foreman-ssl-cert /etc/pki/katello/puppet/puppet_client.crt \ --puppet-server-foreman-ssl-key /etc/pki/katello/puppet/puppet_client.key 3. Now check the "Hosts -> All Hosts -> Click on the desired Host -> Click on Puppet tab" and the error should be visible. Actual results: -------------- TypeError: f is undefined, in d in d in div in GridItem in div in Grid in div in l in t in t in d in d in component in d in C in t in t in t in t in d in section in PageSection in M in t in t in u in f in d in div in c in p in y in t in n in a in C in s in div in b in IntlProvider in I18nProviderWrapper(b) in d in StoreProvider(I18nProviderWrapper(b)) in DataProvider(StoreProvider(I18nProviderWrapper(b))) Expected results: ---------------- "Hosts -> All Hosts -> Click on the desired Host -> Click on Puppet tab" page should display information related to Puppet. Additional info: --------------- Attached the screenshots from my lab Satellite as well as from customer's Satellite Server.