[
https://issues.apache.org/jira/browse/CLOUDSTACK-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15184781#comment-15184781
]
Peter Farmer commented on CLOUDSTACK-9253:
------------------------------------------
Looks like during the docker build the following is failing:
MARVIN_FILE=`find tools/marvin/dist/ -name "Marvin*.tar.gz"` \
pip install $MARVIN_FILE
> 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)