Bug 859120

Summary: Unable to import manifest from a different location
Product: Red Hat Satellite Reporter: Lukas Zapletal <lzap>
Component: Content ManagementAssignee: Katello Bug Bin <katello-bugs>
Status: CLOSED WONTFIX QA Contact: Katello QA List <katello-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0   
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-21 13:12:56 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 Lukas Zapletal 2012-09-20 15:28:06 UTC
Description of problem:

For disconnected scenario we need to be able to import content from a custom CDN URL. This should be already working, but I hit a bug:

# kk provider import_manifest --name test --file fake-manifest-syncable.zip 
Importing manifest, please wait... It is not allowed to import manifest for a custom provider.


Version-Release number of selected component (if applicable):

Katello nightly

How reproducible:

Steps to Reproduce:
1. kk provider create --name test --url http://inecas.fedorapeople.org/fakerepos/cds_fast/
2. wget http://inecas.fedorapeople.org/fakerepos/cds_fast/fake-manifest-syncable.zip
3. kk provider import_manifest --name test --file fake-manifest-syncable.zip
  
Actual results:
It is not allowed to import manifest for a custom provider.

Expected results:
Manifest to be imported with several "fake" products from our "fake" CDN site.

Comment 2 Lukas Zapletal 2012-09-20 15:34:28 UTC
I have a brain lapse - please - how do I create a RED HAT provider, change it's CDN URL and import a manifest for it?

Comment 3 Lukas Zapletal 2012-09-21 13:12:56 UTC
Invalid, use Red Hat provider for this.