nasa-jpl-memex / memex-explorer

Viewers for statistics and dashboarding of Domain Search Engine data
BSD 2-Clause "Simplified" License
121 stars 69 forks source link

Error running vagrant up #512

Closed jeffbaumes closed 9 years ago

jeffbaumes commented 9 years ago

Ran into this on ahmadia/salty-vagrant branch just now - this seems to be the first error message.

[DEBUG   ] Could not LazyLoad file.mod_init
[INFO    ] Running state [/bin/docker-compose] at time 18:27:26.429543
[INFO    ] Executing state file.copy for /bin/docker-compose
[INFO    ] {'/bin/docker-compose': '/home/vagrant/miniconda/envs/memex/bin/docker-compose'}
[INFO    ] Completed state [/bin/docker-compose] at time 18:27:26.431785
[DEBUG   ] Could not LazyLoad docker.mod_init
[INFO    ] Running state [elasticsearch] at time 18:27:26.433397
[DEBUG   ] Could not LazyLoad docker.pulled
[ERROR   ] State 'docker.pulled' was not found in SLS 'memex-explorer'
ahmadia commented 9 years ago

This is related to https://github.com/saltstack/salt/issues/15803#issuecomment-72244667

We need to add a reload_modules flag in the appropriate place where Docker-py is being installed.

ahmadia commented 9 years ago

Fixed in https://github.com/memex-explorer/memex-explorer/pull/509