| Summary: | No error reported during CV publish if Puppet install distributor fails due to duplicate names | |||
|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Dominic Cleal <dcleal> | |
| Component: | Content Management | Assignee: | David Davis <daviddavis> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Corey Welton <cwelton> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 6.0.2 | CC: | cwelton, jmontleo, 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: | ||||
| : | 1022621 (view as bug list) | Environment: | ||
| Last Closed: | Type: | Bug | ||
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Bug Depends On: | 1022621 | |||
| Bug Blocks: | ||||
|
Description
Dominic Cleal
2013-10-21 15:55:13 UTC
Here's the tasks we're getting back from the API after the publish:
{"task_group_id"=>nil,
"call_request_id"=>"b885e309-a743-4acd-9b24-d1d09f315e04",
"exception"=>nil,
"_href"=>"/pulp/api/v2/tasks/b885e309-a743-4acd-9b24-d1d09f315e04/",
"task_id"=>"b885e309-a743-4acd-9b24-d1d09f315e04",
"call_request_tags"=>
["pulp:repository:ACME_Corporation-Library-PF30982-PForge-pforge",
"pulp:action:publish"],
"reasons"=>[],
"start_time"=>"2013-10-23T13:45:22Z",
"traceback"=>nil,
"schedule_id"=>nil,
"finish_time"=>"2013-10-23T13:45:23Z",
"state"=>"finished",
"result"=>nil,
"dependency_failures"=>{},
"call_request_group_id"=>nil,
"progress"=>{},
"principal_login"=>"admin",
"response"=>"accepted",
"tags"=>
["pulp:repository:ACME_Corporation-Library-PF30982-PForge-pforge",
"pulp:action:publish"]}
{"task_group_id"=>nil,
"exception"=>nil,
"traceback"=>nil,
"_href"=>"/pulp/api/v2/tasks/e324b98c-dce0-46fb-922d-6e43afe337b9/",
"task_id"=>"e324b98c-dce0-46fb-922d-6e43afe337b9",
"call_request_tags"=>
["pulp:repository:ACME_Corporation-Library-PF30982-PForge-pforge",
"pulp:action:publish"],
"reasons"=>
[{"operation"=>"update",
"resource_type"=>"repository",
"resource_id"=>"ACME_Corporation-Library-PF30982-PForge-pforge"}],
"start_time"=>"2013-10-23T13:45:23Z",
"tags"=>
["pulp:repository:ACME_Corporation-Library-PF30982-PForge-pforge",
"pulp:action:publish"],
"state"=>"finished",
"finish_time"=>"2013-10-23T13:45:27Z",
"dependency_failures"=>{},
"schedule_id"=>nil,
"progress"=>{},
"call_request_group_id"=>nil,
"call_request_id"=>"e324b98c-dce0-46fb-922d-6e43afe337b9",
"principal_login"=>"admin",
"response"=>"postponed",
"result"=>nil}
katello SHA aa40fa41e2951a011f66150da09841e96281c7ee 1021612: Checking for name conflicts before publish/refresh QA Verified, we now get the following message rather than a blind "pass" Failed to publish content view 'fullforge_cvd_published' from definition 'fullforge_cvd'. Selected puppet repository has 243 name conflict(s) and cannot be published. Click here for more details. Satellite-6.0.2-RHEL-6-20131106.0 This was verified and delivered with MDP2. Closing it out. This was delivered and verified with MDP2. Closing the bug. |