Bug 1324330
Summary: | Puppet classes can not be attached to content view | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Sebastian Hetze <shetze> |
Component: | Content Management | Assignee: | Brad Buckingham <bbuckingham> |
Status: | CLOSED ERRATA | QA Contact: | Sachin Ghai <sghai> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2.0 | CC: | bbuckingham, bkearney, dcaplan, sghai, shetze, sthirugn |
Target Milestone: | Unspecified | Keywords: | PrioBumpPM, Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://projects.theforeman.org/issues/14576 | ||
Whiteboard: | |||
Fixed In Version: | rubygem-hammer_cli_katello-0.0.22.6-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-27 09:30:59 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: |
Description
Sebastian Hetze
2016-04-06 06:05:22 UTC
foreman-rake katello:reindex does not change the behaviour. Upgrade to SNAP 7.0 does not solve the problem. This bugzilla is actually raising a few different issues and I would like have separate bugs to address those issues. ISSUE 1. "After syncing Puppet Forge into Sat6.2 it is not possible to attach puppet classes to content view." Response: this is not entirely true. Adding the modules in the UI works; however, it is is very cumbersome when working with large numbers of modules. Item 3 below should help with that. ISSUE 2. "In the GUI, when editing the CV to add a puppet module, I see "Showing 20 of 2554 (4055 Total)" while in the same dialog in Sat 6.1 I see "Showing 2458 of 2458 (2458 Total)"" Response: created bug 1325448 to track this one. ISSUE 3. "...the search does not work: it seemingly does not proceed past a*" Response: created bug 1325450 to track this one. ISSUE 4. "The hammer CLI does not work at all. hammer content-view puppet-module add --organization "$ORG" --content-view RHEL7_Base --author puppetlabs --name ntp Could not add the puppet module: Error: content_view_puppet_module not found" Response: While there are a few issues, this is the most severe and I'd like to have it addressed with this bugzilla, covering the other issues as noted above. Created redmine issue http://projects.theforeman.org/issues/14576 from this bug Upstream bug component is Content Management Upstream hammer-cli-katello PR: https://github.com/Katello/hammer-cli-katello/pull/379 Verified with sat6.2 beta snap8.2 As mentioned in comment3, only "ISSUE4" should be addressed in this bz. So as per comment2, that's the issue with hammer cli. And I can add puppet module to content-view. Please see below where I added two modules separately in cv # hammer -u admin -p changeme content-view puppet-module add --organization 'Default Organization' --content-view cv_rhel7 --author jeffmccune --name motd Puppet module added to content view [root@cloud-qe-3 ~]# hammer -u admin -p changeme content-view puppet-module add --organization 'Default Organization' --content-view cv_rhel7 --author openstack --name nova Puppet module added to content view 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 |