Bug 1645587

Summary: Satellite throws Undefined method error while importing the CVv if clone CV isnt set
Product: Red Hat Satellite Reporter: Jitendra Yejare <jyejare>
Component: Inter Satellite SyncAssignee: Chris Roberts <chrobert>
Status: CLOSED ERRATA QA Contact: Jitendra Yejare <jyejare>
Severity: medium Docs Contact:
Priority: high    
Version: 6.5.0CC: bkearney, chrobert, ehelms, jyejare, zhunting
Target Milestone: 6.5.0Keywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
URL: https://projects.theforeman.org/issues/25919
Whiteboard:
Fixed In Version: tfm-rubygem-hammer_cli_katello-0.16.0.6-1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-14 12:38:32 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:    
Bug Blocks: 1644596    

Description Jitendra Yejare 2018-11-02 15:12:43 UTC
Description of problem:

Satellite is throwing-
Could not import the content view.:
  Error: undefined method `[]' for nil:NilClass
if the clone CV is not present/created in importing Org/Satellite. We expect it to show a proper error/warning message asking the user to set the same name CV and Repo before importing the CVv.

Version-Release number of selected component (if applicable):
Satellite 6.5 snap 1

How reproducible:
Always

Steps to Reproduce:
1. Export the CVv from exporting satellite.
2. Don't create the CV and Repo with the same name as exporting CV and Repo before importing.
3. Attempt to import the CVv from exported tar.

Actual results:
Satellite is throwing an error:
```
Could not import the content view.:
  Error: undefined method `[]' for nil:NilClass
```

Expected results:
Satellite should show a proper error/warning message asking the user to set the same name CV and Repo before importing the CVv.


Additional info:

Comment 4 Jitendra Yejare 2019-01-24 09:29:04 UTC
ACK, Move this to GA

Comment 5 Bryan Kearney 2019-01-28 17:07:03 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/25919 has been resolved.

Comment 7 Jitendra Yejare 2019-02-04 09:01:25 UTC
Verified!

@ Satellite 6.5 snap 14

Steps:
---------

1. Exported the CVv from exporting satellite.
2. Didn't create the CV and Repo before importing.
3. Attempted to import the CVv from exported tar.


Behavior (Expected):
-----------------------
The satellite is showing correct message without any error in stdout.

# hammer content-view version import --export-tar /var/lib/pulp/katello-export/export-custom_cv-10.tar --organization-id 3
Could not import the content view:
  Error: The Content View custom_cv is not present on this server, please create the Content View and try the import again.

Comment 10 errata-xmlrpc 2019-05-14 12:38:32 UTC
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.

https://access.redhat.com/errata/RHSA-2019:1222

Comment 11 Jitendra Yejare 2020-07-10 15:13:49 UTC
qe-test-coverage + : Covered in CLI Tests Cases : test `test_negative_import_cv_without_replicating_import_part`.