Bug 1253475
Summary: | [Spacewalk 2.3] [CentOS7] Koan cannot use the current virt-install | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | mriswithe |
Component: | Server | Assignee: | Jan Dobes <jdobes> |
Status: | CLOSED CANTFIX | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.3 | CC: | eherget, lhellebr, loehnert, pstudeni, tim+redhat.com, tkasparek, tlestach, yuri |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-07-19 21:02:00 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: | 1310034, 1484117 |
Description
mriswithe
2015-08-13 18:57:38 UTC
Same problem here with cobbler and koan on CentOS 7.1 Software installed: CentOS Linux release 7.1.1503 cobbler 2.6.9-1.el7 koan 2.6.9-1.el7 virt-install 1.1.0-12.el7 +1 and we've got a RHEL subscription. Resetting the assignee to the default owner ... Isn't this the same underlying issue as Bug 1276896? The upstream version of koan fixed this in December, although it's not very clear that that's in a comparable version: setup.py in koan reports a version of 2.9.0, but then again that version's dated as 2015-3-16. Is the problem still there in current koan-2.6.11-1 version in EPEL? still same problem: CentOS Linux release 7.2.1511 (Core) installed at the moment: koan.noarch 2.6.11-1.el7 virt-install 1.2.1-8.el7 virt-manager 1.2.1-8.el7 (In reply to T. Loehnert from comment #1) > cobbler 2.6.9-1.el7 I think this is the problem. Spacewalk is not currently working properly with newer cobbler from EPEL. You should install cobbler20 package from spacewalk repository. I've just tried to kickstart CentOS 7 on spacewalk nigthly, it was installed succesfully. The only problems there were: - exception when running rhn_check - kickstart was not marked as finished in Web interface - system was not registered to Spacewalk Exception mentioned in previous comment: [root@localhost ~]# rhn_check Preserve files! : [] - looking for Cobbler at http://smqa-r210-02.lab.eng.brq.redhat.com:443/cobbler_api Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/koan/utils.py", line 570, in __try_connect xmlrpc_server.ping() File "/usr/lib64/python2.7/xmlrpclib.py", line 1233, in __call__ return self.__send(self.__name, args) File "/usr/lib64/python2.7/xmlrpclib.py", line 1587, in __request verbose=self.__verbose File "/usr/lib64/python2.7/xmlrpclib.py", line 1273, in request return self.single_request(host, handler, request_body, verbose) File "/usr/lib64/python2.7/xmlrpclib.py", line 1306, in single_request return self.parse_response(response) File "/usr/lib64/python2.7/xmlrpclib.py", line 1476, in parse_response p.feed(data) File "/usr/lib64/python2.7/xmlrpclib.py", line 558, in feed self._parser.Parse(data, 0) ExpatError: syntax error: line 1, column 49 Note for myself: The exception is caused by trying to connect with http and 443 combination. Koan then retries it with correct parameters. In koan git is this code slightly different and it's possible the exception will disappear in future koan release. Forget about Comment #7, it's irrelevant in this bugzilla. I investigated the issue, koan is calling '/usr/bin/virt-install --version', virt-install writes it to stderr since some version and koan does not expect it. In koan git it's apparently fixed, however it was not released yet for some reason. *** Bug 1320136 has been marked as a duplicate of this bug. *** Does that diagnosis support the view in comment 4? (In reply to Tim Coote from comment #13) > Does that diagnosis support the view in comment 4? Yes, you are right. I am afraid that this issue can not be fixed by spacewalk, as we do not own upstream koan and we ship our koan in cobbler20 package. Closing this BZ because the issue is outside of our perview. This will be resolved when the existing fix is released. This BZ closed some time during 2.5, 2.6 or 2.7. Adding to 2.7 tracking bug. |