\"Invalid type. valid types are ['yum', 'local', 'rhn']\"\n" [root@localhost ~]# pulp repo create --label f12_i386 --name=f12 --arch=i386 --feed=yum:http://download.devel.redhat.com/released/F-12/GOLD/Fedora/i386/os/ Successfully created Repo [ f12_i386 ] with feed [ yum:http://download.devel.redhat.com/released/F-12/GOLD/Fedora/i386/os/ ] [root@localhost ~]# pulp repo create --label f12_i386 --name=f12 --arch=i386 --feed=http://download.devel.redhat.com/released/F-12/GOLD/Fedora/i386/os/ "Traceback (most recent call last):\n File \"build/bdist.linux-i686/egg/juicer/controllers/base.py\", line 45, in report_error\n return method(self, *args, **kwargs)\n File \"build/bdist.linux-i686/egg/juicer/controllers/repositories.py\", line 61, in POST\n repo_data['feed'])\n File \"build/bdist.linux-i686/egg/pulp/api/repo.py\", line 297, in create\n r = model.Repo(id, name, arch, feed)\n File \"build/bdist.linux-i686/egg/pulp/model.py\", line 34, in __init__\n self.repo_source = RepoSource(source)\n File \"build/bdist.linux-i686/egg/pulp/model.py\", line 55, in __init__\n self.parse_feed(url)\n File \"build/bdist.linux-i686/egg/pulp/model.py\", line 64, in parse_feed\n % self.supported_types)\nPulpException: \"Invalid type. valid types are ['yum', 'local', 'rhn']\"\n"
*** Bug 605381 has been marked as a duplicate of this bug. ***
[root@shveta ~]# pulp -u admin -p admin repo create --id=f12_x64 --name=f12 --arch=i386 --feed=yum:http://download.devel.redhat.com/released/F-12/GOLD/Fedora/i386/os/ Successfully created Repo [ f12_x64 ] [root@shveta ~]# pulp -u admin -p admin repo create --id=f12_x64 --name=f12 --arch=i386 --feed=yum:http://download.devel.redhat.com/released/F-12/GOLD/Fedora/i386/os/ "A repository with the id, f12_x64, already exists"
Closed after review.