Bug 1680577
| Summary: | engine-setup on a separate dwh machine fails due to missing cinderlib constants | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Yedidyah Bar David <didi> |
| Component: | Setup.EngineCommon | Assignee: | Yedidyah Bar David <didi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lucie Leistnerova <lleistne> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.3.0 | CC: | bugs, lleistne |
| Target Milestone: | ovirt-4.3.2 | Flags: | pm-rhel:
ovirt-4.3+
lleistne: testing_ack+ |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ovirt-engine-4.3.2 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-03-19 10:03:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
DWH on separate machine installed successfully. verified in ovirt-engine-dwh-setup-4.3.0-1.el7ev.noarch with ovirt-engine-setup-base-4.3.2-0.1.el7.noarch This bugzilla is included in oVirt 4.3.2 release, published on March 19th 2019. Since the problem described in this bug report should be resolved in oVirt 4.3.2 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |
Description of problem: Current master branch engine-setup fails, on a machine without the engine (e.g. separate dwh machine), with: # engine-setup --offline ***L:ERROR Internal error: No module named cinderlib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/otopi/__main__.py", line 83, in main installer.execute() File "/usr/lib/python2.7/site-packages/otopi/main.py", line 147, in execute sys.exc_info()[2], File "/usr/lib/python2.7/site-packages/otopi/util.py", line 86, in raiseExceptionInformation exec('raise info[1], None, info[2]') File "/usr/lib/python2.7/site-packages/otopi/main.py", line 141, in execute self.context.loadPlugins() File "/usr/lib/python2.7/site-packages/otopi/context.py", line 766, in loadPlugins self._loadPluginGroups(plugindir, needgroups, loadedgroups) File "/usr/lib/python2.7/site-packages/otopi/context.py", line 112, in _loadPluginGroups self._loadPlugins(path, path, groupname) File "/usr/lib/python2.7/site-packages/otopi/context.py", line 69, in _loadPlugins self._loadPlugins(base, d, groupname) File "/usr/lib/python2.7/site-packages/otopi/context.py", line 69, in _loadPlugins self._loadPlugins(base, d, groupname) File "/usr/lib/python2.7/site-packages/otopi/context.py", line 100, in _loadPlugins os.path.basename(path), File "/usr/lib/python2.7/site-packages/otopi/util.py", line 121, in loadModule mod_desc File "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-common/ovirt-engine-common/core/__init__.py", line 24, in <module> from . import misc File "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-common/ovirt-engine-common/core/misc.py", line 25, in <module> from ovirt_engine_setup.cinderlib import constants as oclcons PluginLoadException: No module named cinderlib