tendrilinc / marathon-autoscaler

A simple autoscaler for Marathon applications
https://hub.docker.com/r/tendril/marathon-autoscaler/
Apache License 2.0
41 stars 16 forks source link

Instructions to Deploy marathon_autoscaler dont seem to be working #9

Open ghost opened 8 years ago

ghost commented 8 years ago

Tried the command suggested: cd scripts && python deploy_autoscaler_to_marathon.py {PARAMETERS}

The instructions miss the 's' in scripts.

and I get this error:

Traceback (most recent call last): File "deploy_autoscaler_to_marathon.py", line 15, in from marathon_autoscaler.marathon import Marathon ImportError: No module named marathon_autoscaler.marathon

kernelpanek-segfault commented 7 years ago

@avinashkolluru We might be deprecating this script and other deployment scripts in the near future due to them being too opinionated about how we have our own Mesos/Marathon set up. If we can get minimesos configured to work correctly with our tests in Travis, then we might bring some of these deployment scripts back. Until then, these deployment scripts might need some amount of alteration to accommodate your Mesos/Marathon setup (mainly, changing the required flags on the marathon auth arguments).