[
https://issues.apache.org/jira/browse/CLOUDSTACK-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16286231#comment-16286231
]
ASF GitHub Bot commented on CLOUDSTACK-9253:
--------------------------------------------
rhtyd commented on issue #1432: Fix for CLOUDSTACK-9253
URL: https://github.com/apache/cloudstack/pull/1432#issuecomment-350784426
Thanks @pfarmer for the pull request, given it's not applicable to
master/4.11 anymore I'll close this. Kindly re-submit a new PR. Thanks again
for your contribution.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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.4.14#64029)