Hide Forgot
Do the following: 1) Install headpin from the https://fedorahosted.org/candlepin/wiki/headpin/Install 2) Import a manifest (example stageSamTestSimple20Nov2011.zip) 3) Reguster a machine 4) Consume a subscription 5) Open up the ssl certificate. Note, there are no content sets. running the following shows no data: Report bugs to <pgsql-bugs>. [root@unused ~]# psql -U candlepin psql (9.0.5) Type "help" for help. ^ candlepin=> select * from cp_content; id | created | updated | contenturl | gpgurl | label | metadataexpire | name | requiredtags | type | vendor ----+---------+---------+------------+--------+-------+----------------+------+--------------+------+-------- (0 rows)
The zip listed above imports ok in candlepin if you submit it directly. Something wonky between Katello/Headpin and Candlepin?
yes, i think this is on the katello side: Lines 168/169 of glue/product.rb queue.create(:name => "delete imported products not assigned to any owner #{zip_file_path}", :priority => 6, :action => [self, :delete_not_assigned_products]) queue.create(:name => "delete imported content that have no repos #{zip_file_path}", :priority => 7, :action => [self, :delete_not_assigned_content])
getting rid of 6.0.0 version since that doesn't exist