Bug 1976047
Summary: | Failed to sync custom repository on Satellite6.10 | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | qianzhan |
Component: | Repositories | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED ERRATA | QA Contact: | Cole Higgins <chiggins> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.10.0 | CC: | bbuckingham, jsherril, yanpliu |
Target Milestone: | 6.10.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-11-16 14:12:09 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
qianzhan
2021-06-25 04:05:15 UTC
This will be resolved once we upgrade to pulp 3.14 Justin, Can we go ahead and move this to ON_DEV for handoff with the next snap? Pulp 3.14 is in the SNAP released Wed July 14th. Can't it be moved to ON_QA since its already delivered? The delivery team has asked that we not move bugzillas directly to ON_QA and instead use ON_DEV. This allows them to be communicated through the weekly SNAP process. Since you've confirmed that it is delivered, I'll move there now. Thanks! Verification: tfm-rubygem-katello-4.1.1-1.el7sat.noarch candlepin-4.0.5-1.el7sat.noarch tfm-rubygem-pulp_deb_client-2.13.0-1.el7sat.noarch tfm-rubygem-smart_proxy_pulp-3.0.0-1.el7sat.noarch python3-pulp-certguard-1.4.0-1.el7pc.noarch tfm-rubygem-pulp_certguard_client-1.4.0-1.el7sat.noarch tfm-rubygem-pulp_container_client-2.7.0-1.el7sat.noarch python3-pulp-file-1.8.1-1.el7pc.noarch pulp-client-1.0-1.noarch tfm-rubygem-pulpcore_client-3.14.1-1.el7sat.noarch tfm-rubygem-pulp_ansible_client-0.8.0-1.el7sat.noarch tfm-rubygem-pulp_rpm_client-3.13.3-1.el7sat.noarch python3-pulp-container-2.7.0-1.el7pc.noarch python3-pulp-rpm-3.13.2-1.el7pc.noarch python3-pulp-ansible-0.8.0-1.el7pc.noarch python3-pulpcore-3.14.0-1.el7pc.noarch tfm-rubygem-pulp_file_client-1.8.1-1.el7sat.noarch pulpcore-selinux-1.2.4-1.el7pc.x86_64 1. Create custom repository on Satellite6.10: [root@ent-01-vm-01 ~]# hammer product create --organization-label=custom_org --name=custom_product Product created. [root@ent-01-vm-01 ~]# hammer product list --organization-label=custom_org --|--------------|-----------|------------|------------|---------- ID | NAME | DESCRIPTION | ORGANIZATION | REPOSITORIES | SYNC STATE --|--------------|-----------|------------|------------|---------- 78 | custom_product | | custom_org | 0 | --|--------------|-----------|------------|------------|---------- [root@ent-01-vm-01 ~]# hammer repository create --name=custom_repo --content-type='yum' --publish-via-http=true --url='http://yum.postgresql.org/9.5/redhat/rhel-7-x86_64/' --product=custom_product --organization-label=custom_org Repository created. 2. Sync this repository: [root@ent-01-vm-01 ~]# hammer repository synchronize --name=custom_repo --product=custom_product --organization-label=custom_org [..........................................................................................................................................................................................................] [100%] Total steps: 2297/2297 -------------------------------- Associating Content: 763/763 Downloading Artifacts: 762/762 Downloading Metadata Files: 9/9 Parsed Comps: 1/1 Parsed Packages: 762/762 Un-Associating Content: 0/0 [root@ent-01-vm-01 ~]# echo $? 0 3. Check the sync status of this repository: [root@ent-01-vm-01 ~]# hammer repository info --name=custom_repo --product=custom_product --organization-label=custom_org | grep Sync: -A5 Mirror on Sync: yes Url: http://yum.postgresql.org/9.5/redhat/rhel-7-x86_64/ Publish Via HTTP: yes Published At: https://ent-01-vm-01.lab.eng.nay.redhat.com/pulp/content/custom_org/Library/custom/custom_product/custom_repo/ Relative Path: custom_org/Library/custom/custom_product/custom_repo Download Policy: immediate – Sync: Status: Success Last Sync Date: 2 minutes Created: 2021/07/23 06:22:44 Updated: 2021/07/23 06:22:50 Content Counts: So the custom repository can be synced successfully, move this bug from ON_QA to VERIFIED. Verification on Satellite6.10.0 Beta, this issue has been fixed. foreman-installer-katello-2.5.2-3.el7sat.noarch katello-debug-4.1.1-1.el7sat.noarch tfm-rubygem-katello-4.1.1-1.el7sat.noarch katello-client-bootstrap-1.7.5-1.el7sat.noarch katello-default-ca-1.0-1.noarch katello-selinux-4.0.0-1.el7sat.noarch katello-common-4.1.1-1.el7sat.noarch katello-4.1.1-1.el7sat.noarch katello-certs-tools-2.7.3-1.el7sat.noarch katello-server-ca-1.0-1.noarch tfm-rubygem-hammer_cli_katello-1.1.2-1.el7sat.noarch 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 (Moderate: Satellite 6.10 Release), 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/RHSA-2021:4702 |