[
https://issues.apache.org/jira/browse/CLOUDSTACK-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15187202#comment-15187202
]
ASF GitHub Bot commented on CLOUDSTACK-9253:
--------------------------------------------
GitHub user pfarmer opened a pull request:
https://github.com/apache/cloudstack/pull/1432
Fix for CLOUDSTACK-9253
Fix for CLOUDSTACK-9253, the instructions listed
[here](https://hub.docker.com/r/cloudstack/simulator/) should now work
correctly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pfarmer/cloudstack CLOUDSTACK-9253
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1432.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1432
----
commit a83a350355c9a4ed29c6984e37061bcc26924416
Author: Peter Farmer <[email protected]>
Date: 2016-03-09T14:54:23Z
Fix for CLOUDSTACK-9253
----
> docker cloudstack simulator "ImportError: No module named marvin" when try to
> create a DC
> ------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9253
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9253
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Simulator
> Affects Versions: 4.6.0
> Environment: docker
> Reporter: Florian Koch
> Priority: Minor
> Labels: docker
>
> after starting the cloudstack/simulator container and try to add Datacenters
> with the provides commands
> {noformat}
> docker exec -ti cloudstack python \
> /root/tools/marvin/marvin/deployDataCenter.py -i /root/setup/dev/advanced.cfg
> # or
> docker exec -ti cloudstack python \
> /root/tools/marvin/marvin/deployDataCenter.py -i
> /root/setup/dev/advancedsg.cfg
> # or
> docker exec -ti cloudstack python \
> /root/tools/marvin/marvin/deployDataCenter.py -i /root/setup/dev/basic.cfg
> {noformat}
> this error occoures
> {noformat}
> > /root/tools/marvin/marvin/deployDataCenter.py -i
> > /root/setup/dev/advancedsg.cfg
> Traceback (most recent call last):
> File "/root/tools/marvin/marvin/deployDataCenter.py", line 28, in <module>
> from marvin import configGenerator
> ImportError: No module named marvin
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)