Bug 908026
Summary: | Feed certs from new manifest are never updated in pulp | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Justin Sherrill <jsherril> |
Component: | Content Management | Assignee: | Justin Sherrill <jsherril> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Garik Khachikyan <gkhachik> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.1 | CC: | bbuckingham, gkhachik, hhovsepy, mkoci, mmccune, omaciel |
Target Milestone: | Unspecified | Keywords: | Triaged |
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-04-24 17:07:43 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: | |||
Bug Depends On: | 971445 | ||
Bug Blocks: |
Description
Justin Sherrill
2013-02-05 17:03:47 UTC
Moving to ON_QA for drop 2. In the original description I believe i misunderstood where the certs were stored. They are actually stored within the mongodb. The easiest way to look them: # mongo > use pulp_database list the repoids: > db.repos.find({}, {'id':1}) print the private key for the correct repo id: > db.repo_importers.find({'repo_id':'ACME_Corporation-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6Server'})[0]['config']['ssl_client_key'] as well as under: /var/lib/pulp/working/repos/AwesomeOrg-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_4/importers/yum_importer --- they are: ssl_ca_cert; ssl_client_cert; ssl_client_key requesting sat-6.0.2 as the blocker one is decided to have fixed on sat-6.0.2 it is not a real blocker as worst case the org can be removed and the same scenario could be repeated with the new manifest :) As per comment #9 and chat with DEV, removing 6.0.1 flag. getting rid of 6.0.0 version since that doesn't exist # VERIFIED performing all the steps in comment#0 i was able to see the certificate info updated: ssl_client_cert considering the issue fixed at: --- candlepin-0.8.25-1.el6sam.noarch candlepin-scl-1-5.el6_4.noarch candlepin-scl-quartz-2.1.5-5.el6_4.noarch candlepin-scl-rhino-1.7R3-1.el6_4.noarch candlepin-scl-runtime-1-5.el6_4.noarch candlepin-selinux-0.8.25-1.el6sam.noarch candlepin-tomcat6-0.8.25-1.el6sam.noarch createrepo-0.9.9-21.2.pulp.el6sat.noarch elasticsearch-0.19.9-8.el6sat.noarch katello-1.4.6-21.el6sat.noarch katello-all-1.4.6-21.el6sat.noarch katello-candlepin-cert-key-pair-1.0-1.noarch katello-certs-tools-1.4.4-1.el6sat.noarch katello-cli-1.4.3-18.el6sat.noarch katello-cli-common-1.4.3-18.el6sat.noarch katello-common-1.4.6-21.el6sat.noarch katello-configure-1.4.5-9.el6sat.noarch katello-configure-foreman-1.4.5-9.el6sat.noarch katello-configure-foreman-proxy-1.4.5-9.el6sat.noarch katello-foreman-all-1.4.6-21.el6sat.noarch katello-glue-candlepin-1.4.6-21.el6sat.noarch katello-glue-elasticsearch-1.4.6-21.el6sat.noarch katello-glue-pulp-1.4.6-21.el6sat.noarch katello-qpid-broker-key-pair-1.0-1.noarch katello-qpid-client-key-pair-1.0-1.noarch katello-selinux-1.4.4-4.el6sat.noarch m2crypto-0.21.1.pulp-8.el6sat.x86_64 mod_wsgi-3.4-1.pulp.el6sat.x86_64 pulp-katello-plugins-0.2-1.el6sat.noarch pulp-nodes-common-2.3.0-0.17.beta.el6sat.noarch pulp-nodes-parent-2.3.0-0.17.beta.el6sat.noarch pulp-puppet-plugins-2.3.0-0.17.beta.el6sat.noarch pulp-rpm-plugins-2.3.0-0.17.beta.el6sat.noarch pulp-selinux-2.3.0-0.17.beta.el6sat.noarch pulp-server-2.3.0-0.17.beta.el6sat.noarch python-isodate-0.5.0-1.pulp.el6sat.noarch python-oauth2-1.5.170-3.pulp.el6sat.noarch python-pulp-bindings-2.3.0-0.17.beta.el6sat.noarch python-pulp-common-2.3.0-0.17.beta.el6sat.noarch python-pulp-puppet-common-2.3.0-0.17.beta.el6sat.noarch python-pulp-rpm-common-2.3.0-0.17.beta.el6sat.noarch python-qpid-0.18-5.el6_4.noarch qpid-cpp-client-0.14-22.el6_3.x86_64 qpid-cpp-client-ssl-0.14-22.el6_3.x86_64 qpid-cpp-server-0.14-22.el6_3.x86_64 qpid-cpp-server-ssl-0.14-22.el6_3.x86_64 ruby193-rubygem-foreman-katello-engine-0.0.14-4.el6sat.noarch ruby193-rubygem-katello-foreman-engine-0.0.7-2.el6sat.noarch ruby193-rubygem-katello_api-0.0.3-4.el6sat.noarch ruby193-rubygem-ldap_fluff-0.2.2-2.el6sat.noarch signo-katello-0.0.20-3.el6sat.noarch This was verified and delivered with MDP2. Closing it out. |