You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Florian Koch (JIRA)" <ji...@apache.org> on 2016/01/23 12:12:39 UTC

[jira] [Created] (CLOUDSTACK-9253) docker cpoudstack simulator "ImportError: No module named marvin" when try to create a DC

Florian Koch created CLOUDSTACK-9253:
----------------------------------------

             Summary: docker cpoudstack 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


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)