Bug 827527
| Summary: | SE doesn't provide a way how to refresh imported repositories | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Chris Pelland <cpelland> | ||||
| Component: | Content Management | Assignee: | Katello Bug Bin <katello-bugs> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Kedar Bidarkar <kbidarka> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 | CC: | cpelland, inecas, kbidarka, mmccune, omaciel, sachua | ||||
| Target Milestone: | Unspecified | Keywords: | Triaged, ZStream | ||||
| Target Release: | Unused | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
User is unable to access new repositories from CDN through System Engine. This update allows users to refresh product repositories with the command:
katello provider refresh_products --name "Provider" --org "Organization"
A cron script is also written to alert System Engine when there is new content available.
|
Story Points: | --- | ||||
| Clone Of: | 805956 | Environment: | |||||
| Last Closed: | 2012-07-10 07:24:37 UTC | Type: | --- | ||||
| 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: | 805956 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Comment 3
Kedar Bidarkar
2012-06-11 09:24:03 UTC
Also we have the mentioned cron script for refreshing content from cdn. [root@xxddd cron.daily]# cat katello-refresh-cdn #!/bin/env bash # script for refreshing the newest content from CDN. It doesn't synchronize the # repositories but lets Katello know there is new content available. # running the script from rails root RAILS_DIR=/usr/share/katello pushd $RAILS_DIR &> /dev/null rake katello:refresh_cdn RAILS_ENV=production popd &> /dev/null Created attachment 590871 [details]
detailed steps followed for verification and pulp.log during it's execution
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
User is unable to access new repositories from CDN through System Engine. This update allows users to refresh product repositories with the command:
katello provider refresh_products --name "Provider" --org "Organization"
A cron script is also written to alert System Engine when there is new content available.
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. http://rhn.redhat.com/errata/RHBA-2012-1062.html |